Home
last modified time | relevance | path

Searched defs:GraphView (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view.h39 class GraphView; variable
55 friend class GraphView; variable
72 friend class GraphView; variable
109 friend class GraphView; variable
H A Dgraph_view.cc84 GraphView::GraphView(const GraphDef* graph, Status* status) in GraphView() function in tensorflow::grappler::utils::GraphView
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Dpick_subgraphs.cc88 struct GraphView { struct
89 float total_cost;
90 std::unordered_map<Operation*, InferenceDeviceType> input_subgraph_plans;
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_timeline_test.cc60 TEST_F(TFProfTimelineTest, GraphView) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_view.h211 GraphView() : space_(nullptr) {} in GraphView() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgraph_view.h403 explicit GraphView(const GraphDef* graph) : GraphViewInternal(graph) { in GraphView() function