Searched refs:inputTensorShapesVector (Results 1 – 1 of 1) sorted by relevance
574 std::vector<std::string> inputTensorShapesVector = in ParseOptions() local577 if (!inputTensorShapesVector.empty()) in ParseOptions()579 m_ExNetParams.m_InputTensorShapes.reserve(inputTensorShapesVector.size()); in ParseOptions()581 for(const std::string& shape : inputTensorShapesVector) in ParseOptions()