Home
last modified time | relevance | path

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

12345678910>>...18

/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() function
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/syzkaller/pkg/csource/
Doptions.go17 type Options struct { struct
18 Threaded bool `json:"threaded,omitempty"`
19 Collide bool `json:"collide,omitempty"`
20 Repeat bool `json:"repeat,omitempty"`
21 RepeatTimes int `json:"repeat_times,omitempty"` // if non-0, repeat that many times
22 Procs int `json:"procs"`
23 Sandbox string `json:"sandbox"`
25 Fault bool `json:"fault,omitempty"` // inject fault into FaultCall/FaultNth
26 FaultCall int `json:"fault_call,omitempty"`
27 FaultNth int `json:"fault_nth,omitempty"`
[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/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst64 Options subsection
67 Filtering and Sorting Options argument
135 Symbol Type Options argument
229 Other Options argument
242 .. _dump_subcommand:
264 Options subsection
267 MSF Container Options argument
283 Module & File Options argument
315 Symbol Options argument
345 Type Record Options argument
[all …]
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.mm51 struct Options { struct
54 NSString *srcPath;
55 NSString *dsymPath;
56 const NXArchInfo *arch;
57 bool cfi;
58 bool handle_inter_cu_refs;
61 static bool StackFrameEntryComparator(const Module::StackFrameEntry* a,
68 static void CopyCFIDataBetweenModules(Module* to_module,
105 static bool Start(const Options &options) { argument
199 static void SetupOptions(int argc, const char *argv[], Options *options) { argument
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_options.h45 struct Options { struct
46 Options() in Options() argument
52 string dllexport_decl;
53 bool safe_boundary_check;
54 bool proto_h;
55 bool annotate_headers;
56 bool enforce_lite;
57 string annotation_pragma_name;
58 string annotation_guard_name;
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_options.h43 struct Options { struct
44 Options() : in Options() function
52 string file_extension;
63 string base_namespace;
68 bool base_namespace_specified;
71 bool internal_access;
77 bool legacy_enum_values;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h38 struct Options { struct
46 Options(FunctionNameKind PrintFunctions = FunctionNameKind::LinkageName, argument
54 LLVMSymbolizer(const Options &Opts = Options()) : Opts(Opts) {} in Opts() 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/jit/
Dxla_device.h97 struct Options { struct
99 se::Platform* platform = nullptr;
102 string device_name_prefix;
105 string device_name;
108 int device_ordinal = -1;
111 string compilation_device_name;
136 XlaDevice(const SessionOptions& session_options, const Options& options); argument
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dperiodic_function.h79 struct Options { struct
80 Options() {} in Options() argument
84 ThreadOptions thread_options; argument
103 const Options& options = Options()); argument
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md1 ## Options section
3 ### Overview
44 ### Times
55 ### Memory
74 ### Docs
/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc48 struct Options { struct
59 static void Start(Options *options) { in Start() argument
/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.h60 struct Options { struct
62 string file_pattern;
86 const RecordYielder::Options& opts); argument
/external/v8/tools/clang/plugins/
DOptions.h10 struct Options { struct
11 bool check_base_classes = false;
12 bool check_ipc = false;
13 bool check_gmock_objects = false;
/external/libchrome/base/threading/
Dsimple_thread.h62 struct BASE_EXPORT Options { struct
65 explicit Options(ThreadPriority priority_in) : priority(priority_in) {} in Options() function
70 Options& operator=(const Options& other) = default; argument
89 SimpleThread(const std::string& name_prefix, const Options& options); argument
Dthread.h61 struct BASE_EXPORT Options { struct
64 Options(); argument
71 MessageLoop::Type message_loop_type = MessageLoop::TYPE_DEFAULT;
74 TimerSlack timer_slack = TIMER_SLACK_NONE;
80 MessagePumpFactory message_pump_factory;
85 size_t stack_size = 0;
88 ThreadPriority priority = ThreadPriority::NORMAL;
115 // Start() or StartWithOptions(). If |use_mta| is false, the thread is also argument
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_optimizer.h31 struct Options { struct
61 const Options& graph_optimizer_options); argument
/external/tensorflow/tensorflow/core/lib/io/
Dtable_options.h36 struct Options { struct
41 size_t block_size = 262144;
46 int block_restart_interval = 16;
62 CompressionType compression = kSnappyCompression;
/external/swiftshader/src/Renderer/
DBlitter.hpp28 struct Options struct in sw::Blitter
31 Options(bool filter, bool useStencil, bool convertSRGB) in Options() function
33 Options(unsigned int writeMask) in Options() argument
37 {
49 bool clearOperation : 1;
50 bool filter : 1;
51 bool useStencil : 1;
52 bool convertSRGB : 1;
53 bool clampToEdge : 1;
/external/swiftshader/src/Device/
DBlitter.hpp28 struct Options struct in sw::Blitter
31 Options(bool filter, bool useStencil, bool convertSRGB) in Options() function
33 Options(unsigned int writeMask) in Options() function
37 {
49 bool clearOperation : 1;
50 bool filter : 1;
51 bool useStencil : 1;
52 bool convertSRGB : 1;
53 bool clampToEdge : 1;
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.h51 struct Options { struct
53 static Options Custom(flatbuffers::Offset<CustomOptions> offset) { in Custom() argument
58 static Options Builtin(::tflite::BuiltinOptions type, in Builtin() argument
64 flatbuffers::Offset<BuiltinOptions> builtin; argument
65 flatbuffers::Offset<CustomOptions> custom; argument
/external/boringssl/src/crypto/test/
Dfile_test.h104 struct Options { struct
106 const char *path = nullptr;
109 FileTestFunc callback = nullptr;
111 void *arg = nullptr;
114 bool silent = false;
116 std::function<void(const std::string&)> comment_callback;
120 bool is_kas_test = false;
/external/syzkaller/vendor/google.golang.org/appengine/aetest/
Dinstance.go21 type Options struct { struct
24 AppID string
27 StronglyConsistentDatastore bool
30 StartupTimeout time.Duration
/external/tensorflow/tensorflow/compiler/aot/
Dbenchmark.h38 struct Options { struct
64 void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats); argument

12345678910>>...18