Searched refs:GetComputationCallers (Results 1 – 3 of 3) sorted by relevance
252 std::vector<HloInstruction*> GetComputationCallers(HloComputation* c);
366 std::vector<HloInstruction*> CallGraph::GetComputationCallers( in GetComputationCallers() function in xla::CallGraph
99 auto caller_instructions = call_graph_->GetComputationCallers(computation); in WhileFromBodyParameter()