Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dhlo_ops.cc6390 struct RoundNearestEven { struct
6391 APFloat operator()(const APFloat& f) { in operator ()()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc4768 XlaOp RoundNearestEven(const XlaOp operand) { in RoundNearestEven() function