OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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