Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/tests/ExecuteNetwork/
H A DExecuteNetworkProgramOptions.cpp574 std::vector<std::string> inputTensorShapesVector = in ParseOptions() local
577 if (!inputTensorShapesVector.empty()) in ParseOptions()
579 m_ExNetParams.m_InputTensorShapes.reserve(inputTensorShapesVector.size()); in ParseOptions()
581 for(const std::string& shape : inputTensorShapesVector) in ParseOptions()