Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc855 ProtoVector<TensorProto> received_tensors = GetTensors(reply); in ProcessKViewCMD()
887 std::list<TensorProto> tensors = LoadTensors(GetTensors(reply)); in ViewValueLevel()
909 std::list<TensorSummary> tensor_stats_list = LoadTensorsStat(GetTensors(reply)); in ViewStatLevel()
917 std::list<TensorBase> tensor_base_list = LoadTensorsBase(GetTensors(reply)); in ViewBaseLevel()
1249 ProtoVector<TensorProto> GetTensors(const EventReply &reply) { in GetTensors() function
Ddebugger.h300 ProtoVector<TensorProto> GetTensors(const EventReply &reply);