Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc226 auto rhs_wst = rhs_et.dyn_cast<TF::TensorFlowTypeWithSubtype>(); in BroadcastCompatible() local
227 if (!lhs_wst || !rhs_wst) return false; in BroadcastCompatible()
231 auto rhs_wst_st = rhs_wst.GetSubtypes(); in BroadcastCompatible()