Searched defs:GraphCompilerInfo (Results 1 – 3 of 3) sorted by relevance
79 struct BACKEND_EXPORT GraphCompilerInfo { struct80 …GraphCompilerInfo(const std::vector<KernelGraphPtr> &graphs, const std::vector<DeviceContext *> &d… in GraphCompilerInfo() argument103 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 …]
28 using GraphCompilerInfo = runtime::GraphCompilerInfo; variable
42 using GraphCompilerInfo = runtime::GraphCompilerInfo; variable