Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc313 llvm::SmallVector<mlir::TensorType, 4> refined_subtypes; in GetCastCompatibleType() local
319 refined_subtypes.push_back(refined_st.cast<mlir::TensorType>()); in GetCastCompatibleType()
322 return mlir::TF::ResourceType::get(refined_subtypes, a.getContext()); in GetCastCompatibleType()