Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc309 auto a_wst_st = a_wst.GetSubtypes(); in GetCastCompatibleType() local
311 if (a_wst_st.empty() || b_wst_st.empty()) return a; in GetCastCompatibleType()
312 if (a_wst_st.size() != b_wst_st.size()) return nullptr; in GetCastCompatibleType()
314 for (auto subtypes : llvm::zip(a_wst_st, b_wst_st)) { in GetCastCompatibleType()