Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_decomposer.cc91 HloInstruction* reshaped_lhs = 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.cc242 Value reshaped_lhs = if_lhs_scalar_builder.create<mhlo::ReshapeOp>( in matchAndRewrite() local
245 loc, ArrayRef<Type>{result_type}, ArrayRef<Value>{reshaped_lhs, rhs}, in matchAndRewrite()
390 Value reshaped_lhs = if_builder.create<mhlo::DynamicReshapeOp>( in createRankSpecializedBroadcastAndOp() local
402 ArrayRef<Value>{reshaped_lhs, reshaped_rhs}, op.getAttrs()); in createRankSpecializedBroadcastAndOp()