/aosp_15_r20/external/gemmlowp/test/ |
H A D | test_fixedpoint.cc | 125 using ScalarType = typename SimdTypeTraits::ScalarRawType; typedef in gemmlowp::__anon067be4fa0111::TestFixedPoint 370 void test_convert(FixedPoint<ScalarType, tIntegerBits> x) { in test_convert() 377 void test_Rescale(FixedPoint<ScalarType, tIntegerBits_a> a) { in test_Rescale() 394 void test_mul(FixedPoint<ScalarType, tIntegerBits_a> a, in test_mul() 422 void test_ExactMulByPot(FixedPoint<ScalarType, tIntegerBits_a> a) { in test_ExactMulByPot()
|
/aosp_15_r20/system/tools/hidl/ |
D | ScalarType.h | 25 struct ScalarType : public Type { struct 40 ScalarType(Kind kind, Scope* parent); argument
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrGenericVector.hpp | 70 explicit GenericVec4(const tcu::Vector<ScalarType, 4> &value) in GenericVec4() 93 GenericVec4 &operator=(const tcu::Vector<ScalarType, 4> &value) in operator =()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Random.cpp | 64 const std::optional<c10::ScalarType> /* not implemented */, in rand_like() 125 const std::optional<c10::ScalarType> /* not implemented */, in randn_like()
|
/aosp_15_r20/external/executorch/runtime/core/exec_aten/ |
H A D | exec_aten.h | 67 using ScalarType = at::ScalarType; variable 110 using ScalarType = torch::executor::ScalarType; variable
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | simd_wrappers.h | 46 using ScalarType = tScalarType; member 63 using ScalarType = tScalarType; member
|
/aosp_15_r20/external/pytorch/torchgen/dest/ |
H A D | ufunc.py | 244 dtype: ScalarType, 400 dtype: ScalarType,
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/ |
H A D | TensorFactories.cpp | 108 std::optional<ScalarType>, in empty_affine_quantized_other_backends_stub() 123 std::optional<ScalarType>, in empty_per_channel_affine_quantized_other_backends_stub()
|
/aosp_15_r20/external/executorch/kernels/quantized/cpu/ |
H A D | embeddingxb.h | 20 using ScalarType = exec_aten::ScalarType; variable
|
/aosp_15_r20/external/executorch/runtime/kernel/test/ |
H A D | test_util.h | 21 inline void make_kernel_key( in make_kernel_key()
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | selective_build.h | 21 exec_aten::ScalarType /*scalar_type*/ in should_include_kernel_dtype()
|
H A D | op_detach_copy.cpp | 17 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_relu.cpp | 20 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_as_strided_copy.cpp | 17 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_amax.cpp | 20 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_amin.cpp | 20 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_leaky_relu.cpp | 21 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_full.cpp | 17 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_full_like.cpp | 17 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_masked_fill.cpp | 19 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_gelu.cpp | 21 using ScalarType = exec_aten::ScalarType; typedef
|
H A D | op_sum.cpp | 18 using ScalarType = exec_aten::ScalarType; typedef
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | ReduceOpsUtils.h | 155 ScalarType /*dtype*/) in resize_reduction_result() argument 421 ScalarType dtype1, in make_reduction() argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/ |
H A D | cub-RadixSortKeys.cu | 44 #define AT_INSTATIATE_CUB_TEMPLATES(scalar_t, ScalarType) \ argument
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 536 const Vector<ScalarType, 4> &result) in isNearestSampleResultValid() 561 const Vector<ScalarType, 4> &result) in isNearestSampleResultValid() 594 … const PrecType &prec, const Vec3 &coord, const Vector<ScalarType, 4> &result) in isNearestSampleResultValid() 2425 … const IVec2 (&offsets)[4], const Vector<ScalarType, 4> &result) in isGatherOffsetsResultValid() 2483 … const IVec2 (&offsets)[4], const Vector<ScalarType, 4> &result) in is2DArrayGatherOffsetsResultValid() 2518 const Vector<ScalarType, 4> &result) in isGatherResultValid() 2568 … const Vec3 &coord, int componentNdx, const Vector<ScalarType, 4> &result) in isCubeGatherResultValid()
|