Home
last modified time | relevance | path

Searched defs:isFp16 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp529 bool isFp16 = true; variable
550 bool isFp16 = true; variable
573 bool isFp16 = true; variable
596 bool isFp16 = false; variable
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp233 OH_NN_ReturnCode NNCompiler::SetEnableFp16(bool isFp16) in SetEnableFp16()