Searched refs:inputTensorShapeStrs (Results 1 – 1 of 1) sorted by relevance
70 std::vector<std::string>& inputTensorShapeStrs, in ParseCommandLineArgs() argument100 cxxopts::value<std::vector<std::string>>(inputTensorShapeStrs)) in ParseCommandLineArgs()354 std::vector<std::string> inputTensorShapeStrs; in main() local363 …argc, argv, modelFormat, modelPath, inputNames, inputTensorShapeStrs, outputNames, outputPath, isM… in main()369 for (const std::string& shapeStr : inputTensorShapeStrs) in main()