OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callers_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h
119
const std::vector<HloComputation*>& callers() const { return
callers_
; }
160
std::vector<HloComputation*>
callers_
;
member in class:xla::CallGraphNode
call_graph.cc
101
callers_
.push_back(caller);
Completed in 177 milliseconds