Home
last modified time | relevance | path

Searched defs:CommandLineOptions (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc666 struct CommandLineOptions { struct
667 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 …]
/external/armnn/tests/
DInferenceModel.hpp359 struct CommandLineOptions struct in InferenceModel
361 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()
/external/perfetto/src/bigtrace/
Dorchestrator_main.cc34 struct CommandLineOptions { struct
35 std::string worker_address;
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DCommandLineOptions.java27 final class CommandLineOptions { class
47 CommandLineOptions( in CommandLineOptions() method in CommandLineOptions
/external/flac/src/metaflac/
Doptions.h215 } CommandLineOptions; typedef