Home
last modified time | relevance | path

Searched defs:inputMemory (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/interface/src/
DMemoryTest.cpp775 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable
815 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable
DExecutorTest.cpp1133 …OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, operandTem.len… variable
/test/xts/acts/ai/neural_network_runtime/common/
Dnnrt_utils.cpp254 OH_NN_Memory *inputMemory = OH_NNExecutor_AllocateInputMemory(executor, inputIndex, in ExecutorWithMemory() local