Home
last modified time | relevance | path

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

123

/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
DRefElementwiseUnaryWorkload.hpp27 using InType = float; typedef in armnn::RefElementwiseUnaryWorkload
DRefLogicalUnaryWorkload.hpp27 using InType = bool; typedef in armnn::RefLogicalUnaryWorkload
DRefLogicalBinaryWorkload.hpp27 using InType = bool; typedef in armnn::RefLogicalBinaryWorkload
DRefComparisonWorkload.hpp29 using InType = float; typedef in armnn::RefComparisonWorkload
DRefElementwiseWorkload.hpp29 using InType = typename ElementwiseBinaryFunction<Functor>::InType; typedef in armnn::RefElementwiseWorkload
/external/pytorch/caffe2/perfkernels/
Dhp_emblookup_codegen.py11 def unroll(uf, IndexType, InType, OutType, use_weights, isa, fused, use_offsets): argument
12 def compute(regid, InType, use_weights, isa, prefetch): argument
204 def generic(IndexType, InType, OutType, use_weights, isa, fused, use_offsets): argument
205 def compute(InType, use_weights, isa): argument
/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
/external/llvm-libc/test/src/math/smoke/
DSubTest.h145 #define LIST_SUB_TESTS(OutType, InType, func) \ argument
154 #define LIST_SUB_SAME_TYPE_TESTS(suffix, OutType, InType, func) \ argument
DAddTest.h154 #define LIST_ADD_TESTS(OutType, InType, func) \ argument
164 #define LIST_ADD_SAME_TYPE_TESTS(suffix, OutType, InType, func) \ argument
DSqrtTest.h45 #define LIST_NARROWING_SQRT_TESTS(OutType, InType, func) \ argument
DDivTest.h158 #define LIST_DIV_TESTS(OutType, InType, func) \ argument
DMulTest.h153 #define LIST_MUL_TESTS(OutType, InType, func) \ argument
/external/llvm-libc/test/src/math/
DSubTest.h75 #define LIST_SUB_TESTS(OutType, InType, func) \ argument
80 #define LIST_SUB_SAME_TYPE_TESTS(suffix, OutType, InType, func) \ argument
DAddTest.h75 #define LIST_ADD_TESTS(OutType, InType, func) \ argument
80 #define LIST_ADD_SAME_TYPE_TESTS(suffix, OutType, InType, func) \ argument
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/smoke/
DSqrtTest.h44 #define LIST_NARROWING_SQRT_TESTS(OutType, InType, func) \ argument
DAddTest.h141 #define LIST_ADD_TESTS(OutType, InType, func) \ argument
DSubTest.h141 #define LIST_SUB_TESTS(OutType, InType, func) \ argument
DDivTest.h158 #define LIST_DIV_TESTS(OutType, InType, func) \ argument
DMulTest.h153 #define LIST_MUL_TESTS(OutType, InType, func) \ argument
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/smoke/
DSqrtTest.h44 #define LIST_NARROWING_SQRT_TESTS(OutType, InType, func) \ argument
DAddTest.h141 #define LIST_ADD_TESTS(OutType, InType, func) \ argument
DSubTest.h141 #define LIST_SUB_TESTS(OutType, InType, func) \ argument
DDivTest.h158 #define LIST_DIV_TESTS(OutType, InType, func) \ argument

123