Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_utils.td37 "chlo::getConstantLikeInfValue($_builder, $_loc, $0, /*negative=*/false)">;
40 "chlo::getConstantLikeInfValue($_builder, $_loc, $0, /*negative=*/true)">;
Dchlo_ops.h74 Value getConstantLikeInfValue(OpBuilder& b, Location loc, Value val,
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc42 Value getConstantLikeInfValue(OpBuilder& b, Location loc, Value val, in getConstantLikeInfValue() function
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo.cc646 chlo::getConstantLikeInfValue(rewriter, loc, x, /*negative=*/false), in MaterializeLgamma()