Searched refs:GetComputationCallers (Results 1 – 4 of 4) sorted by relevance
252 std::vector<HloInstruction*> GetComputationCallers(HloComputation* c);
196 auto caller_instructions = call_graph_->GetComputationCallers(computation); in WhileFromBodyParameter()210 auto caller_instructions = call_graph_->GetComputationCallers(computation); in ConditionalFromBodyParameter()
369 std::vector<HloInstruction*> CallGraph::GetComputationCallers( in GetComputationCallers() function in xla::CallGraph
540 call_graph->GetComputationCallers(computation); in Run()