Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dtransform_unranked_hlo.cc240 OpBuilder if_lhs_scalar_builder = in matchAndRewrite() local
242 Value reshaped_lhs = if_lhs_scalar_builder.create<mhlo::ReshapeOp>( in matchAndRewrite()
244 Value if_lhs_scalar_result = if_lhs_scalar_builder.create<ChloOpTy>( in matchAndRewrite()
248 extendToBroadcastShape(if_lhs_scalar_builder, loc, if_lhs_scalar_result, in matchAndRewrite()
250 if_lhs_scalar_builder.create<scf::YieldOp>(loc, in matchAndRewrite()