tensor_c.h缺少函数实现
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 483
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
tensor_c.h里面
LITE_API int LITE_make_tensor(const LiteTensorDesc tensor_describe, LiteTensor* tensor);
在
tensor.c未找到实现,请问下目前版本是不支持吗?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the LITE_make_tensor declaration in tensor_c.h with tensor.c and checking whether the function is implemented elsewhere. Determine whether the current version supports this API; the issue is done when its implementation or support status is established and reflected in the relevant source or documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100