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 237 bool IsFlattened() const;
call_graph_test.cc 101 EXPECT_TRUE(call_graph->IsFlattened());
177 EXPECT_FALSE(call_graph->IsFlattened());
216 EXPECT_FALSE(call_graph->IsFlattened());
333 EXPECT_FALSE(call_graph->IsFlattened());
call_graph.cc 312 bool CallGraph::IsFlattened() const {
copy_insertion.cc     [all...]

Completed in 144 milliseconds