Home
last modified time | relevance | path

Searched refs:MakeBitcastConvertToHlo (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.h149 HloInstruction* MakeBitcastConvertToHlo(HloInstruction* hlo, PrimitiveType type,
Dhlo_creation_utils_test.cc253 HloInstruction* output = MakeBitcastConvertToHlo(input, F32); in TEST_F()
Dlayout_normalization.cc204 new_unary = MakeBitcastConvertToHlo(normalized_input, to_element_type); in HandleElementwiseUnary()
Dhlo_creation_utils.cc311 HloInstruction* MakeBitcastConvertToHlo(HloInstruction* hlo, PrimitiveType type, in MakeBitcastConvertToHlo() function