Searched defs:CommandLineOptions (Results 1 – 6 of 6) sorted by relevance
41 struct CommandLineOptions { struct42 std::string server_socket;43 std::string worker_address;44 uint16_t worker_port = 0;45 uint64_t worker_count = 0;46 std::string worker_address_list;47 std::string name_resolution_scheme;48 uint32_t pool_size = 0;
695 struct CommandLineOptions { struct696 std::string trace_file_path;698 bool enable_httpd = false;699 std::string port_number;700 bool enable_stdiod = false;701 bool launch_shell = false;703 bool force_full_sort = false;704 bool no_ftrace_raw = false;706 std::string query_file_path;707 std::string query_string;[all …]
32 struct CommandLineOptions { struct33 std::string socket;
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()
27 final class CommandLineOptions { class47 CommandLineOptions( in CommandLineOptions() method in CommandLineOptions
215 } CommandLineOptions; typedef