/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | ElementwiseFunction.hpp | 17 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
|
H A D | RefLogicalBinaryWorkload.hpp | 28 using OutType = bool; typedef in armnn::RefLogicalBinaryWorkload
|
H A D | RefLogicalUnaryWorkload.hpp | 28 using OutType = bool; typedef in armnn::RefLogicalUnaryWorkload
|
H A D | RefElementwiseUnaryWorkload.hpp | 28 using OutType = float; typedef in armnn::RefElementwiseUnaryWorkload
|
H A D | RefComparisonWorkload.hpp | 30 using OutType = bool; typedef in armnn::RefComparisonWorkload
|
H A D | RefElementwiseWorkload.hpp | 30 using OutType = typename ElementwiseBinaryFunction<Functor>::OutType; 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 204 def generic(IndexType, InType, OutType, use_weights, isa, fused, use_offsets): 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 | base.h | 50 typedef OutType_ OutType; typedef 112 typedef OutType_ OutType; typedef
|
H A D | single_thread_gemm.h | 49 typedef typename P::OutType OutType; in ExecuteDispatch3D() typedef 238 typedef typename P::OutType OutType; in ExecuteDispatch3D() typedef
|
/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/llvm-libc/test/src/stdfix/ |
H A D | ISqrtTest.h | 20 using OutType = variable
|
/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
|
H A D | FmaTest.h | 97 #define LIST_NARROWING_FMA_TESTS(OutType, InType, func) \ argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/ |
H A D | byte_buffer.h | 129 using OutType = std::remove_cv_t<bt_lib_cpp_type::ToStdArrayT<T>>; in To() local
|