Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dtransform_unranked_hlo.cc164 bool rhs_is_scalar = rhs_ranked_type && in matchAndRewrite() local
172 if (!(lhs_is_scalar ^ rhs_is_scalar)) return failure(); in matchAndRewrite()
192 rhs_is_scalar ? rhs : reshaped}; in matchAndRewrite()