Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ir/types/
Ddialect.cc782 Type refined_element_ty = GetCastCompatibleType( in GetCastCompatibleType() local
784 if (!refined_element_ty) return nullptr; in GetCastCompatibleType()
787 return UnrankedTensorType::get(refined_element_ty); in GetCastCompatibleType()
790 return RankedTensorType::get(b_tt.getShape(), refined_element_ty); in GetCastCompatibleType()
793 return RankedTensorType::get(a_tt.getShape(), refined_element_ty); in GetCastCompatibleType()
800 return RankedTensorType::get(refined_shape, refined_element_ty); in GetCastCompatibleType()