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.cc90 auto it = callsite_instructions_.find(instruction); in GetCallSite()
91 if (it == callsite_instructions_.end()) { in GetCallSite()
112 callsite_instructions_.insert({instruction, callsites_.size()}); in AddCallSiteForInstruction()
Dcall_graph.h168 absl::flat_hash_map<const HloInstruction*, int64> callsite_instructions_; variable