Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_standard.cc127 Type int_or_float_ty = element_type; in matchAndRewrite() local
128 if (complex_ty) int_or_float_ty = complex_ty.getElementType(); in matchAndRewrite()
130 bitwidth = int_or_float_ty.getIntOrFloatBitWidth(); in matchAndRewrite()
154 RankedTensorType::get(output_type.getShape(), int_or_float_ty); in matchAndRewrite()