Home
last modified time | relevance | path

Searched defs:InType (Results 1 – 11 of 11) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DElementwiseFunction.hpp18 using InType = typename Functor::first_argument_type; typedef
32 using InType = typename Functor::argument_type; typedef
44 using InType = bool; typedef
58 using InType = bool; typedef
DRefLogicalUnaryWorkload.hpp27 using InType = bool; typedef in armnn::RefLogicalUnaryWorkload
DRefLogicalBinaryWorkload.hpp27 using InType = bool; typedef in armnn::RefLogicalBinaryWorkload
DRefElementwiseUnaryWorkload.hpp27 using InType = float; typedef in armnn::RefElementwiseUnaryWorkload
DRefComparisonWorkload.hpp29 using InType = float; typedef in armnn::RefComparisonWorkload
DRefElementwiseWorkload.hpp29 using InType = typename ElementwiseBinaryFunction<Functor>::InType; typedef in armnn::RefElementwiseWorkload
/external/gemmlowp/meta/
Dquantized_mul_kernels.h41 static void Multiply(const InType* lhs, const InType*, in Multiply()
90 static void Multiply(const InType* lhs, const InType*, in Multiply()
135 static void Multiply(const InType* lhs, const InType*, in Multiply()
Dbase.h49 typedef InType_ InType; typedef
111 typedef InType_ InType; typedef
Dsingle_thread_gemm.h48 typedef typename P::InType InType; in ExecuteDispatch3D() typedef
237 typedef typename P::InType InType; in ExecuteDispatch3D() typedef
/external/llvm-libc/test/src/math/smoke/
DILogbTest.h113 #define LIST_INTLOGB_TESTS(OutType, InType, Func) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DRustDemangle.cpp244 bool Demangler::demanglePath(IsInType InType, LeaveGenericsOpen LeaveOpen) { in demanglePath()
349 void Demangler::demangleImplPath(IsInType InType) { in demangleImplPath()