Searched refs:IsCallerInstruction (Results 1 – 1 of 1) sorted by relevance
38 bool IsCallerInstruction(HloInstruction* hlo) { in IsCallerInstruction() function82 if (!hlo->called_computations().empty() && !IsCallerInstruction(hlo)) { in Preprocess()