Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ir/types/
Ddialect.cc680 auto lhs_wst = lhs_et.dyn_cast<TensorFlowTypeWithSubtype>(); in BroadcastCompatible() local
682 if (!lhs_wst || !rhs_wst) return false; in BroadcastCompatible()
685 auto lhs_wst_st = lhs_wst.GetSubtypes(); in BroadcastCompatible()