Home
last modified time | relevance | path

Searched refs:SetInputTensorWithCurrentBuffer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.h89 …OH_NN_ReturnCode SetInputTensorWithCurrentBuffer(uint32_t index, std::shared_ptr<NNTensor> inputTe…
H A Dnnexecutor.cpp476 OH_NN_ReturnCode NNExecutor::SetInputTensorWithCurrentBuffer(uint32_t index, in SetInputTensorWithCurrentBuffer() function in OHOS::NeuralNetworkRuntime::NNExecutor
609 … ret = SetInputTensorWithCurrentBuffer(index, inputTensor, buffer, dataLength, curBufferLength); in SetInput()