Home
last modified time | relevance | path

Searched defs:strategy (Results 1 – 25 of 148) sorted by relevance

123456

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DProbeArrayStrategyFactoryTest.java51 final IProbeArrayStrategy strategy = test(Opcodes.V1_1, 0, false, true, in testClass1() local
60 final IProbeArrayStrategy strategy = test(Opcodes.V1_2, 0, false, true, in testClass2() local
69 final IProbeArrayStrategy strategy = test(Opcodes.V1_3, 0, false, true, in testClass3() local
78 final IProbeArrayStrategy strategy = test(Opcodes.V1_4, 0, false, true, in testClass4() local
87 final IProbeArrayStrategy strategy = test(Opcodes.V1_5, 0, false, true, in testClass5() local
96 final IProbeArrayStrategy strategy = test(Opcodes.V1_6, 0, false, true, in testClass6() local
105 final IProbeArrayStrategy strategy = test(Opcodes.V1_7, 0, false, true, in testClass7() local
114 final IProbeArrayStrategy strategy = test(Opcodes.V1_8, 0, false, true, in testClass8() local
126 final IProbeArrayStrategy strategy = test(Opcodes.V1_7, in testInterface7() local
135 final IProbeArrayStrategy strategy = test(Opcodes.V1_7, in testEmptyInterface7() local
[all …]
DNoneProbeArrayStrategyTest.java25 private NoneProbeArrayStrategy strategy; field in NoneProbeArrayStrategyTest
/external/tensorflow/tensorflow/python/distribute/
Ddistributed_file_utils.py57 def _get_base_dirpath(strategy): argument
62 def _is_temp_dir(dirpath, strategy): argument
66 def _get_temp_dir(dirpath, strategy): argument
72 def write_dirpath(dirpath, strategy=None): argument
90 def remove_temp_dirpath(dirpath, strategy=None): argument
Dstrategy_test_lib.py311 self, strategy, input_fn, expected_values, ignore_order=False): argument
377 def _test_global_step_update(self, strategy): argument
399 def _test_numpy_dataset(self, strategy, session=None): argument
419 def run_and_concatenate(strategy, i): argument
434 def _test_trainable_variable(self, strategy): argument
455 def _test_run(self, strategy): argument
468 def _test_all_reduce_sum(self, strategy): argument
472 def _test_all_reduce_sum_gradients(self, strategy): argument
476 def _test_all_reduce_sum_gradient_tape(self, strategy): argument
480 def _test_all_reduce_mean(self, strategy): argument
[all …]
Destimator_training.py221 def _worker_fn(strategy): argument
254 def _eval_fn(strategy): argument
320 def _worker_fn(strategy): argument
369 def _worker_fn(strategy): argument
Ddistribute_coordinator_test.py221 def _in_graph_worker_fn(self, strategy): argument
249 def _run_coordinator_in_thread(self, worker_fn, strategy, **kwargs): argument
257 def _run_multiple_coordinator_in_threads(self, worker_fn, strategy, argument
282 def _between_graph_worker_fn(self, strategy): argument
329 def _between_graph_with_monitored_session(self, strategy): argument
362 def _dump_worker_context(self, strategy): argument
386 def _dump_strategy_property(self, strategy): argument
847 def _worker_fn(self, strategy): argument
Dinput_lib.py53 strategy, argument
96 strategy): argument
164 def _get_next_as_optional(iterator, strategy, name=None): argument
208 def __init__(self, input_workers, iterators, strategy): argument
434 strategy, argument
538 strategy, argument
604 def __init__(self, dataset_fn, input_workers, input_contexts, strategy): argument
697 def __init__(self, input_fn, input_workers, input_contexts, strategy): argument
748 strategy, argument
1182 def _create_distributed_tensor_spec(strategy, tensor_spec): argument
Ddistribute_coordinator.py113 strategy, argument
327 strategy, argument
454 def _run_between_graph_client(worker_fn, strategy, eval_fn, eval_strategy, argument
497 def _run_in_graph_client(worker_fn, strategy, eval_fn, eval_strategy, argument
530 strategy, eval_strategy, session_config, cluster_spec, task_type, task_id): argument
632 strategy, argument
Dctl_correctness_test.py48 def __init__(self, strategy): argument
97 iteration_type, strategy=None, sync_batchnorm=None): argument
163 iteration_type, strategy=None, sync_batchnorm=None): argument
Ddistribution_strategy_context.py49 def __init__(self, strategy): argument
221 def experimental_set_strategy(strategy): argument
/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.h55 short strategy; member
58 struct strategy { struct
60 int strategy; member
65 int strategy; argument
73 struct gzip_strategy strategy[0]; member
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmemory_management.cc73 MemoryStrategy strategy, ObjectsAssignment<size_t>* assignment, in AssignObjectsToTensors()
101 MemoryStrategy strategy, ObjectsAssignment<BHWC>* assignment, in AssignObjectsToTensors()
118 MemoryStrategy strategy, ObjectsAssignment<uint2>* assignment, in AssignObjectsToTensors()
137 MemoryStrategy strategy, ObjectsAssignment<uint3>* assignment, in AssignObjectsToTensors()
155 const MemoryStrategy& strategy, OffsetsAssignment* assignment, in AssignOffsetsToTensors()
/external/objenesis/main/src/main/java/org/objenesis/
DObjenesisBase.java32 protected final InstantiatorStrategy strategy; field in ObjenesisBase
42 public ObjenesisBase(InstantiatorStrategy strategy) { in ObjenesisBase()
52 public ObjenesisBase(InstantiatorStrategy strategy, boolean useCache) { in ObjenesisBase()
/external/guava/guava/src/com/google/common/base/
DSplitter.java103 private final Strategy strategy; field in Splitter
106 private Splitter(Strategy strategy) { in Splitter()
110 private Splitter(Strategy strategy, boolean omitEmptyStrings, CharMatcher trimmer, int limit) { in Splitter()
/external/guava/android/guava/src/com/google/common/base/
DSplitter.java103 private final Strategy strategy; field in Splitter
106 private Splitter(Strategy strategy) { in Splitter()
110 private Splitter(Strategy strategy, boolean omitEmptyStrings, CharMatcher trimmer, int limit) { in Splitter()
/external/tensorflow/tensorflow/python/keras/distribute/
Dmulti_worker_callback_tf1_test.py126 steps, strategy, saving_filepath, argument
148 model, test_obj, train_ds, num_epoch, steps, strategy, saving_filepath, argument
206 num_epoch, steps, strategy, argument
243 steps, strategy, saving_filepath, argument
282 steps, strategy, saving_filepath, argument
326 steps, strategy, argument
371 steps, strategy, saving_filepath, argument
418 steps, strategy, saving_filepath, argument
445 strategy, saving_filepath, **kwargs): argument
467 steps, strategy, saving_filepath, argument
[all …]
Ddistributed_training_utils.py140 def unwrap_output_dict(strategy, grouped_outputs, mode): argument
440 def is_tpu_strategy(strategy): argument
453 def process_batch_and_step_size(strategy, argument
777 def _build_distributed_network(model, strategy, mode, inputs=None, argument
829 def clone_model_on_replicas(model, strategy, mode, inputs=None, targets=None): argument
1054 def _per_replica_aggregate_batch(strategy, batch_outs, model, mode): argument
1102 def distributed_scope(strategy, learning_phase): argument
/external/skqp/src/android/
DSkBitmapRegionDecoder.cpp15 sk_sp<SkData> data, Strategy strategy) { in Create()
21 SkStreamRewindable* stream, Strategy strategy) { in Create()
/external/skia/src/android/
DSkBitmapRegionDecoder.cpp15 sk_sp<SkData> data, Strategy strategy) { in Create()
21 SkStreamRewindable* stream, Strategy strategy) { in Create()
/external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtensionTest.java197 MimicDesugaringStrategy strategy = new MimicDesugaringStrategy(); in testLightweightStackTraceRecorder() local
209 MimicDesugaringStrategy strategy = new MimicDesugaringStrategy(); in testMimicDesugaringStrategy() local
286 NullDesugaringStrategy strategy = new NullDesugaringStrategy(); in testNullDesugaringStrategy() local
334 ReuseDesugaringStrategy strategy = new ReuseDesugaringStrategy(); in testReuseDesugaringStrategy() local
381 private final MimicDesugaringStrategy strategy; field in ThrowableExtensionTest.ExceptionForTest
383 public ExceptionForTest(MimicDesugaringStrategy strategy) { in ExceptionForTest()
/external/tensorflow/tensorflow/core/platform/
Dthreadpool.h76 explicit SchedulingParams(SchedulingStrategy strategy, in SchedulingParams()
83 SchedulingStrategy strategy() const { return strategy_; } in strategy() function
/external/tensorflow/tensorflow/python/training/
Dmoving_averages.py96 def update(strategy, v, value): argument
106 def merge_fn(strategy, v, value): argument
181 def _zero_debias(strategy, unbiased_var, value, decay): argument
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java24 private final LruPoolStrategy strategy; field in LruBitmapPool
36 LruBitmapPool(int maxSize, LruPoolStrategy strategy) { in LruBitmapPool()
170 final LruPoolStrategy strategy; in getDefaultStrategy() local
/external/guava/android/guava/src/com/google/common/hash/
DBloomFilter.java109 private final Strategy strategy; field in BloomFilter
113 LockFreeBitArray bits, int numHashFunctions, Funnel<? super T> funnel, Strategy strategy) { in BloomFilter()
343 Funnel<? super T> funnel, long expectedInsertions, double fpp, Strategy strategy) { in create()
/external/guava/guava/src/com/google/common/hash/
DBloomFilter.java110 private final Strategy strategy; field in BloomFilter
114 LockFreeBitArray bits, int numHashFunctions, Funnel<? super T> funnel, Strategy strategy) { in BloomFilter()
410 Funnel<? super T> funnel, long expectedInsertions, double fpp, Strategy strategy) { in create()

123456