Searched refs:AsType (Results 1 – 2 of 2) sorted by relevance
154 template <class AsType>156 AsType value; in readPointerHelper()157 memcpy(&value, p, sizeof(AsType)); in readPointerHelper()158 p += sizeof(AsType); in readPointerHelper()
285 HloInstruction* AsType(HloInstruction* hlo, in AsType() function in xla::__anondb6e78140111::AlgebraicSimplifierVisitor1178 hlo = AsType(hlo, dot->shape().element_type()); in HandleDotStrengthReduction()1187 return AddReduce(AsType(hlo, F32), dim); in HandleDotStrengthReduction()1754 new_dot = AsType(new_dot, F32); in HandleDot()1760 new_dot = AsType(new_dot, dot->shape().element_type()); in HandleDot()