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.h109 absl::Span<HloComputation* const> callees() const { return callees_; } in callees()
158 absl::InlinedVector<HloComputation*, 1> callees_; variable
Dcall_graph.cc126 callees_.push_back(callee); in AddCallSiteForInstruction()