Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.h58 struct GraphCompilerInfo { struct
59GraphCompilerInfo(const std::vector<KernelGraphPtr> &graphs, const std::vector<DeviceContext *> &d… in GraphCompilerInfo() function
79 std::vector<KernelGraphPtr> graphs_;
80 std::vector<DeviceContext *> device_contexts_;
81 std::vector<std::vector<int64_t> *> tensors_mask_;
82 std::vector<std::vector<TensorPtr> *> input_tensors_;
83 std::vector<AnfNodePtr> control_nodes_;
84 ControlNodeParserPtr control_node_parser_;
85 std::vector<AnfNodePtr> origin_parameters_order_;
86 KernelMapPosition origin_outputs_order_;
[all …]
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.h43 using GraphCompilerInfo = runtime::GraphCompilerInfo; variable