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 D | nnexecutor.h | 91 void SetInputTensorWithNewBuffer(uint32_t index, std::shared_ptr<NNTensor> inputTensor,
|
H A D | nnexecutor.cpp | 501 void NNExecutor::SetInputTensorWithNewBuffer(uint32_t index, in SetInputTensorWithNewBuffer() function in OHOS::NeuralNetworkRuntime::NNExecutor 638 SetInputTensorWithNewBuffer(index, inputTensor, inputBuffer, length, true); in SetInput() 675 …SetInputTensorWithNewBuffer(index, inputTensor, const_cast<const void*>(memory.data), memory.lengt… in SetInputFromMemory()
|