Home
last modified time | relevance | path

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

12345

/external/deqp/framework/referencerenderer/
DrrGenericVector.hpp70 explicit GenericVec4(const tcu::Vector<ScalarType, 4> &value) in GenericVec4()
93 GenericVec4 &operator=(const tcu::Vector<ScalarType, 4> &value) in operator =()
/external/executorch/kernels/quantized/cpu/
Dembeddingxb.h20 using ScalarType = exec_aten::ScalarType; variable
/external/executorch/kernels/portable/cpu/
Dselective_build.h21 exec_aten::ScalarType /*scalar_type*/ in should_include_kernel_dtype()
Dop_detach_copy.cpp17 using ScalarType = exec_aten::ScalarType; typedef
Dop_relu.cpp20 using ScalarType = exec_aten::ScalarType; typedef
Dop_as_strided_copy.cpp17 using ScalarType = exec_aten::ScalarType; typedef
Dop_amax.cpp20 using ScalarType = exec_aten::ScalarType; typedef
Dop_amin.cpp20 using ScalarType = exec_aten::ScalarType; typedef
Dop_leaky_relu.cpp21 using ScalarType = exec_aten::ScalarType; typedef
Dop_full.cpp17 using ScalarType = exec_aten::ScalarType; typedef
Dop_full_like.cpp17 using ScalarType = exec_aten::ScalarType; typedef
Dop_gelu.cpp21 using ScalarType = exec_aten::ScalarType; typedef
Dop_masked_fill.cpp19 using ScalarType = exec_aten::ScalarType; typedef
Dop_sum.cpp18 using ScalarType = exec_aten::ScalarType; typedef
Dop_mean.cpp19 using ScalarType = exec_aten::ScalarType; typedef
Dop_hardtanh.cpp21 using ScalarType = exec_aten::ScalarType; typedef
/external/executorch/runtime/kernel/test/
Dtest_util.h21 inline void make_kernel_key( in make_kernel_key()
/external/gemmlowp/test/
Dtest_fixedpoint.cc125 using ScalarType = typename SimdTypeTraits::ScalarRawType; typedef in gemmlowp::__anonf576cf7a0111::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()
/external/pytorch/aten/src/ATen/native/vulkan/ops/
DRandom.cpp64 const std::optional<c10::ScalarType> /* not implemented */, in rand_like()
125 const std::optional<c10::ScalarType> /* not implemented */, in randn_like()
/external/executorch/runtime/core/exec_aten/
Dexec_aten.h67 using ScalarType = at::ScalarType; variable
110 using ScalarType = torch::executor::ScalarType; variable
/external/gemmlowp/internal/
Dsimd_wrappers.h46 using ScalarType = tScalarType; member
63 using ScalarType = tScalarType; member
/external/pytorch/aten/src/ATen/cuda/
Dcub-RadixSortKeys.cu44 #define AT_INSTATIATE_CUB_TEMPLATES(scalar_t, ScalarType) \ argument
/external/pytorch/torchgen/dest/
Dufunc.py244 dtype: ScalarType,
400 dtype: ScalarType,
/external/pytorch/aten/src/ATen/native/quantized/
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()
/external/executorch/exir/dialects/edge/arg/
Dtype.py17 ScalarType = "ScalarType" variable in ArgType

12345