Searched defs:GraphView (Results 1 – 6 of 6) sorted by relevance
39 class GraphView; variable55 friend class GraphView; variable72 friend class GraphView; variable109 friend class GraphView; variable
84 GraphView::GraphView(const GraphDef* graph, Status* status) in GraphView() function in tensorflow::grappler::utils::GraphView
88 struct GraphView { struct89 float total_cost;90 std::unordered_map<Operation*, InferenceDeviceType> input_subgraph_plans;
60 TEST_F(TFProfTimelineTest, GraphView) { in TEST_F() argument
211 GraphView() : space_(nullptr) {} in GraphView() function
403 explicit GraphView(const GraphDef* graph) : GraphViewInternal(graph) { in GraphView() function