Home
last modified time | relevance | path

Searched refs:IsFlattened (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph_test.cc102 EXPECT_TRUE(call_graph->IsFlattened()); in TEST_F()
183 EXPECT_FALSE(call_graph->IsFlattened()); in TEST_F()
222 EXPECT_FALSE(call_graph->IsFlattened()); in TEST_F()
343 EXPECT_FALSE(call_graph->IsFlattened()); in TEST_F()
Dcall_graph.h248 bool IsFlattened() const;
Dcall_graph.cc356 bool CallGraph::IsFlattened() const { in IsFlattened() function in xla::CallGraph
Dcopy_insertion.cc1243 if (!call_graph->IsFlattened()) { in Run()