Home
last modified time | relevance | path

Searched refs:GetComputationCallers (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.h252 std::vector<HloInstruction*> GetComputationCallers(HloComputation* c);
Dcall_graph.cc366 std::vector<HloInstruction*> CallGraph::GetComputationCallers( in GetComputationCallers() function in xla::CallGraph
Dar_crs_combiner.cc99 auto caller_instructions = call_graph_->GetComputationCallers(computation); in WhileFromBodyParameter()