Home
last modified time | relevance | path

Searched refs:callers_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.h119 const std::vector<HloComputation*>& callers() const { return callers_; } in callers()
160 std::vector<HloComputation*> callers_; variable
Dcall_graph.cc101 callers_.push_back(caller); in AddCallerCallSite()