Home
last modified time | relevance | path

Searched defs:GetTensorId (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/profiler/
Dmemory_profiling.h65 uint64_t GetTensorId() const { return tensor_id_; } in GetTensorId() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/draw/
Dgraphviz_graph_builder.cc51 inline std::string GetTensorId(const lite::Tensor &tensor) { in GetTensorId() function