Home
last modified time | relevance | path

Searched defs:FloatToHalf (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/m133/docs/examples/
DColor_Type_RGBA_F16.cpp9 uint16_t FloatToHalf(float f) { in FloatToHalf() function
/third_party/skia/docs/examples/
DColor_Type_RGBA_F16.cpp10 uint16_t FloatToHalf(float f) { in FloatToHalf() function
/third_party/skia/m133/tests/
DFloat16Test.cpp29 DEF_TEST(FloatToHalf, r) { argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dconvert_tensor_utils.cc33 void FloatToHalf(void *dst, const void *src, size_t elem_num) { in FloatToHalf() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dreduce_impl.cu92 struct FloatToHalf { struct
93 __host__ __device__ half operator()(const float &x) const { return static_cast<half>(x); } in operator ()()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp236 GLhalf FloatToHalf(float f) in FloatToHalf() function in glcts::__anon977916230111::VertexAttribBindingBase