Searched refs:InstructionIsCandidateForBF16Output (Results 1 – 2 of 2) sorted by relevance
82 bool InstructionIsCandidateForBF16Output(HloInstruction* hlo);
388 bool BFloat16Propagation::InstructionIsCandidateForBF16Output( in InstructionIsCandidateForBF16Output() function in xla::BFloat16Propagation763 if (InstructionIsCandidateForBF16Output(inst)) { in Run()