HomeSort by relevance Sort by last modified time
    Searched defs:opts (Results 126 - 150 of 336) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/iproute2/tc/
m_xt.c 78 .opts = original_opts,
128 struct option *opts; local
131 opts = xtables_options_xfrm(globals->orig_opts,
132 globals->opts,
136 opts = xtables_merge_options(globals->opts,
140 if (!opts)
142 globals->opts = opts;
163 /* copy tcipt_globals because .opts will be modified by iptables *
    [all...]
  /external/libdrm/tests/kms/
kms-universal-planes.c 121 static const char opts[] = "chopv"; local
143 while ((opt = getopt_long(argc, argv, opts, options, &idx)) != -1) {
  /external/libese/libese/include/ese/
ese_hw_api.h 170 const void *opts; member in struct:EseOperations
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate04.c 313 static struct tst_option opts[] = { variable in typeref:struct:tst_option
319 .options = opts,
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs05_make_tree.c 76 static struct tst_option opts[] = { variable in typeref:struct:tst_option
229 .options = opts,
  /external/selinux/prebuilts/bin/
sesearch.py 99 opts = parser.add_argument_group("Search options") variable
100 opts.add_argument("-eb", action="store_true", dest="boolean_equal",
102 opts.add_argument("-ep", action="store_true", dest="perms_equal",
104 opts.add_argument("-ex", action="store_true", dest="xperms_equal",
107 opts.add_argument("-ds", action="store_false", dest="source_indirect",
109 opts.add_argument("-dt", action="store_false", dest="target_indirect",
111 opts.add_argument("-rs", action="store_true", dest="source_regex",
113 opts.add_argument("-rt", action="store_true", dest="target_regex",
115 opts.add_argument("-rc", action="store_true", dest="tclass_regex",
117 opts.add_argument("-rd", action="store_true", dest="default_regex"
    [all...]
  /external/skia/tests/
CodecPartialTest.cpp 246 SkCodec::Options opts; local
247 opts.fFrameIndex = i;
249 frame.rowBytes(), &opts);
295 SkCodec::Options opts; local
296 opts.fFrameIndex = i;
298 frame.getPixels(), frame.rowBytes(), &opts);
  /external/skqp/gm/
animatedGif.cpp 55 SkCodec::Options opts; local
56 opts.fFrameIndex = frameIndex;
65 opts.fPriorFrame = requiredFrame;
70 bm.rowBytes(), &opts)) {
  /external/skqp/tests/
CodecPartialTest.cpp 246 SkCodec::Options opts; local
247 opts.fFrameIndex = i;
249 frame.rowBytes(), &opts);
295 SkCodec::Options opts; local
296 opts.fFrameIndex = i;
298 frame.getPixels(), frame.rowBytes(), &opts);
  /external/tensorflow/tensorflow/cc/tutorials/
example_trainer.cc 99 void ConcurrentSteps(const Options* opts, int session_index) {
105 graph::SetDefaultDevice(opts->use_gpu ? "/device:GPU:0" : "/cpu:0", &def);
111 const int M = opts->num_concurrent_steps;
116 step_threads->Schedule([&session, opts, session_index, step]() {
127 for (int iter = 0; iter < opts->num_iterations; ++iter) {
149 void ConcurrentSessions(const Options& opts) {
151 const int N = opts.num_concurrent_sessions;
159 session_threads.Schedule(std::bind(&ConcurrentSteps, &opts, i));
202 tensorflow::example::Options opts; local
214 &opts.num_concurrent_sessions) |
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
partially_decluster_pass.cc 285 OptimizerOptions opts; local
287 nullptr, env, TF_GRAPH_DEF_VERSION, flib_def, opts);
  /external/tensorflow/tensorflow/compiler/xla/tests/
client_library_test_base.h 77 auto* opts = execution_options_.mutable_debug_options(); local
78 opts->set_xla_cpu_enable_fast_math(!disabled);
79 opts->set_xla_gpu_enable_fast_min_max(!disabled);
multioutput_fusion_test.cc 58 auto opts = HloTestBase::GetDebugOptionsForTest(); variable
59 opts.add_xla_disable_hlo_passes("layout-assignment");
60 return opts;
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim.cc 307 GraphConstructorOptions opts; local
310 ConvertGraphDefToGraph(opts, meta_graph_def.graph_def(), &graph));
  /external/tensorflow/tensorflow/core/common_runtime/eager/
kernel_and_device.cc 309 FunctionLibraryRuntime::Options opts; local
317 opts.rendezvous = rendezvous;
318 opts.create_rendezvous = false;
320 opts.cancellation_manager = &cm_;
323 opts.collective_executor = nullptr;
324 opts.allow_dead_tensors = true;
325 opts.step_container = step_container;
326 opts.collective_executor =
333 opts.stats_collector = step_stats_collector.get();
334 opts.runner = (runner_ == nullptr) ? &default_runner_ : runner_
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device_test.cc 91 SessionOptions opts = MakeSessionOptions("0,abc"); local
94 opts, kDeviceNamePrefix, &devices);
100 SessionOptions opts = MakeSessionOptions("100"); local
103 opts, kDeviceNamePrefix, &devices);
110 SessionOptions opts = MakeSessionOptions("0,0"); local
113 opts, kDeviceNamePrefix, &devices);
120 SessionOptions opts = MakeSessionOptions("0", 0.1, 1, {{}}); local
123 opts, kDeviceNamePrefix, &devices);
132 SessionOptions opts = MakeSessionOptions("0", 0, 0, {{}}); local
135 opts, kDeviceNamePrefix, &devices)
144 SessionOptions opts = MakeSessionOptions("0", 0, 8, {{}, {}}); local
172 SessionOptions opts = MakeSessionOptions("0"); local
183 SessionOptions opts = MakeSessionOptions("0", 0, 1, {{}}); local
192 SessionOptions opts = MakeSessionOptions("0", 0, 1, {{123}}); local
201 SessionOptions opts = MakeSessionOptions("0", 0, 1, {{123, 456}}); local
232 SessionOptions opts = MakeSessionOptions("0", \/*memory_fraction=*\/1.2); local
258 SessionOptions opts = MakeSessionOptions("0", kGpuMemoryFraction); local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
cluster_function_library_runtime_test.cc 78 FunctionLibraryRuntime::Options opts; local
81 cluster_flr_->Run(opts, handle, args, &out,
  /external/tensorflow/tensorflow/core/graph/
mkl_layout_pass_test.cc 57 GraphConstructorOptions opts; local
58 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, graph));
    [all...]
subgraph_test.cc 54 GraphConstructorOptions opts; local
55 TF_CHECK_OK(ConvertGraphDefToGraph(opts, gdef_, g_.get()));
360 last_node = ops::UnaryOp("Op", last_node, b.opts().WithName(name));
362 last_node = ops::SourceOp("In", b.opts().WithName(name));
  /external/tensorflow/tensorflow/core/grappler/utils/
functions_test.cc 645 const auto &opts = item.optimization_options(); local
646 EXPECT_FALSE(opts.allow_pruning_stateful_and_dataset_ops);
  /external/tensorflow/tensorflow/core/kernels/data/
dataset_test_base.cc 157 OptimizerOptions opts; local
160 opts, thread_pool_.get(), nullptr /* cluster_flr */);
map_defun_op.cc 79 FunctionLibraryRuntime::Options opts; variable
80 SetRunOptions(ctx, &opts, compute_opts, /*always_collect_stats=*/false);
105 opts.cancellation_manager = c_mgr;
116 ctx->function_library()->Run(opts, func_handle_, call_frame,
251 FunctionLibraryRuntime::Options* opts,
253 opts->step_id = ctx->step_id();
254 opts->rendezvous = ctx->rendezvous();
256 opts->stats_collector = ctx->stats_collector();
259 opts->runner = &compute_opts->runner;
261 opts->runner = ctx->runner()
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
function_ops.cc 251 FunctionLibraryRuntime::Options opts; variable
252 opts.step_id = ctx->step_id();
253 opts.rendezvous = ctx->rendezvous();
254 opts.cancellation_manager = ctx->cancellation_manager();
255 opts.runner = ctx->runner();
256 opts.stats_collector = ctx->stats_collector();
257 opts.step_container = ctx->step_container();
258 opts.collective_executor = ctx->collective_executor();
265 lib->Run(opts, handle, args, rets, [ctx, done, rets](const Status& status) {
349 FunctionLibraryRuntime::Options opts; local
    [all...]
partitioned_function_ops.cc 130 AttrSlice attrs, FunctionLibraryRuntime::InstantiateOptions* opts) {
144 opts->output_devices.push_back(cpu_device.name());
146 opts->output_devices.push_back(opts->target);
170 FunctionLibraryRuntime::InstantiateOptions opts; local
173 opts.target = lib->device() == nullptr ? "" : lib->device()->name();
174 opts.is_multi_device_function = true;
175 opts.optimize_graph_fn =
180 opts.graph_collector = ctx->graph_collector();
181 opts.executor_type = executor_type_
    [all...]
  /external/tensorflow/tensorflow/core/profiler/rpc/client/
capture_profile.cc 63 const ProfileOptions& opts) {
77 *request.mutable_opts() = opts;
85 const string& session_id, const ProfileOptions& opts) {
87 PopulateProfileRequest(duration_ms, repository_root, session_id, opts);
129 const string& session_id, const ProfileOptions& opts) {
132 PopulateProfileRequest(duration_ms, repository_root, session_id, opts);
203 tensorflow::ProfileOptions opts; local
204 opts.set_include_dataset_ops(include_dataset_ops);
210 session_id, opts);
214 session_id, opts);
    [all...]

Completed in 1911 milliseconds

1 2 3 4 56 7 8 91011>>