Searched defs:convert_to (Results 1 – 3 of 3) sorted by relevance
132 xla::PrimitiveType convert_to; in ConvertElementType() local
227 pub(crate) fn convert_to<I: Interrupt>(self, rhs: Self, int: &I) -> FResult<Self> { in convert_to() method
645 template<typename T> struct convert_to { operator T() const; }; struct