Searched defs:inputMemory (Results 1 – 7 of 7) sorted by relevance
| /test/xts/acts/ai/nnrtndk/entry/src/main/cpp/ |
| D | nnrtndk.cpp | 1295 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, PARAM_0, operandTem.length… in OHNNExecutorAllocateInputMemoryOne() local 1312 OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(nullptr, PARAM_0, PARAM_0); in OHNNExecutorAllocateInputMemoryTwo() local 1356 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, PARAM_0, operandTem.length… in OHNNExecutorAllocateOutputMemoryOne() local 1375 OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateOutputMemory(nullptr, PARAM_0, PARAM_0); in OHNNExecutorAllocateOutputMemoryTwo() local 1419 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, PARAM_0, operandTem.length… in OHNNExecutorDestroyInputMemory() local 1468 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, PARAM_0, operandTem.length… in OHNNExecutorDestroyOutputMemory() local 1519 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, PARAM_0, operandTem.length… in OHNNExecutorSetInputWithMemoryOne() local 1586 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, PARAM_0, operandTem.length… in OHNNExecutorSetOutputWithMemoryOne() local
|
| /test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/ |
| D | MemoryTest.cpp | 817 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable 862 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable
|
| D | ExecutorTest.cpp | 1133 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
| D | MemoryTest.cpp | 817 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable 862 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable
|
| D | ExecutorTest.cpp | 1238 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable
|
| /test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
| D | nnrt_utils.cpp | 274 OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, in ExecutorWithMemory() local
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
| D | nnrt_utils.cpp | 274 OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, in ExecutorWithMemory() local
|