Home
last modified time | relevance | path

Searched refs:GetOutputTensorId (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.cc92 for (const auto &id : node.GetOutputTensorId()) { in MemoryToPB()
95 for (const auto &id : node.GetOutputTensorId()) { in MemoryToPB()
Dmemory_profiling.h43 std::vector<uint64_t> GetOutputTensorId() const { return output_tensor_id_; } in GetOutputTensorId() function