OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caller_set_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h
153
tensorflow::gtl::FlatSet<HloComputation*>
caller_set_
;
member in class:xla::CallGraphNode
call_graph.cc
96
if (!ContainsKey(
caller_set_
, caller)) {
98
caller_set_
.insert(caller);
Completed in 114 milliseconds