Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 69) sorted by relevance

123

/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
DMemoryTest.cpp38 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 …]
DExecutorTest.cpp38 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/
DMemoryTest.cpp38 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 …]
DExecutorTest.cpp38 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/
DHdiExecutorTest.cpp57 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/
DEndToEndTest.cpp170 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/
DActsAudioNdkTest.h56 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/
Dnncore_utils.cpp346 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/
Dipc_transactor_test.cpp127 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/
Dnnrt_utils.cpp216 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/
Dnnrt_utils.cpp216 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/
Dlogical_not_test.cpp118 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
Dlogical_and_test.cpp128 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
Dunstack_test.cpp132 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
Dflatten_test.cpp107 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
Dsparse_to_dense_test.cpp177 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
Dselect_test.cpp139 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
Dclip_test.cpp143 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
Dreducemin_test.cpp148 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
Dreducemax_test.cpp148 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
Dgreater_test.cpp113 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
Dleaky_relu_test.cpp117 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
Dequal_test.cpp113 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
Dless_test.cpp114 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/
Dnnrtndk.cpp935 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 …]

123