Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ir/types/
Ddialect.cc748 auto a_wst = a.dyn_cast<TensorFlowTypeWithSubtype>(); in GetCastCompatibleType() local
750 if (!a_wst || !b_wst) return nullptr; in GetCastCompatibleType()
764 auto a_wst_st = a_wst.GetSubtypes(); in GetCastCompatibleType()