Searched refs:RngBitGeneratorExpander (Results 1 – 4 of 4) sorted by relevance
51 bool RngBitGeneratorExpander::InstructionMatchesPattern( in InstructionMatchesPattern()56 StatusOr<HloComputation*> RngBitGeneratorExpander::GetGeneratorComputation( in GetGeneratorComputation()101 StatusOr<HloInstruction*> RngBitGeneratorExpander::ExpandInstruction( in ExpandInstruction()
29 class RngBitGeneratorExpander : public OpExpanderPass {31 explicit RngBitGeneratorExpander(RandomAlgorithm default_algorithm) in RngBitGeneratorExpander() function
294 pipeline.AddPass<RngBitGeneratorExpander>(RandomAlgorithm::RNG_PHILOX); in RunHloPassesThroughLayoutAssn()
167 pipeline.AddPass<RngBitGeneratorExpander>(RandomAlgorithm::RNG_PHILOX); in OptimizeHloModule()