Home
last modified time | relevance | path

Searched defs:HalfToFloat (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/tests/
DFloat16Test.cpp129 DEF_TEST(HalfToFloat, r) { argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dconvert_tensor_utils.cc21 void HalfToFloat(void *dst, const void *src, size_t elem_num) { in HalfToFloat() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dreduce_impl.cu88 struct HalfToFloat { struct
89 __host__ __device__ float operator()(const half &x) const { return static_cast<float>(x); } in operator ()()