Searched refs:LoadTensors (Results 1 – 2 of 2) sorted by relevance
220 std::list<TensorProto> LoadTensors(const ProtoVector<TensorProto> &tensors) const;
887 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