Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h99 struct Options { struct
104 virtual ~Options() {} in ~Options() argument
105 Options() in Options() function
109 Options(int max_depth, tensorflow::int64 min_bytes, in Options() argument
150 int max_depth;
151 tensorflow::int64 min_bytes;
152 tensorflow::int64 min_peak_bytes;
153 tensorflow::int64 min_residual_bytes;
154 tensorflow::int64 min_output_bytes;
155 tensorflow::int64 min_micros;
[all …]
/external/blktrace/btreplay/doc/
Dbtreplay.tex243 \subsection{\texttt{btrecord} Command Line Options}
263 \subsubsection{\label{sec:c-o-d}\texttt{-d} or
270 \subsubsection{\label{sec:c-o-D}\texttt{-D} or
277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files
284 \subsubsection{\texttt{-h} or \texttt{--help}\\Display Help Message}
285 \subsubsection{\texttt{-V} or \texttt{--version}\\Display
301 \subsubsection{\label{sec:c-o-m}\texttt{-m} or
313 \subsubsection{\label{sec:c-o-M}\texttt{-M} or
323 \subsubsection{\label{sec:c-o-o}\texttt{-o} or
341 \subsubsection{\label{sec:c-o-v}\texttt{-v} or
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_options.h52 struct Options { struct
53 std::string dllexport_decl;
54 bool safe_boundary_check = false;
55 bool proto_h = false;
56 bool transitive_pb_h = true;
57 bool annotate_headers = false;
58 EnforceOptimizeMode enforce_mode = EnforceOptimizeMode::kNoEnforcement;
59 bool table_driven_parsing = false;
60 bool table_driven_serialization = false;
61 bool lite_implicit_weak_fields = false;
[all …]
/external/zstd/contrib/pzstd/
DOptions.h21 struct Options { struct
39 Message // Options specified to print a message (e.g. "-h") argument
43 Options(unsigned numThreads, unsigned maxWindowLog, unsigned compressionLevel, in Options() function
55 ZSTD_parameters determineParameters() const { in determineParameters()
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst66 Options subsection
69 Filtering and Sorting Options argument
137 Symbol Type Options argument
231 Other Options argument
244 .. _dump_subcommand:
266 Options subsection
269 MSF Container Options argument
285 Module & File Options argument
317 Symbol Options argument
347 Type Record Options argument
[all …]
/external/google-breakpad/src/common/linux/
Dsymbol_upload.h51 struct Options { struct
52 Options() : upload_protocol(UploadProtocol::SYM_UPLOAD_V1), force(false) {} in Options() argument
71 void Start(Options* options); argument
/external/protobuf/src/google/protobuf/compiler/java/
Djava_options.h42 struct Options { struct
43 Options() in Options() argument
51 bool generate_immutable_code;
52 bool generate_mutable_code;
53 bool generate_shared_code;
56 bool enforce_lite;
59 bool annotate_code;
62 std::string annotation_list_file;
65 std::string output_list_file;
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderoptions.h19 struct Options { struct
41 CPDF_RenderOptions(); argument
50 const Options& GetOptions() const { return m_Options; } in GetOptions() argument
/external/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h39 struct Options { struct
55 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer() argument
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.h84 struct Options { struct
88 unsigned AsyncThreadsCount = getDefaultAsyncThreadsCount();
91 ASTRetentionPolicy RetentionPolicy;
117 /// The Options provider to use when running clang-tidy. If null, clang-tidy argument
119 TidyProviderRef ClangTidyProvider;
123 bool BuildRecoveryAST = false;
127 bool PreserveRecoveryASTType = false;
132 llvm::Optional<std::string> WorkspaceRoot;
159 explicit operator TUScheduler::Options() const; argument
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass_test_helper.h24 struct Options { struct
29 Options() in Options() argument
34 Options WithNoGlobalJit() { in WithNoGlobalJit() argument
40 Options WithDeadnessAnalysis() { in WithDeadnessAnalysis() argument
46 Options WithNoClusterScoping() { in WithNoClusterScoping() argument
Dxla_device.h102 struct Options { struct
104 se::Platform* platform = nullptr;
107 string device_name_prefix;
110 string device_name;
113 int device_ordinal = -1;
116 string compilation_device_name;
141 XlaDevice(const SessionOptions& session_options, const Options& options); argument
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_options.h42 struct Options { struct
43 Options() : in Options() argument
51 std::string file_extension;
62 std::string base_namespace;
67 bool base_namespace_specified;
70 bool internal_access;
73 bool serializable;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h38 struct Options { struct
52 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer() argument
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_optimizer.h31 struct Options { struct
39 std::unordered_map<string, std::vector<PartialTensorShape>>* shape_map =
66 explicit GraphOptimizer(const OptimizerOptions& opts); argument
76 const Options& graph_optimizer_options); argument
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.h48 struct Options { struct
53 std::string FallbackDir;
54 bool CollectIncludePath = false;
57 const CanonicalIncludes *Includes = nullptr;
59 bool CountReferences = false;
65 RefKind RefFilter = RefKind::Unknown;
92 SymbolCollector(Options Opts); argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.h38 struct Options { struct
54 ExternalAccountCredentials(Options options, std::vector<std::string> scopes); argument
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler.h143 struct Options { struct
176 // Options for queue. argument
183 int max_batch_size = 1000;
197 int64 batch_timeout_micros = 0;
205 int max_enqueued_batches = 10;
226 bool enable_large_batch_splitting = false;
267 static Status Create(const Options& options, argument
Dperiodic_function.h79 struct Options { struct
80 Options() {} in Options() argument
84 ThreadOptions thread_options; argument
103 const Options& options = Options()); argument
/external/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h32 struct Options { struct
39 Options(FunctionNameKind PrintFunctions = FunctionNameKind::LinkageName, argument
47 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h144 struct Options { struct
147 DeviceType device_type = DeviceType("");
153 int device_ordinal = -1;
155 xla::Client* client = nullptr;
158 const FunctionLibraryDefinition* flib_def = nullptr;
161 int graph_def_version = TF_GRAPH_DEF_VERSION;
165 bool allow_cpu_custom_calls = false;
171 bool custom_fake_quant_op_calls = false;
176 ShapeRepresentationFn shape_representation_fn;
205 explicit XlaCompiler(Options options); argument
/external/llvm-project/flang/include/flang/Parser/
Dparsing.h26 struct Options { struct
27 Options() {} in Options() function
29 using Predefinition = std::pair<std::string, std::optional<std::string>>;
54 const SourceFile *Prescan(const std::string &path, Options); argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.h43 struct Options { struct
62 // duration of the Options object lifetime. argument
63 const char* accelerator_name = nullptr;
68 const char* cache_dir = nullptr;
76 const char* model_token = nullptr;
82 bool disallow_nnapi_cpu = true;
91 int max_number_delegated_partitions = 3;
94 bool allow_fp16 = false;
100 int execution_priority = ANEURALNETWORKS_PRIORITY_DEFAULT;
106 uint64_t max_compilation_timeout_duration_ns = 0;
[all …]
/external/deqp-deps/amber/samples/
Damber.cc50 struct Options { struct
51 std::vector<std::string> input_filenames;
53 std::vector<std::string> image_filenames;
54 std::string buffer_filename;
55 std::vector<std::string> fb_names;
56 std::vector<amber::BufferInfo> buffer_to_dump;
57 uint32_t engine_major = 1;
58 uint32_t engine_minor = 0;
59 int32_t fence_timeout = -1;
60 int32_t selected_device = -1;
[all …]
/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc48 struct Options { struct
59 static void Start(Options *options) { in Start() argument

12345678910>>...37