Searched defs:graph_proto (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | proto_exporter.cc | 324 debugger::GraphProto *graph_proto = model_.mutable_graph(); in GetFuncGraphProtoString() local 335 debugger::GraphProto *graph_proto = model_.mutable_graph(); in GetFuncGraphProto() local 340 …oExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, debugger::GraphProto *const graph_proto, in ExportFuncGraph() 369 …rotoExporter::ExportParameters(const FuncGraphPtr &func_graph, debugger::GraphProto *graph_proto) { in ExportParameters() 390 …rotoExporter::ExportCNodes(const FuncGraphPtr &func_graph, debugger::GraphProto *const graph_proto, in ExportCNodes() 415 … debugger::GraphProto *const graph_proto, LocDebugDumpMode dump_location) { in ExportCNode() 467 debugger::GraphProto *graph_proto) { in ExportFuncGraphOutput() 489 debugger::GraphProto *graph_proto) { in ExportValueNodes() 555 std::string graph_proto = exporter.GetFuncGraphProtoString(func_graph, dump_location); in DumpIRProtoWithSrcInfo() local
|
D | debugger.cc | 542 auto graph_proto = GetGraphProto(graph_ptr); in LoadGraphs() local 566 auto graph_proto = graph_proto_list_.front(); in CheckGraphPtr() local 631 void Debugger::SendGraphAndSuspend(const GraphProto &graph_proto) { in SendGraphAndSuspend()
|
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/ |
D | onnx_exporter.cc | 477 onnx::GraphProto *graph_proto = model_.mutable_graph(); in GetOnnxProtoString() local 490 …nnxExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, onnx::GraphProto *const graph_proto) { in ExportFuncGraph() 511 …nxExporter::ExportParameters(const FuncGraphPtr &func_graph, onnx::GraphProto *const graph_proto) { in ExportParameters() 667 onnx::GraphProto *const graph_proto) { in ExportNodes() 742 … std::map<AnfNodePtr, size_t> *node_map_ptr, onnx::GraphProto *const graph_proto) { in ExportPrimReshape() 775 … std::map<AnfNodePtr, size_t> *node_map_ptr, onnx::GraphProto *const graph_proto) { in ExportPrimReduce() 816 onnx::GraphProto *const graph_proto) { in ExportPrimTranspose() 852 onnx::GraphProto *const graph_proto) { in ExportPrimStridedSlice() 949 onnx::GraphProto *const graph_proto) { in ExportPrimResizeNearestNeighbor() 1010 onnx::GraphProto *const graph_proto) { in ExportPrimExpandDims() [all …]
|
D | mindir_exporter.cc | 181 mind_ir::GraphProto *graph_proto = model_.mutable_graph(); in BuildModel() local 213 …portBuilder::BuildFuncGraph(const FuncGraphPtr &func_graph, mind_ir::GraphProto *const graph_proto, in BuildFuncGraph() 226 …ortBuilder::BuildParameters(const FuncGraphPtr &func_graph, mind_ir::GraphProto *const graph_proto, in BuildParameters() 363 …ExportBuilder::BuildNodes(const FuncGraphPtr &func_graph, mind_ir::GraphProto *const graph_proto) { in BuildNodes() 380 void IrExportBuilder::BuildOutput(const CNodePtr &node, mind_ir::GraphProto *const graph_proto) { in BuildOutput() 477 void IrExportBuilder::BuildCNode(const CNodePtr &node, mind_ir::GraphProto *const graph_proto) { in BuildCNode() 526 …g IrExportBuilder::BuildInputNode(const AnfNodePtr &node, mind_ir::GraphProto *const graph_proto) { in BuildInputNode()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | dump_proto.cc | 387 irpb::GraphProto *graph_proto = model_.mutable_graph(); in GetFuncGraphProtoString() local 392 void ProtoExporter::ExportFuncGraph(const FuncGraphPtr &func_graph, irpb::GraphProto *graph_proto) { in ExportFuncGraph() 410 void ProtoExporter::ExportParameters(const FuncGraphPtr &func_graph, irpb::GraphProto *graph_proto)… in ExportParameters() 429 void ProtoExporter::ExportCNodes(const FuncGraphPtr &func_graph, irpb::GraphProto *graph_proto, in ExportCNodes() 453 … std::map<AnfNodePtr, size_t> *const_map_ptr, irpb::GraphProto *graph_proto) { in ExportCNode() 493 … std::map<AnfNodePtr, size_t> *const_map_ptr, irpb::GraphProto *graph_proto) { in ExportFuncGraphOutput() 519 …r::ExportValueNodes(const std::map<AnfNodePtr, size_t> &const_map, irpb::GraphProto *graph_proto) { in ExportValueNodes()
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/ |
D | memory_profiling.cc | 73 GraphMemProto *graph_proto = memory_proto_.add_graph_mem(); in MemoryToPB() local
|
/third_party/mindspore/mindspore/profiler/parser/ |
D | container.py | 127 def __init__(self, graph_proto): argument
|
D | memory_usage_parser.py | 177 def __init__(self, graph_proto, points, framework): argument
|
/third_party/mindspore/mindspore/core/load_mindir/ |
D | anf_model_parser.cc | 1102 const auto &graph_proto = model_proto.functions(i); in Parse() local 1119 const auto &graph_proto = model_proto.functions(i); in Parse() local
|
/third_party/mindspore/mindspore/train/ |
D | serialization.py | 38 from mindspore.train.mind_ir_pb2 import GraphProto as graph_proto unknown
|