Home
last modified time | relevance | path

Searched refs:mIsSupportedFP16 (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/core/runtime/
H A DOpenCLRuntime.cpp129 mIsSupportedFP16 = mIsDeviceSupportedFP16 && permitFloat16; in OpenCLRuntime()
262 return mIsSupportedFP16; in isSupportedFP16()
266 return mIsSupportedFP16; in isWeightCpuTransHalf()
340 if (mIsSupportedFP16) { in buildKernel()
H A DOpenCLRuntime.hpp123 bool mIsSupportedFP16 = false; member in MNN::OpenCLRuntime
/dports/misc/mnn/MNN-1.2.0/source/backend/cuda/core/runtime/
H A DCUDARuntime.hpp126 bool mIsSupportedFP16 = false; member in MNN::CUDARuntime
H A DCUDARuntime.cpp92 return mIsSupportedFP16; in isSupportedFP16()