Home
last modified time | relevance | path

Searched defs:reduce_precision (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1015 auto* reduce_precision = xla::Cast<xla::HloReducePrecisionInstruction>(instr); in EmitReducePrecisionOp() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc388 Status ShapeVerifier::HandleReducePrecision(HloInstruction* reduce_precision) { in HandleReducePrecision()