Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc230 auto lhs_wst_st = lhs_wst.GetSubtypes(); in BroadcastCompatible() local
232 if (!lhs_wst_st.empty() && !rhs_wst_st.empty()) { in BroadcastCompatible()
233 for (auto subtypes : llvm::zip(lhs_wst_st, rhs_wst_st)) { in BroadcastCompatible()