Home
last modified time | relevance | path

Searched defs:GraphCompilerInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dgraph_compiler.h79 struct BACKEND_EXPORT GraphCompilerInfo { struct
80GraphCompilerInfo(const std::vector<KernelGraphPtr> &graphs, const std::vector<DeviceContext *> &d… in GraphCompilerInfo() argument
103 std::vector<KernelGraphPtr> graphs_;
104 std::vector<DeviceContext *> device_contexts_;
105 std::vector<std::vector<int64_t> *> tensors_mask_;
106 std::vector<std::vector<TensorPtr> *> input_tensors_;
107 std::vector<AnfNodePtr> control_nodes_;
108 ControlNodeParserPtr control_node_parser_;
109 std::vector<AnfNodePtr> origin_parameters_order_;
111 origin_parameters_to_backend_parameters_;
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/
Dgraph_adapter.h28 using GraphCompilerInfo = runtime::GraphCompilerInfo; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend_base.h42 using GraphCompilerInfo = runtime::GraphCompilerInfo; variable