Home
last modified time | relevance | path

Searched defs:Float16 (Results 1 – 25 of 127) sorted by relevance

123456

/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A Dhex_float.h32 Float16(uint16_t v) : val(v) {} in Float16() function
33 Float16() {} in Float16() function
41 Float16(const Float16& other) { val = other.val; } in Float16() function
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
Dhex_float.h32 Float16(uint16_t v) : val(v) {} in Float16() function
33 Float16() {} in Float16() function
41 Float16(const Float16& other) { val = other.val; } in Float16() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dhex_float.h41 Float16(uint16_t v) : val(v) {} in Float16() function
50 Float16(const Float16& other) { val = other.val; } in Float16() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/
Dhex_float.h41 Float16(uint16_t v) : val(v) {} in Float16() function
50 Float16(const Float16& other) { val = other.val; } in Float16() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h41 Float16(uint16_t v) : val(v) {} in Float16() function
50 Float16(const Float16& other) { val = other.val; } in Float16() function
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefLayerTests.cpp2045 ARMNN_AUTO_TEST_CASE_WITH_THF(ShapeDimSize1Float16, ShapeDimSize1Test<DataType::Float16>) in ARMNN_AUTO_TEST_CASE_WITH_THF()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dquantization_util_test.cc83 TEST(Dequantize, Float16) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dnumeric_verify_test.cc103 TEST(NumericVerifyOpTest, Float16) { in TEST() argument
H A Ddequantize_test.cc98 TEST(DequantizeOpTest, Float16) { in TEST() argument
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dnccl.h65 Float16 = 6, enumerator
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A Dmultiarray.h45 Float16, enumerator
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h52 Float16 = 0x0046, // 16 bit real enumerator
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/common/
Dintrinsics_float.h132 using Float16 = WrappedFloatType<_Float16>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h58 Float16 = 0x0046, // 16 bit real enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeIndex.h59 Float16 = 0x0046, // 16 bit real enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeIndex.h59 Float16 = 0x0046, // 16 bit real enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h59 Float16 = 0x0046, // 16 bit real enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeIndex.h59 Float16 = 0x0046, // 16 bit real enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeIndex.h59 Float16 = 0x0046, // 16 bit real enumerator
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestUnknownDimensions.cpp350 TEST_P(UnknownDimensionsTest, Float16) { in TEST_P() argument
DTestUnspecifiedDimensions.cpp644 TEST_P(UnspecifiedDimensionsTest, Float16) { in TEST_P() argument
/aosp_15_r20/external/clang/include/clang/Basic/
H A DTargetBuiltins.h117 Float16, enumerator
/aosp_15_r20/external/deqp/framework/common/
H A DtcuFloat.hpp189 Float16; //!< IEEE 754-2008 16-bit floating-point value typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs185 Float16 = 10, enumerator
/aosp_15_r20/external/armnn/include/armnn/
H A DTypes.hpp50 Float16 = 0, enumerator

123456