Searched refs:MakeBitcastConvertToHlo (Results 1 – 4 of 4) sorted by relevance
149 HloInstruction* MakeBitcastConvertToHlo(HloInstruction* hlo, PrimitiveType type,
253 HloInstruction* output = MakeBitcastConvertToHlo(input, F32); in TEST_F()
204 new_unary = MakeBitcastConvertToHlo(normalized_input, to_element_type); in HandleElementwiseUnary()
311 HloInstruction* MakeBitcastConvertToHlo(HloInstruction* hlo, PrimitiveType type, in MakeBitcastConvertToHlo() function