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

  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h 102 const std::vector<CallSite>& callsites() const { return callsites_; }
156 std::vector<CallSite> callsites_; member in class:xla::CallGraphNode
158 // The map from instruction to index in callsites_ for looking up the callsite
call_graph.cc 90 return &callsites_[it->second];
108 callsite_instructions_.insert({instruction, callsites_.size()});
109 callsites_.push_back(
113 for (auto* callee : callsites_.back().called_computations()) {

Completed in 224 milliseconds