Home
last modified time | relevance | path

Searched defs:OutType (Results 1 – 11 of 11) 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
DRefElementwiseUnaryWorkload.hpp27 using OutType = float; typedef in armnn::RefElementwiseUnaryWorkload
DRefLogicalUnaryWorkload.hpp27 using OutType = bool; typedef in armnn::RefLogicalUnaryWorkload
DRefComparisonWorkload.hpp27 using OutType = bool; typedef in armnn::RefComparisonWorkload
DRefLogicalBinaryWorkload.hpp27 using OutType = bool; typedef in armnn::RefLogicalBinaryWorkload
DRefElementwiseWorkload.hpp25 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/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