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