Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_decomposer.cc138 HloInstruction* reshaped_rhs = in CanonicalizeDot() local
162 reshaped_lhs, reshaped_rhs, dot_dnums, original_dot->precision_config())); in CanonicalizeDot()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dtransform_unranked_hlo.cc265 Value reshaped_rhs = if_rhs_scalar_builder.create<mhlo::ReshapeOp>( in matchAndRewrite() local
268 loc, ArrayRef<Type>{result_type}, ArrayRef<Value>{lhs, reshaped_rhs}, in matchAndRewrite()
392 Value reshaped_rhs = if_builder.create<mhlo::DynamicReshapeOp>( in createRankSpecializedBroadcastAndOp() local
402 ArrayRef<Value>{reshaped_lhs, reshaped_rhs}, op.getAttrs()); in createRankSpecializedBroadcastAndOp()