Home
last modified time | relevance | path

Searched defs:ScalarType (Results 1 – 25 of 113) sorted by relevance

12345

/aosp_15_r20/external/gemmlowp/test/
H A Dtest_fixedpoint.cc125 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/
DScalarType.h25 struct ScalarType : public Type { struct
40 ScalarType(Kind kind, Scope* parent); argument
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrGenericVector.hpp70 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 DRandom.cpp64 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 Dexec_aten.h67 using ScalarType = at::ScalarType; variable
110 using ScalarType = torch::executor::ScalarType; variable
/aosp_15_r20/external/gemmlowp/internal/
H A Dsimd_wrappers.h46 using ScalarType = tScalarType; member
63 using ScalarType = tScalarType; member
/aosp_15_r20/external/pytorch/torchgen/dest/
H A Dufunc.py244 dtype: ScalarType,
400 dtype: ScalarType,
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/
H A DTensorFactories.cpp108 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 Dembeddingxb.h20 using ScalarType = exec_aten::ScalarType; variable
/aosp_15_r20/external/executorch/runtime/kernel/test/
H A Dtest_util.h21 inline void make_kernel_key( in make_kernel_key()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dselective_build.h21 exec_aten::ScalarType /*scalar_type*/ in should_include_kernel_dtype()
H A Dop_detach_copy.cpp17 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_relu.cpp20 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_as_strided_copy.cpp17 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_amax.cpp20 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_amin.cpp20 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_leaky_relu.cpp21 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_full.cpp17 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_full_like.cpp17 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_masked_fill.cpp19 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_gelu.cpp21 using ScalarType = exec_aten::ScalarType; typedef
H A Dop_sum.cpp18 using ScalarType = exec_aten::ScalarType; typedef
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOpsUtils.h155 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 Dcub-RadixSortKeys.cu44 #define AT_INSTATIATE_CUB_TEMPLATES(scalar_t, ScalarType) \ argument
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp536 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()

12345