Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.h37 void AddInputTensorId(uint64_t node_id) { input_tensor_id_.emplace_back(node_id); } in AddInputTensorId() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc1806 node_memory.AddInputTensorId(input_tensor->GetId()); in ConvertToProfilingNode()