huggingface / huggingface/candle
Add im2col() method to Tensor?
Open
- Dominant language
- Rust
- Stars
- 21k
- Forks
- 1.8k
- Avg merge
- 16h 42m
- Merged PRs (30d)
- 25
Description
Can the im2col method be added to Tensor? With this method, many low-level custom operations can be done. Moreover, both CPU and CUDA backends have actually implemented the im2col function, so it should not increase too much maintenance burden.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Tensor API and the existing im2col implementations in the CPU and CUDA backends. Expose im2col through Tensor while keeping both backends working, then verify that the method supports the low-level custom operations described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100