Home
last modified time | relevance | path

Searched defs:OutType (Results 1 – 12 of 12) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DElementwiseFunction.hpp17 using OutType = typename Functor::result_type; typedef
31 using OutType = typename Functor::result_type; typedef
43 using OutType = bool; typedef
57 using OutType = bool; typedef
DRefLogicalBinaryWorkload.hpp28 using OutType = bool; typedef in armnn::RefLogicalBinaryWorkload
DRefLogicalUnaryWorkload.hpp28 using OutType = bool; typedef in armnn::RefLogicalUnaryWorkload
DRefElementwiseUnaryWorkload.hpp28 using OutType = float; typedef in armnn::RefElementwiseUnaryWorkload
DRefComparisonWorkload.hpp30 using OutType = bool; typedef in armnn::RefComparisonWorkload
DRefElementwiseWorkload.hpp30 using OutType = typename ElementwiseBinaryFunction<Functor>::OutType; typedef in armnn::RefElementwiseWorkload
/external/gemmlowp/meta/
Dbase.h50 typedef OutType_ OutType; typedef
112 typedef OutType_ OutType; typedef
Dsingle_thread_gemm.h49 typedef typename P::OutType OutType; in ExecuteDispatch3D() typedef
238 typedef typename P::OutType OutType; in ExecuteDispatch3D() typedef
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionSycl.h322 typedef typename Eigen::internal::conditional<packet_load, PacketType, OutScalar>::type OutType; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h67 typedef typename apply<T>::type OutType; in operator() typedef
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h68 typedef typename apply<T>::type OutType; in operator() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1394 RecTy *OutType; in ParseOperation() local