Home
last modified time | relevance | path

Searched refs:IsFastMathEnabled (Results 1 – 15 of 15) sorted by relevance

/external/armnn/src/backends/neon/
DNeonBackendModelContext.hpp24 bool IsFastMathEnabled() const;
DNeonBackendModelContext.cpp53 bool NeonBackendModelContext::IsFastMathEnabled() const in IsFastMathEnabled() function in armnn::NeonBackendModelContext
DNeonWorkloadFactory.cpp221 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateWorkload()
242 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateWorkload()
724 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateConvolution2d()
745 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateConvolution3d()
DNeonLayerSupport.cpp922 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in IsConvolution2dSupported()
955 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in IsConvolution3dSupported()
/external/armnn/src/backends/cl/
DClBackendModelContext.hpp35 bool IsFastMathEnabled() const;
DClBackendModelContext.cpp66 bool ClBackendModelContext::IsFastMathEnabled() const in IsFastMathEnabled() function in armnn::ClBackendModelContext
DClWorkloadFactory.cpp340 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateWorkload()
362 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateWorkload()
871 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateConvolution2d()
893 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateConvolution3d()
DClLayerSupport.cpp880 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in IsConvolution2dSupported()
913 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in IsConvolution3dSupported()
DClBackend.cpp301 isFastMathEnabled = clModelOptions->IsFastMathEnabled(); in OptimizeSubgraphView()
/external/armnn/shim/sl/canonical/
DArmnnDriverImpl.cpp179 { "FastMathEnabled", options.IsFastMathEnabled() }, in PrepareArmnnModel()
188 { "FastMathEnabled", options.IsFastMathEnabled() }, in PrepareArmnnModel()
478 { "FastMathEnabled", options.IsFastMathEnabled() }, in PrepareArmnnModelFromCache()
487 { "FastMathEnabled", options.IsFastMathEnabled() }, in PrepareArmnnModelFromCache()
DDriverOptions.hpp36 bool IsFastMathEnabled() const { return m_FastMathEnabled; } in IsFastMathEnabled() function in armnn_driver::DriverOptions
/external/android-nn-driver/
DDriverOptions.hpp35 bool IsFastMathEnabled() const { return m_FastMathEnabled; } in IsFastMathEnabled() function in armnn_driver::DriverOptions
DArmnnDriverImpl.cpp122 { "FastMathEnabled", options.IsFastMathEnabled() }, in prepareModel()
131 { "FastMathEnabled", options.IsFastMathEnabled() }, in prepareModel()
/external/android-nn-driver/1.3/
DArmnnDriverImpl.cpp196 { "FastMathEnabled", options.IsFastMathEnabled() }, in prepareArmnnModel_1_3()
205 { "FastMathEnabled", options.IsFastMathEnabled() }, in prepareArmnnModel_1_3()
578 {"FastMathEnabled", options.IsFastMathEnabled()}, in prepareModelFromCache_1_3()
587 {"FastMathEnabled", options.IsFastMathEnabled()}, in prepareModelFromCache_1_3()
/external/android-nn-driver/1.2/
DArmnnDriverImpl.cpp183 { "FastMathEnabled", options.IsFastMathEnabled() }, in prepareArmnnModel_1_2()
192 { "FastMathEnabled", options.IsFastMathEnabled() }, in prepareArmnnModel_1_2()
562 {"FastMathEnabled", options.IsFastMathEnabled()}, in prepareModelFromCache()
571 {"FastMathEnabled", options.IsFastMathEnabled()}, in prepareModelFromCache()