HomeSort by relevance Sort by last modified time
    Searched refs:callsite_instructions_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph.cc 86 auto it = callsite_instructions_.find(instruction);
87 if (it == callsite_instructions_.end()) {
108 callsite_instructions_.insert({instruction, callsites_.size()});
call_graph.h 160 tensorflow::gtl::FlatMap<const HloInstruction*, int64> callsite_instructions_; member in class:xla::CallGraphNode

Completed in 75 milliseconds