Home
last modified time | relevance | path

Searched defs:Half (Results 1 – 25 of 91) sorted by relevance

1234

/external/executorch/runtime/core/portable_type/
Dhalf.h43 struct alignas(2) Half { struct
56 Half() = default; argument
58 constexpr Half(uint16_t bits, from_bits_t) : x(bits) {} in Half() argument
373 inline Half::Half(float value) : y(value) {} in Half() function
375 inline Half::Half(float value) in Half() function
/external/pytorch/c10/util/
DHalf.h355 struct alignas(2) Half { struct
365 C10_HOST_DEVICE Half() = default; argument
370 constexpr C10_HOST_DEVICE Half(unsigned short bits, from_bits_t) : x(bits) {} in Half() function
DHalf-inl.h37 inline Half::Half(float16_t value) : x(detail::fp16_to_bits(value)) {} in Half() function
79 inline C10_HOST_DEVICE Half::Half(const __half& value) { in Half() function
88 inline C10_HOST_DEVICE Half::Half(const sycl::half& value) { in Half() function
/external/cronet/stable/base/debug/
Dtest_elf_image_builder.h22 using Half = Elf32_Half; variable
29 using Half = Elf64_Half; variable
/external/cronet/tot/base/debug/
Dtest_elf_image_builder.h22 using Half = Elf32_Half; variable
29 using Half = Elf64_Half; variable
/external/bazelbuild-rules_go/tests/core/cgo/
Dsplit_import_cgo.go8 func Half(x int) int { func
/external/armnn/delegate/test/
DTestUtils.hpp15 using Half = half_float::half; typedef
/external/android-nn-driver/test/
DTestHalfTensor.hpp13 using Half = half_float::half; typedef
/external/armnn/src/armnnUtils/
DHalf.hpp22 using Half = half_float::half; //import half float implementation typedef
/external/armnn/src/backends/backendsCommon/test/
DPooling2dEndToEndTestImpl.hpp82 using Half = half_float::half; in MaxPool2dEndToEndFloat16() typedef
146 using Half = half_float::half; in AvgPool2dEndToEndFloat16() typedef
DReshapeEndToEndTestImpl.hpp71 using Half = half_float::half; in ReshapeEndToEndFloat16() typedef
/external/arm-optimized-routines/math/aarch64/experimental/
Dsinh_3u.c14 #define Half 0x3fe0000000000000 macro
Dsinhf_2u3.c14 #define Half 0x3f000000 macro
Dacosf_1u4.c14 #define Half 0x3f000000 macro
Dasinf_2u5.c14 #define Half 0x3f000000 macro
Dacos_2u.c14 #define Half 0x3fe0000000000000 macro
Dasin_3u.c14 #define Half 0x3fe0000000000000 macro
Datanh_3u.c14 #define Half 0x3fe0000000000000 macro
/external/executorch/runtime/core/exec_aten/
Dexec_aten.h78 using Half = c10::Half; variable
122 using Half = torch::executor::Half; variable
/external/arm-optimized-routines/math/aarch64/sve/
Datanh.c16 #define Half (0x3fe0000000000000) macro
Datanhf.c15 #define Half (0x3f000000) macro
/external/arm-optimized-routines/math/aarch64/advsimd/
Datanhf.c30 #define Half v_u32 (0x3f000000) macro
Dasinf.c26 #define Half 0x3f000000 macro
/external/libtextclassifier/native/annotator/duration/
Dduration.h108 static ParsedDurationAtom Half() { in Half() function
/external/google-breakpad/src/common/linux/
Delfutils.h86 typedef Elf32_Half Half; typedef
105 typedef Elf64_Half Half; typedef

1234