Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc294 auto a_wst = a.dyn_cast<mlir::TF::TensorFlowTypeWithSubtype>(); in GetCastCompatibleType() local
296 if (!a_wst || !b_wst) return nullptr; in GetCastCompatibleType()
309 auto a_wst_st = a_wst.GetSubtypes(); in GetCastCompatibleType()