Home
last modified time | relevance | path

Searched refs:performanceMode (Results 1 – 25 of 66) sorted by relevance

123

/test/xts/acts/ai/nncore/opstest/src/
Dnncore_utils.cpp179 if (compileParam.performanceMode != OH_NN_PERFORMANCE_NONE) { in CompileGraphMock()
180 ret = OH_NNCompilation_SetPerformanceMode(compilation, compileParam.performanceMode); in CompileGraphMock()
Dsparse_to_dense_test.cpp172 .performanceMode = OH_NN_PERFORMANCE_HIGH,
201 .performanceMode = OH_NN_PERFORMANCE_HIGH,
230 .performanceMode = OH_NN_PERFORMANCE_HIGH,
259 .performanceMode = OH_NN_PERFORMANCE_HIGH,
288 .performanceMode = OH_NN_PERFORMANCE_HIGH,
317 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dlogical_and_test.cpp123 .performanceMode = OH_NN_PERFORMANCE_HIGH,
152 .performanceMode = OH_NN_PERFORMANCE_HIGH,
181 .performanceMode = OH_NN_PERFORMANCE_HIGH,
210 .performanceMode = OH_NN_PERFORMANCE_HIGH,
239 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dunstack_test.cpp127 .performanceMode = OH_NN_PERFORMANCE_HIGH,
156 .performanceMode = OH_NN_PERFORMANCE_HIGH,
185 .performanceMode = OH_NN_PERFORMANCE_HIGH,
214 .performanceMode = OH_NN_PERFORMANCE_HIGH,
243 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dlogical_not_test.cpp113 .performanceMode = OH_NN_PERFORMANCE_HIGH,
142 .performanceMode = OH_NN_PERFORMANCE_HIGH,
171 .performanceMode = OH_NN_PERFORMANCE_HIGH,
200 .performanceMode = OH_NN_PERFORMANCE_HIGH,
229 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dreducesum_test.cpp153 .performanceMode = OH_NN_PERFORMANCE_HIGH,
182 .performanceMode = OH_NN_PERFORMANCE_HIGH,
211 .performanceMode = OH_NN_PERFORMANCE_HIGH,
240 .performanceMode = OH_NN_PERFORMANCE_HIGH,
269 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dselect_test.cpp134 .performanceMode = OH_NN_PERFORMANCE_HIGH,
163 .performanceMode = OH_NN_PERFORMANCE_HIGH,
192 .performanceMode = OH_NN_PERFORMANCE_HIGH,
221 .performanceMode = OH_NN_PERFORMANCE_HIGH,
250 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dclip_test.cpp138 .performanceMode = OH_NN_PERFORMANCE_HIGH,
167 .performanceMode = OH_NN_PERFORMANCE_HIGH,
196 .performanceMode = OH_NN_PERFORMANCE_HIGH,
225 .performanceMode = OH_NN_PERFORMANCE_HIGH,
254 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dreducemin_test.cpp143 .performanceMode = OH_NN_PERFORMANCE_HIGH,
172 .performanceMode = OH_NN_PERFORMANCE_HIGH,
201 .performanceMode = OH_NN_PERFORMANCE_HIGH,
230 .performanceMode = OH_NN_PERFORMANCE_HIGH,
259 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dreducel2_test.cpp163 .performanceMode = OH_NN_PERFORMANCE_HIGH,
192 .performanceMode = OH_NN_PERFORMANCE_HIGH,
221 .performanceMode = OH_NN_PERFORMANCE_HIGH,
250 .performanceMode = OH_NN_PERFORMANCE_HIGH,
279 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dreducemax_test.cpp143 .performanceMode = OH_NN_PERFORMANCE_HIGH,
172 .performanceMode = OH_NN_PERFORMANCE_HIGH,
201 .performanceMode = OH_NN_PERFORMANCE_HIGH,
230 .performanceMode = OH_NN_PERFORMANCE_HIGH,
259 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Drange_test.cpp143 .performanceMode = OH_NN_PERFORMANCE_HIGH,
172 .performanceMode = OH_NN_PERFORMANCE_HIGH,
201 .performanceMode = OH_NN_PERFORMANCE_HIGH,
230 .performanceMode = OH_NN_PERFORMANCE_HIGH,
259 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dflatten_test.cpp102 .performanceMode = OH_NN_PERFORMANCE_HIGH,
131 .performanceMode = OH_NN_PERFORMANCE_HIGH,
160 .performanceMode = OH_NN_PERFORMANCE_HIGH,
189 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dspace_to_depth_test.cpp111 .performanceMode = OH_NN_PERFORMANCE_HIGH,
140 .performanceMode = OH_NN_PERFORMANCE_HIGH,
169 .performanceMode = OH_NN_PERFORMANCE_HIGH,
198 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dscatter_nd_test.cpp127 .performanceMode = OH_NN_PERFORMANCE_HIGH,
156 .performanceMode = OH_NN_PERFORMANCE_HIGH,
185 .performanceMode = OH_NN_PERFORMANCE_HIGH,
214 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dexp_test.cpp117 .performanceMode = OH_NN_PERFORMANCE_HIGH,
146 .performanceMode = OH_NN_PERFORMANCE_HIGH,
175 .performanceMode = OH_NN_PERFORMANCE_HIGH,
204 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dgreater_test.cpp108 .performanceMode = OH_NN_PERFORMANCE_HIGH,
137 .performanceMode = OH_NN_PERFORMANCE_HIGH,
166 .performanceMode = OH_NN_PERFORMANCE_HIGH,
195 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dequal_test.cpp108 .performanceMode = OH_NN_PERFORMANCE_HIGH,
137 .performanceMode = OH_NN_PERFORMANCE_HIGH,
166 .performanceMode = OH_NN_PERFORMANCE_HIGH,
195 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dnot_equal_test.cpp108 .performanceMode = OH_NN_PERFORMANCE_HIGH,
137 .performanceMode = OH_NN_PERFORMANCE_HIGH,
166 .performanceMode = OH_NN_PERFORMANCE_HIGH,
195 .performanceMode = OH_NN_PERFORMANCE_HIGH,
Dgreater_equal_test.cpp108 .performanceMode = OH_NN_PERFORMANCE_HIGH,
137 .performanceMode = OH_NN_PERFORMANCE_HIGH,
166 .performanceMode = OH_NN_PERFORMANCE_HIGH,
195 .performanceMode = OH_NN_PERFORMANCE_HIGH,
/test/xts/acts/ai/nncore/opstest/include/
Dnncore_utils.h64 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE; member
/test/xts/acts/ai/nncore/common/
Dnncore_utils.cpp318 if (compileParam.performanceMode != OH_NN_PERFORMANCE_NONE) { in CompileGraphMock()
319 ret = OH_NNCompilation_SetPerformanceMode(compilation, compileParam.performanceMode); in CompileGraphMock()
533 .performanceMode = OH_NN_PERFORMANCE_HIGH, in CreateExecutor()
555 .performanceMode = OH_NN_PERFORMANCE_HIGH, in CreateDynamicExecutor()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.h65 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE; member
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.h65 OH_NN_PerformanceMode performanceMode = OH_NN_PERFORMANCE_NONE; member
/test/xts/acts/ai/mindspore/mindsporendktest/entry/src/main/cpp/
Dmindspore.cpp793 …OH_AI_PerformanceMode performanceMode = OH_AI_DeviceInfoGetPerformanceMode(oH_AI_DeviceInfoHandle); in OHAIDeviceInfoSetPerformanceModeOne() local
794 napi_create_int32(env, performanceMode, &result); in OHAIDeviceInfoSetPerformanceModeOne()
818 …OH_AI_PerformanceMode performanceMode = OH_AI_DeviceInfoGetPerformanceMode(oH_AI_DeviceInfoHandle); in OHAIDeviceInfoSetPerformanceModeTwo() local
819 napi_create_int32(env, performanceMode, &result); in OHAIDeviceInfoSetPerformanceModeTwo()
843 …OH_AI_PerformanceMode performanceMode = OH_AI_DeviceInfoGetPerformanceMode(oH_AI_DeviceInfoHandle); in OHAIDeviceInfoSetPerformanceModeThree() local
844 napi_create_int32(env, performanceMode, &result); in OHAIDeviceInfoSetPerformanceModeThree()
868 …OH_AI_PerformanceMode performanceMode = OH_AI_DeviceInfoGetPerformanceMode(oH_AI_DeviceInfoHandle); in OHAIDeviceInfoSetPerformanceModeFour() local
869 napi_create_int32(env, performanceMode, &result); in OHAIDeviceInfoSetPerformanceModeFour()
893 …OH_AI_PerformanceMode performanceMode = OH_AI_DeviceInfoGetPerformanceMode(oH_AI_DeviceInfoHandle); in OHAIDeviceInfoSetPerformanceModeFive() local
894 napi_create_int32(env, performanceMode, &result); in OHAIDeviceInfoSetPerformanceModeFive()
[all …]

123