/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | ElementwiseFunction.hpp | 18 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
|
H A D | RefLogicalBinaryWorkload.hpp | 27 using InType = bool; typedef in armnn::RefLogicalBinaryWorkload
|
H A D | RefLogicalUnaryWorkload.hpp | 27 using InType = bool; typedef in armnn::RefLogicalUnaryWorkload
|
H A D | RefElementwiseUnaryWorkload.hpp | 27 using InType = float; typedef in armnn::RefElementwiseUnaryWorkload
|
H A D | RefComparisonWorkload.hpp | 29 using InType = float; typedef in armnn::RefComparisonWorkload
|
H A D | RefElementwiseWorkload.hpp | 29 using InType = typename ElementwiseBinaryFunction<Functor>::InType; typedef in armnn::RefElementwiseWorkload
|
/aosp_15_r20/external/pytorch/caffe2/perfkernels/ |
H A D | hp_emblookup_codegen.py | 11 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
|
H A D | embedding_lookup_idx.cc | 81 …IndexType, InTypeName, InType, OutType, IS_WEIGHT_POSITIONAL) \ argument
|
/aosp_15_r20/external/gemmlowp/meta/ |
H A D | quantized_mul_kernels.h | 41 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()
|
H A D | base.h | 49 typedef InType_ InType; typedef 111 typedef InType_ InType; typedef
|
H A D | single_thread_gemm.h | 48 typedef typename P::InType InType; in ExecuteDispatch3D() typedef 237 typedef typename P::InType InType; in ExecuteDispatch3D() typedef
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_reflection_state.cpp | 845 for (const auto &InType : InTypes) in declareReduce() local 916 for (const auto &InType : InTypes) { in declareReduce() local
|
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/ |
H A D | SqrtTest.h | 44 #define LIST_NARROWING_SQRT_TESTS(OutType, InType, func) \ argument
|
H A D | SubTest.h | 141 #define LIST_SUB_TESTS(OutType, InType, func) \ argument
|
H A D | AddTest.h | 141 #define LIST_ADD_TESTS(OutType, InType, func) \ argument
|
H A D | DivTest.h | 158 #define LIST_DIV_TESTS(OutType, InType, func) \ argument
|
H A D | MulTest.h | 153 #define LIST_MUL_TESTS(OutType, InType, func) \ argument
|
H A D | FmaTest.h | 127 #define LIST_NARROWING_FMA_TESTS(OutType, InType, func) \ argument
|
H A D | ILogbTest.h | 119 #define LIST_INTLOGB_TESTS(OutType, InType, Func) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 244 bool Demangler::demanglePath(IsInType InType, LeaveGenericsOpen LeaveOpen) { in demanglePath() 349 void Demangler::demangleImplPath(IsInType InType) { in demangleImplPath()
|
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | SqrtTest.h | 61 #define LIST_NARROWING_SQRT_TESTS(OutType, InType, func) \ argument
|
H A D | DivTest.h | 69 #define LIST_DIV_TESTS(OutType, InType, func) \ argument
|
H A D | SubTest.h | 69 #define LIST_SUB_TESTS(OutType, InType, func) \ argument
|
H A D | AddTest.h | 69 #define LIST_ADD_TESTS(OutType, InType, func) \ argument
|
H A D | MulTest.h | 90 #define LIST_MUL_TESTS(OutType, InType, func) \ argument
|