Searched refs:getConstantLikeInfValue (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | hlo_utils.td | 37 "chlo::getConstantLikeInfValue($_builder, $_loc, $0, /*negative=*/false)">; 40 "chlo::getConstantLikeInfValue($_builder, $_loc, $0, /*negative=*/true)">;
|
D | chlo_ops.h | 74 Value getConstantLikeInfValue(OpBuilder& b, Location loc, Value val,
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/ |
D | chlo_ops.cc | 42 Value getConstantLikeInfValue(OpBuilder& b, Location loc, Value val, in getConstantLikeInfValue() function
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | chlo_legalize_to_hlo.cc | 646 chlo::getConstantLikeInfValue(rewriter, loc, x, /*negative=*/false), in MaterializeLgamma()
|