Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.h111 const std::vector<HloComputation*>& callees() const { return callees_; } in callees()
155 std::vector<HloComputation*> callees_; variable
Dcall_graph.cc122 callees_.push_back(callee); in AddCallSiteForInstruction()