Home
last modified time | relevance | path

Searched defs:tensorIdx (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dmeta_graph_utils.cc25 size_t GetRefCount(schema::MetaGraphT *graphT, uint32_t tensorIdx) { in GetRefCount()
39 std::vector<size_t> GetLinkedPostIdx(const schema::MetaGraphT &graphT, const size_t &tensorIdx) { in GetLinkedPostIdx()
54 std::vector<size_t> GetLinkedPreIdx(const schema::MetaGraphT &graphT, const size_t &tensorIdx) { in GetLinkedPreIdx()
Dtensor_util.cc272 size_t GetRefCount(MetaGraphT *graphT, uint32_t tensorIdx) { in GetRefCount()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/train/
Dtrain_export.cc41 std::vector<size_t> GetLinkedPostIdx(const schema::MetaGraphT &graphT, const size_t &tensorIdx) { in GetLinkedPostIdx()