Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc212 auto rhs_tt = rhs_type.dyn_cast<TensorType>(); in BroadcastCompatible() local
213 if (!lhs_tt || !rhs_tt) { in BroadcastCompatible()
222 auto rhs_et = rhs_tt.getElementType(); in BroadcastCompatible()