| /test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/ |
| D | MemoryTest.cpp | 38 void CheckCreateInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, size_t length) in CheckCreateInputMemory() 46 void CheckCreateOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, size_t length) in CheckCreateOutputMemory() 80 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 100 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 120 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 140 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 166 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 199 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 219 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 239 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable [all …]
|
| D | ExecutorTest.cpp | 38 void ExecuteModel(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, float* expect) in ExecuteModel() 52 OH_NNExecutor *executor = OH_NNExecutor_Construct(nullptr); variable 76 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 122 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 150 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 178 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 207 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 235 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 262 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 292 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable [all …]
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
| D | MemoryTest.cpp | 38 void CheckCreateInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, size_t length) in CheckCreateInputMemory() 46 void CheckCreateOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, size_t length) in CheckCreateOutputMemory() 80 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 100 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 120 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 140 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 166 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 199 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 219 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 239 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable [all …]
|
| D | ExecutorTest.cpp | 38 void ExecuteModel(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, float* expect) in ExecuteModel() 52 OH_NNExecutor *executor = OH_NNExecutor_Construct(nullptr); variable 76 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 122 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 150 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 178 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 207 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 235 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 262 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 294 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable [all …]
|
| /test/xts/acts/ai/nncore/nncoretest/src/ |
| D | HdiExecutorTest.cpp | 57 OH_NNExecutor *executor = nullptr; variable 72 OH_NNExecutor *executor = nullptr; variable 87 OH_NNExecutor *executor = nullptr; variable 99 OH_NNExecutor *executor = nullptr; variable 113 OH_NNExecutor *executor = nullptr; variable 126 OH_NNExecutor *executor = nullptr; variable 143 OH_NNExecutor* executor = nullptr; variable 162 OH_NNExecutor* executor = nullptr; variable 181 OH_NNExecutor* executor = nullptr; variable 200 OH_NNExecutor* executor = nullptr; variable [all …]
|
| /test/xts/acts/ai/nncore/e2etest/src/ |
| D | EndToEndTest.cpp | 170 OH_NN_ReturnCode GetInputAndOutputTensorDesc(OH_NNExecutor *executor, in GetInputAndOutputTensorDesc() 205 OH_NN_ReturnCode GetInputDimAndSetShape(OH_NNExecutor *executor, std::vector<NN_TensorDesc*>& input… in GetInputDimAndSetShape() 284 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in RunExecutor() local 348 OH_NNExecutor* executor = RunExecutor(compilation, deviceId); variable 369 OH_NNExecutor* executor = RunExecutor(compilation, deviceId, true); variable 391 OH_NNExecutor* executor = RunExecutor(compilation, deviceId); variable 412 OH_NNExecutor* executor = RunExecutor(compilation, deviceId); variable 438 OH_NNExecutor* executor = RunExecutor(compilation, deviceId, true); variable
|
| /test/xts/acts/multimedia/audio/audio_ohndk_test/ |
| D | ActsAudioNdkTest.h | 56 void Install(std::function<void(OH_AudioCapturer*, void*, void*, int32_t)> executor) in Install() 82 void Install(std::function<void(OH_AudioRenderer*, void*, void*, int32_t)> executor) in Install()
|
| /test/xts/acts/ai/nncore/common/ |
| D | nncore_utils.cpp | 346 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free() 527 void CreateExecutor(OH_NNExecutor **executor) in CreateExecutor() 543 void CreateDynamicExecutor(OH_NNExecutor **executor) in CreateDynamicExecutor() 565 void GetExecutorInputOutputTensorDesc(OH_NNExecutor* executor, in GetExecutorInputOutputTensorDesc() 587 void GetExecutorInputOutputTensorByDesc(OH_NNExecutor* executor, in GetExecutorInputOutputTensorByDesc() 612 void GetExecutorInputOutputTensor(OH_NNExecutor* executor, std::vector<NN_Tensor*>& inputTensors, s… in GetExecutorInputOutputTensor()
|
| /test/testfwk/arkxtest/uitest/test/ |
| D | ipc_transactor_test.cpp | 127 auto executor = [](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST() local 182 auto executor = [token](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST() local 235 auto executor = [](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST() local
|
| /test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
| D | nnrt_utils.cpp | 216 int ExecuteGraphMock(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, in ExecuteGraphMock() 259 int ExecutorWithMemory(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, OH_NN_Memory *OHNNM… in ExecutorWithMemory() 307 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free()
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
| D | nnrt_utils.cpp | 216 int ExecuteGraphMock(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, in ExecuteGraphMock() 259 int ExecutorWithMemory(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, OH_NN_Memory *OHNNM… in ExecutorWithMemory() 307 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free()
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | logical_not_test.cpp | 118 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 147 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 176 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 205 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 234 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | logical_and_test.cpp | 128 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 157 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 186 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 215 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 244 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | unstack_test.cpp | 132 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 161 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 190 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 219 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 248 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | flatten_test.cpp | 107 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 136 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 165 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 194 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | sparse_to_dense_test.cpp | 177 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 206 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 235 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 264 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 293 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 322 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | select_test.cpp | 139 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 168 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 197 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 226 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 255 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | clip_test.cpp | 143 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 172 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 201 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 230 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 259 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | reducemin_test.cpp | 148 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 177 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 206 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 235 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 264 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | reducemax_test.cpp | 148 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 177 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 206 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 235 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 264 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | greater_test.cpp | 113 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 142 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 171 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 200 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | leaky_relu_test.cpp | 117 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 146 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 175 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 204 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | equal_test.cpp | 113 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 142 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 171 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 200 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| D | less_test.cpp | 114 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 143 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 172 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 201 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable
|
| /test/xts/acts/ai/nnrtndk/entry/src/main/cpp/ |
| D | nnrtndk.cpp | 935 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorConstructOne() local 951 OH_NNExecutor *executor = OH_NNExecutor_Construct(nullptr); in OHNNExecutorConstructTwo() local 995 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorSetInputOne() local 1060 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorSetOutputOne() local 1132 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorGetOutputShapeOne() local 1217 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorRunOne() local 1292 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorAllocateInputMemoryOne() local 1353 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorAllocateOutputMemoryOne() local 1416 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorDestroyInputMemory() local 1465 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); in OHNNExecutorDestroyOutputMemory() local [all …]
|