HomeSort by relevance Sort by last modified time
    Searched refs:IsFlattened (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h 248 bool IsFlattened() const;
call_graph_test.cc 102 EXPECT_TRUE(call_graph->IsFlattened());
183 EXPECT_FALSE(call_graph->IsFlattened());
222 EXPECT_FALSE(call_graph->IsFlattened());
343 EXPECT_FALSE(call_graph->IsFlattened());
call_graph.cc 353 bool CallGraph::IsFlattened() const {
copy_insertion.cc     [all...]

Completed in 135 milliseconds