Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state_test.cc762 struct GraphInfo { struct
763 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;
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_partition.cc110 struct GraphInfo { struct
111 std::vector<DeviceType> device_types;
112 MemoryTypeMap input_types;
113 MemoryTypeMap output_types;
114 std::vector<ControlFlowInfo> cf_info;
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dverification.py1151 class GraphInfo: class