Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h220 std::list<TensorProto> LoadTensors(const ProtoVector<TensorProto> &tensors) const;
Ddebugger.cc887 std::list<TensorProto> tensors = LoadTensors(GetTensors(reply)); in ViewValueLevel()
984 std::list<TensorProto> Debugger::LoadTensors(const ProtoVector<TensorProto> &tensors) const { in LoadTensors() function in mindspore::Debugger