Searched defs:GraphCompilerInfo (Results 1 – 2 of 2) sorted by relevance
58 struct GraphCompilerInfo { struct59 …GraphCompilerInfo(const std::vector<KernelGraphPtr> &graphs, const std::vector<DeviceContext *> &d… in GraphCompilerInfo() function79 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 …]
43 using GraphCompilerInfo = runtime::GraphCompilerInfo; variable