Searched defs:CommandLineOptions (Results 1 – 5 of 5) sorted by relevance
666 struct CommandLineOptions { struct667 std::string perf_file_path;668 std::string query_file_path;669 std::string pre_metrics_path;670 std::string sqlite_file_path;671 std::string sql_module_path;672 std::string metric_names;673 std::string metric_output;674 std::string trace_file_path;675 std::string port_number;[all …]
359 struct CommandLineOptions struct in InferenceModel361 std::string m_ModelDir;362 std::vector<std::string> m_ComputeDevices;363 std::string m_DynamicBackendsPath;364 bool m_VisualizePostOptimizationModel;365 bool m_EnableFp16TurboMode;366 bool m_EnableBf16TurboMode;367 std::string m_Labels;369 std::vector<armnn::BackendId> GetComputeDevicesAsBackendIds() in GetComputeDevicesAsBackendIds()
34 struct CommandLineOptions { struct35 std::string worker_address;
27 final class CommandLineOptions { class47 CommandLineOptions( in CommandLineOptions() method in CommandLineOptions
215 } CommandLineOptions; typedef