Searched defs:GraphInfo (Results 1 – 2 of 2) sorted by relevance
762 struct GraphInfo { struct763 NodeDef* input_node = nullptr;764 NodeDef* output_node = nullptr;765 NodeDef* stateful_partitioned_call_node = nullptr;766 std::vector<NodeDef*> partitioned_call_nodes;767 std::vector<FunctionDef> fdefs;
110 struct GraphInfo { struct111 std::vector<DeviceType> device_types;112 MemoryTypeMap input_types;113 MemoryTypeMap output_types;114 std::vector<ControlFlowInfo> cf_info;