Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/base/
Dfloat16.h23 using float16 = float16_t; variable
222 using float16 = mindspore::Float16; variable
Dcomplex_storage.h60 inline explicit operator float16() const { return static_cast<float16>(real_); } in float16() function
/third_party/boost/boost/compute/image/
Dimage_format.hpp68 float16 = CL_HALF_FLOAT, enumerator
/third_party/boost/libs/compute/include/boost/compute/image/
Dimage_format.hpp68 float16 = CL_HALF_FLOAT, enumerator
/third_party/mindspore/mindspore/ccsrc/utils/
Dcomplex.h83 inline explicit operator float16() const { return static_cast<float16>(real_); } in float16() function
/third_party/mindspore/mindspore/common/
Ddtype.py75 float16 = typing.Float(16) variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp641 std::vector<deFloat16> float16; in getFloat16s() local
DvktSpvAsmInstructionTests.cpp17694 vector<deFloat16> float16; in getFloat16a() local
17766 vector<deFloat16> float16 = getFloat16a(rnd, static_cast<deUint32>(newCount)); in getInputData2() local
17902 vector<deFloat16> float16 = getFloat16a(rnd, static_cast<deUint32>(newCountX)); in getInputDataV() local
/third_party/mesa3d/src/freedreno/rnn/
Drnndec.c123 static float float16(uint16_t val) in float16() function
/third_party/mesa3d/src/compiler/
Dshader_info.h106 bool float16; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1866 uint16_t float16 = API.getLoBits(16).getZExtValue(); in bufferLEByte() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4904 offset_to_ps_input(uint32_t offset, bool flat_shade, bool explicit, bool float16) in offset_to_ps_input()
4993 bool float16; in radv_pipeline_generate_ps_inputs() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp7282 const FloatFormat float16 (-14, 15, 10, true, tcu::MAYBE); in createFuncGroup16Bit() local