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
161
absl::flat_hash_set<HloComputation*>
caller_set_
;
member in class:xla::CallGraphNode
call_graph.cc
100
if (!ContainsKey(
caller_set_
, caller)) {
102
caller_set_
.insert(caller);
Completed in 92 milliseconds