Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc211 auto lhs_tt = lhs_type.dyn_cast<TensorType>(); in BroadcastCompatible() local
213 if (!lhs_tt || !rhs_tt) { in BroadcastCompatible()
221 auto lhs_et = lhs_tt.getElementType(); in BroadcastCompatible()