Searched refs:MODEL_FILE_PATH (Results 1 – 3 of 3) sorted by relevance
16 const std::string MODEL_FILE_PATH = "--model-file-path"; variable27 {MODEL_FILE_PATH, "[REQUIRED] Path to the Speech Recognition model to use"},83 pipelineOptions.m_ModelFilePath = GetSpecifiedOption(options, MODEL_FILE_PATH); in main()
21 const std::string MODEL_FILE_PATH = "--model-file-path"; variable65 {MODEL_FILE_PATH, "[REQUIRED] Path to the Speech Recognition model to use"},103 pipelineOptions.m_ModelFilePath = GetSpecifiedOption(options, MODEL_FILE_PATH); in main()
19 const std::string MODEL_FILE_PATH = "--model-file-path"; variable31 {MODEL_FILE_PATH, "[REQUIRED] Path to the Object Detection model to use"},141 pipelineOptions.m_ModelFilePath = GetSpecifiedOption(options, MODEL_FILE_PATH); in main()