Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc468 int input_bitwidth = primitive_util::BitWidth(old_element_type); in InferBitcastConvertShape() local
470 if (std::max(input_bitwidth, output_bitwidth) % in InferBitcastConvertShape()
471 std::min(input_bitwidth, output_bitwidth) != in InferBitcastConvertShape()
478 int ratio = std::max(output_bitwidth, input_bitwidth) / in InferBitcastConvertShape()
479 std::min(output_bitwidth, input_bitwidth); in InferBitcastConvertShape()
483 if (input_bitwidth > output_bitwidth) { in InferBitcastConvertShape()
485 } else if (input_bitwidth < output_bitwidth) { in InferBitcastConvertShape()