Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/tests/NetworkExecutionUtils/
H A DNetworkExecutionUtils.hpp208 const armnn::Optional<std::string>& m_OutputTensorFile; member
219 if (info.m_OutputTensorFile.has_value()) in PrintTensor()
221 WriteToFile(info.m_OutputTensorFile.value(), in PrintTensor()
246 if (info.m_OutputTensorFile.has_value()) in PrintQuantizedTensor()
248 WriteToFile(info.m_OutputTensorFile.value(), in PrintQuantizedTensor()