Home
last modified time | relevance | path

Searched defs:float16 (Results 1 – 21 of 21) 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/cronet/tot/third_party/llvm-libc/src/src/__support/macros/properties/
Dtypes.h49 using float16 = _Float16; variable
/external/cronet/stable/third_party/llvm-libc/src/src/__support/macros/properties/
Dtypes.h49 using float16 = _Float16; variable
/external/deqp-deps/amber/src/
Dfloat16_helper_test.cc20 namespace float16 { namespace
Dfloat16_helper.cc37 namespace float16 { namespace
/external/llvm-libc/src/__support/macros/properties/
Dtypes.h54 using float16 = _Float16; variable
/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/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.py31 float16 = np_export.np_export_constant(__name__, 'float16', np.float16) variable
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py320 float16 = DType(types_pb2.DT_HALF) variable
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp713 std::vector<deFloat16> float16; in getFloat16s() local
DvktSpvAsmInstructionTests.cpp18122 vector<deFloat16> float16; in getFloat16a() local
18194 vector<deFloat16> float16 = getFloat16a(rnd, static_cast<uint32_t>(newCount)); in getInputData2() local
18343 vector<deFloat16> float16 = getFloat16a(rnd, static_cast<uint32_t>(newCountX)); in getInputDataV() local
/external/mesa3d/src/freedreno/rnn/
Drnndec.c101 static float float16(uint16_t val) in float16() function
/external/pytorch/torch/sparse/
D_triton_ops_meta.py113 def get_meta(op, key, device_name=None, version=(0, torch.float16, 0.5), exact=False):
/external/pytorch/torch/_numpy/
D_dtypes.py137 class float16(floating): class
/external/clang/lib/Headers/
Dopencl-c.h122 typedef float float16 __attribute__((ext_vector_type(16))); typedef
/external/pytorch/torch/csrc/inductor/aoti_torch/
Dshim_common.cpp170 AOTI_TORCH_ITEM_IMPL(float16, c10::Half) in AOTI_TORCH_ITEM_IMPL() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1866 uint16_t float16 = API.getLoBits(16).getZExtValue(); in bufferLEByte() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp8643 const FloatFormat float16(-14, 15, 10, true, tcu::MAYBE); in createFuncGroup16Bit() local