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.h117 absl::Span<HloComputation* const> callers() const { return callers_; } in callers()
163 absl::InlinedVector<HloComputation*, 1> callers_; variable
Dcall_graph.cc108 callers_.push_back(caller); in AddCallerCallSite()