Home
last modified time | relevance | path

Searched defs:float16 (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-001.md3 ### CVE Number
7 ### Issue Description
13 ### Impact
26 ### Vulnerable Versions
31 ### Mitigation
/external/libtextclassifier/native/lang_id/common/lite_base/
Dfloat16.h46 typedef uint16 float16; typedef
/external/deqp-deps/amber/src/
Dfloat16_helper_test.cc20 namespace float16 { namespace
Dfloat16_helper.cc36 namespace float16 { namespace
/external/llvm-project/clang/test/CodeGen/
Dtarget-builtin-error-3.c16 typedef __attribute__ ((ext_vector_type(16),__aligned__( 64))) float float16; typedef
Dext-vector.c305 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
/external/clang/test/CodeGen/
Dtarget-builtin-error-3.c16 typedef __attribute__ ((ext_vector_type(16),__aligned__( 64))) float float16; typedef
Dext-vector.c305 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
/external/llvm-project/clang/test/Sema/
Dext_vector_components.c6 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
Dvector-cast.c51 typedef float float16 __attribute__((__vector_size__(16))); typedef
/external/clang/test/Sema/
Dext_vector_components.c6 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_dtypes.py35 float16 = np_export.np_export_constant(__name__, 'float16', np.float16) variable
/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h77 typedef __attribute__((ext_vector_type(16))) float float16; typedef
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp619 std::vector<deFloat16> float16; in getFloat16s() local
DvktSpvAsmInstructionTests.cpp17617 vector<deFloat16> float16; in getFloat16a() local
17689 vector<deFloat16> float16 = getFloat16a(rnd, static_cast<deUint32>(newCount)); in getInputData2() local
17825 vector<deFloat16> float16 = getFloat16a(rnd, static_cast<deUint32>(newCountX)); in getInputDataV() local
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py241 float16 = DType(types_pb2.DT_HALF) variable
/external/mesa3d/src/freedreno/rnn/
Drnndec.c122 static float float16(uint16_t val) in float16() function
/external/clang/lib/Headers/
Dopencl-c.h122 typedef float float16 __attribute__((ext_vector_type(16))); typedef
/external/mesa3d/src/compiler/
Dshader_info.h93 bool float16; member
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h109 typedef float float16 __attribute__((ext_vector_type(16))); typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1866 uint16_t float16 = API.getLoBits(16).getZExtValue(); in bufferLEByte() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1855 uint16_t float16 = API.getLoBits(16).getZExtValue(); in bufferLEByte() local
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4685 bool explicit, bool float16) in offset_to_ps_input()
4778 bool float16; in radv_pipeline_generate_ps_inputs() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp7249 const FloatFormat float16 (-14, 15, 10, true, tcu::MAYBE); in createFuncGroup16Bit() local