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.cc103 EXPECT_TRUE(call_graph->IsFlattened()); in TEST_F()
186 EXPECT_FALSE(call_graph->IsFlattened()); in TEST_F()
227 EXPECT_FALSE(call_graph->IsFlattened()); in TEST_F()
348 EXPECT_FALSE(call_graph->IsFlattened()); in TEST_F()
Dcall_graph.h251 bool IsFlattened() const;
Dcall_graph.cc360 bool CallGraph::IsFlattened() const { in IsFlattened() function in xla::CallGraph
Dcopy_insertion.cc2117 if (!call_graph->IsFlattened()) { in Run()