MegEngine / MegEngine/MegCC

tensor_c.h缺少函数实现

Open
#56 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.