Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc91 auto it = callsite_instructions_.find(instruction); in GetCallSite()
92 if (it == callsite_instructions_.end()) { in GetCallSite()
115 callsite_instructions_.insert({instruction, callsites_.size()}); in AddCallSiteForInstruction()
Dcall_graph.h168 absl::flat_hash_map<const HloInstruction*, int64> callsite_instructions_; variable