Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.h91 void SetInputTensorWithNewBuffer(uint32_t index, std::shared_ptr<NNTensor> inputTensor,
H A Dnnexecutor.cpp501 void NNExecutor::SetInputTensorWithNewBuffer(uint32_t index, in SetInputTensorWithNewBuffer() function in OHOS::NeuralNetworkRuntime::NNExecutor
638 SetInputTensorWithNewBuffer(index, inputTensor, inputBuffer, length, true); in SetInput()
675SetInputTensorWithNewBuffer(index, inputTensor, const_cast<const void*>(memory.data), memory.lengt… in SetInputFromMemory()