Searched defs:executor (Results 1 – 4 of 4) sorted by relevance
| /test/xts/acts/ai/neural_network_runtime/interface/src/ |
| D | MemoryTest.cpp | 38 void CheckCreateInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, size_t length) in CheckCreateInputMemory() 44 void CheckCreateOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, size_t length) in CheckCreateOutputMemory() 76 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 96 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 116 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 136 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 158 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 191 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 211 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); variable 231 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/testfwk/arkxtest/uitest/test/ |
| D | ipc_transactor_test.cpp | 126 auto executor = [](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST() local 181 auto executor = [token](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST() local 234 auto executor = [](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST() local
|
| /test/xts/acts/ai/neural_network_runtime/common/ |
| D | nnrt_utils.cpp | 196 int ExecuteGraphMock(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, in ExecuteGraphMock() 239 int ExecutorWithMemory(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, OH_NN_Memory *OHNNM… in ExecutorWithMemory() 287 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free()
|