Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc121 if (!ContainsKey(callee_set_, callee)) { in AddCallSiteForInstruction()
123 callee_set_.insert(callee); in AddCallSiteForInstruction()
Dcall_graph.h156 absl::flat_hash_set<HloComputation*> callee_set_; variable