OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callsite_instructions_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
call_graph.cc
90
auto it =
callsite_instructions_
.find(instruction);
91
if (it ==
callsite_instructions_
.end()) {
112
callsite_instructions_
.insert({instruction, callsites_.size()});
call_graph.h
168
absl::flat_hash_map<const HloInstruction*, int64>
callsite_instructions_
;
member in class:xla::CallGraphNode
Completed in 198 milliseconds