Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/delegate/common/src/test/
H A DDelegateTestInterpreterUtils.hpp78 inline TfLiteStatus CopyFromBufferToTensor(TfLiteTensor* tensor, std::vector<T>& values) in CopyFromBufferToTensor() function
H A DDelegateTestInterpreter.hpp69 return delegateTestInterpreter::CopyFromBufferToTensor(inputTensor, inputValues); in FillInputTensor()