Home
last modified time | relevance | path

Searched refs:enableFp16 (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.h67 bool enableFp16 = false; member
Dnnrt_utils.cpp203 if (compileParam.enableFp16) { in CompileGraphMock()
204 ret = OH_NNCompilation_EnableFloat16(compilation, compileParam.enableFp16); in CompileGraphMock()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.h67 bool enableFp16 = false; member
Dnnrt_utils.cpp203 if (compileParam.enableFp16) { in CompileGraphMock()
204 ret = OH_NNCompilation_EnableFloat16(compilation, compileParam.enableFp16); in CompileGraphMock()
/test/xts/acts/ai/nncore/common/
Dnncore_utils.h68 bool enableFp16 = false; member
Dnncore_utils.cpp331 if (compileParam.enableFp16) { in CompileGraphMock()
332 ret = OH_NNCompilation_EnableFloat16(compilation, compileParam.enableFp16); in CompileGraphMock()