Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp154 template <class AsType>
156 AsType value; in readPointerHelper()
157 memcpy(&value, p, sizeof(AsType)); in readPointerHelper()
158 p += sizeof(AsType); in readPointerHelper()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc285 HloInstruction* AsType(HloInstruction* hlo, in AsType() function in xla::__anondb6e78140111::AlgebraicSimplifierVisitor
1178 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()