Home
last modified time | relevance | path

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

12345678910>>...22

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h99 struct Options { struct
104 virtual ~Options() {} in ~Options() argument
105 Options() in Options() argument
109 Options(int max_depth, int64_t min_bytes, int64_t min_peak_bytes, in Options() argument
147 int max_depth;
148 tensorflow::int64 min_bytes;
149 tensorflow::int64 min_peak_bytes;
150 tensorflow::int64 min_residual_bytes;
151 tensorflow::int64 min_output_bytes;
152 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.h24 struct Options { struct
42 Message // Options specified to print a message (e.g. "-h") argument
46 Options(unsigned numThreads, unsigned maxWindowLog, unsigned compressionLevel, in Options() argument
58 ZSTD_parameters determineParameters() const { in determineParameters()
/external/google-breakpad/src/common/linux/
Dsymbol_upload.h51 struct Options { struct
52 Options() : upload_protocol(UploadProtocol::SYM_UPLOAD_V1), force(false) {} in Options() function
71 void Start(Options* options); argument
/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/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler_concurrent_work_queue.h36 struct Options { struct
38 int num_main_threads;
41 int num_complementary_threads;
46 int64_t init_timeout_ms;
49 int max_concurrent_handler = 128;
52 int num_sub_thread_pool = 1;
79 explicit RunHandlerThreadWorkQueue(const Options& options); argument
Drun_handler.h64 struct Options { struct
66 int num_inter_op_threads = 1;
69 int num_intra_op_threads = 1;
72 int max_concurrent_handler = 128;
75 int num_sub_thread_pool = 1;
79 std::vector<int> num_threads_in_sub_thread_pool = {1};
104 explicit RunHandlerPool(Options options); argument
281 struct Options { struct
292 Options(int num_blocking_threads, int num_non_blocking_threads, in 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/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;
120 bool use_multiple_streams = false;
146 XlaDevice(const SessionOptions& session_options, const Options& options); argument
/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/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/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/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.h38 struct Options { struct
55 ExternalAccountCredentials(Options options, std::vector<std::string> scopes); argument
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.h23 struct Options { struct
43 Options options); argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.h23 struct Options { struct
43 Options options); 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;
233 bool enable_lazy_split = false;
274 static Status Create(const Options& options, argument
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dtflite_import_export.h33 struct Options { struct
39 explicit TfLiteImporter(const Options& options) : options_(options) {} in TfLiteImporter() argument
54 struct Options { struct
61 explicit TfLiteExporter(const Options& options) : options_(options) {} in TfLiteExporter() 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;
182 std::function<Status(ResourceMgr*)>* populate_resource_manager = nullptr;
[all …]
/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/lite/delegates/nnapi/
Dnnapi_delegate.h45 struct Options { struct
64 // duration of the Options object lifetime. argument
65 const char* accelerator_name = nullptr;
70 const char* cache_dir = nullptr;
78 const char* model_token = nullptr;
84 bool disallow_nnapi_cpu = true;
93 int max_number_delegated_partitions = 3;
96 bool allow_fp16 = false;
102 int execution_priority = ANEURALNETWORKS_PRIORITY_DEFAULT;
108 uint64_t max_compilation_timeout_duration_ns = 0;
[all …]
/external/zopfli/go/zopflipng/
Dzopflipng.go30 type Options struct { struct
31 LossyTransparent bool
32 Lossy8bit bool
33 NumIterations int
34 NumIterationsLarge int
54 func CompressWithOptions(inputSlice []byte, options *Options) ([]byte, error) {
71 func createCOptions(options *Options) C.struct_CZopfliPNGOptions {
/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/golang-protobuf/reflect/protorange/
Drange.go39 type Options struct { struct
49 Stable bool
57 Resolver interface {
102 func (o Options) Range(m protoreflect.Message, push, pop func(protopath.Values) error) error {
127 …(p *protopath.Values, m protoreflect.Message, push, pop func(protopath.Values) error) (err error) {
175 …path.Values, m protoreflect.Message, push, pop func(protopath.Values) error) (ok bool, err error) {
243 …eflect.FieldDescriptor, ls protoreflect.List, push, pop func(protopath.Values) error) (err error) {
265 …reflect.FieldDescriptor, ms protoreflect.Map, push, pop func(protopath.Values) error) (err error) {

12345678910>>...22