| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
| D | ProbeArrayStrategyFactoryTest.java | 51 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 …]
|
| /external/tensorflow/tensorflow/python/distribute/ |
| D | strategy_common_test.py | 53 def testCaptureReplicaId(self, strategy): argument 79 def testBasic(self, strategy): argument 100 def testAxis(self, strategy): argument 125 def testBasic(self, strategy, tf_function): argument 143 def testNestedInput(self, strategy, tf_function): argument 174 def _get_num_replicas_per_client(strategy): argument 182 def _is_tpu_strategy(strategy): argument 199 def testDatasetFromFunction(self, strategy): argument 221 def testSimpleInputFromDatasetLastPartialBatch(self, strategy): argument 242 def testSimpleInputFromFnLastPartialBatch(self, strategy): argument [all …]
|
| D | strategy_combinations_test.py | 45 def testTwoReplicaStrategy(self, strategy): argument 61 def testFourReplicaStrategy(self, strategy): argument 100 def testOneDevice(self, strategy): argument 111 def testMirrored(self, strategy): argument 121 def testMultiWorkerMirrored(self, strategy): argument 131 def testCentralStorage(self, strategy): argument 137 def testTPU(self, strategy): argument 154 def testOneDevice(self, strategy): argument 165 def testMirrored(self, strategy): argument 175 def testMultiWorkerMirrored(self, strategy): argument [all …]
|
| D | strategy_gather_test.py | 73 strategy): argument 89 def testGatherPerReplicaDense1D0Axis(self, strategy, pure_eager): argument 95 def testGatherPerReplicaDense2D0Axis(self, strategy, pure_eager): argument 101 def testGatherPerReplicaDense2D1Axis(self, strategy, pure_eager): argument 107 def testGatherPerReplicaDense3D0Axis(self, strategy, pure_eager): argument 113 def testGatherPerReplicaDense3D1Axis(self, strategy, pure_eager): argument 119 def testGatherPerReplicaDense3D2Axis(self, strategy, pure_eager): argument 125 def testGatherDiffShapeAtAxis0(self, strategy, pure_eager): argument 147 def testGatherDiffShapeAtAxis1(self, strategy, pure_eager): argument 169 def testGatherRaiseDiffShapeAtNonAxis(self, strategy, pure_eager): argument [all …]
|
| D | strategy_test_lib.py | 341 self, strategy, input_fn, expected_values, ignore_order=False): argument 410 def _test_global_step_update(self, strategy): argument 432 def _test_numpy_dataset(self, strategy, session=None, run_in_function=False): argument 454 def run_and_concatenate(strategy, i): argument 470 def _test_trainable_variable(self, strategy): argument 491 def _test_run(self, strategy): argument 503 def _test_all_reduce_sum(self, strategy): argument 507 def _test_all_reduce_sum_gradients(self, strategy): argument 511 def _test_all_reduce_sum_gradient_tape(self, strategy): argument 515 def _test_all_reduce_mean(self, strategy): argument [all …]
|
| D | distribution_strategy_context.py | 51 def __init__(self, strategy): argument 222 def experimental_set_strategy(strategy): argument 275 def enter_or_assert_strategy(strategy): argument 302 def _assert_strategy(strategy): argument
|
| D | estimator_training.py | 221 def _worker_fn(strategy): argument 254 def _eval_fn(strategy): argument 320 def _worker_fn(strategy): argument 369 def _worker_fn(strategy): argument
|
| D | test_util_test.py | 45 def testOne(self, strategy): argument 55 def testNest(self, strategy): argument
|
| D | distribute_coordinator_test.py | 221 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 842 def _worker_fn(self, strategy): argument
|
| D | test_util.py | 37 def gather(strategy, value): argument 54 def _gather(strategy, value): argument
|
| D | input_lib.py | 66 strategy, argument 114 strategy, argument 529 def _get_next_as_optional(iterator, strategy, return_per_replica=False): argument 615 def __init__(self, input_workers, iterators, strategy, argument 763 def __init__(self, input_workers, element_spec, strategy, argument 872 strategy=None, argument 965 strategy, argument 1150 strategy, argument 1233 def __init__(self, dataset_fn, input_workers, input_contexts, strategy, argument 1375 def __init__(self, input_fn, input_workers, input_contexts, strategy): argument [all …]
|
| D | distribute_coordinator.py | 113 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
|
| /external/tensorflow/tensorflow/python/keras/distribute/ |
| D | distributed_file_utils.py | 56 def _get_base_dirpath(strategy): argument 61 def _is_temp_dir(dirpath, strategy): argument 65 def _get_temp_dir(dirpath, strategy): argument 74 def write_dirpath(dirpath, strategy): argument 102 def remove_temp_dirpath(dirpath, strategy): argument 125 def write_filepath(filepath, strategy): argument 142 def remove_temp_dir_with_filepath(filepath, strategy): argument
|
| /external/squashfs-tools/squashfs-tools/ |
| D | gzip_wrapper.h | 55 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/python/distribute/integration_test/ |
| D | saved_model_test.py | 78 def test_read_sync_on_read_variable(self, strategy): argument 109 def test_read_mirrored_variable(self, strategy): argument 134 def test_update_sync_on_read_variable(self, strategy): argument 161 def test_update_mirrored_variable(self, strategy): argument 187 def test_training_only_device(self, strategy): argument 215 def test_model_with_loaded_layer(self, strategy): argument 275 def test_read_sync_on_read_variable(self, strategy): argument 328 def test_update_sync_on_read_variable(self, strategy): argument 376 def test_read_mirrored_variable(self, strategy): argument 401 def test_update_mirrored_variable(self, strategy): argument [all …]
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | memory_management.cc | 78 MemoryStrategy strategy, ObjectsAssignment<size_t>* assignment, in AssignObjectsToTensors() 106 MemoryStrategy strategy, ObjectsAssignment<BHWC>* assignment, in AssignObjectsToTensors() 123 MemoryStrategy strategy, ObjectsAssignment<uint2>* assignment, in AssignObjectsToTensors() 142 MemoryStrategy strategy, ObjectsAssignment<uint3>* assignment, in AssignObjectsToTensors() 160 const MemoryStrategy& strategy, OffsetsAssignment* assignment, in AssignOffsetsToTensors()
|
| /external/objenesis/main/src/main/java/org/objenesis/ |
| D | ObjenesisBase.java | 32 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/ |
| D | Splitter.java | 105 private final Strategy strategy; field in Splitter 108 private Splitter(Strategy strategy) { in Splitter() 112 private Splitter(Strategy strategy, boolean omitEmptyStrings, CharMatcher trimmer, int limit) { in Splitter()
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | Splitter.java | 103 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/skqp/src/android/ |
| D | SkBitmapRegionDecoder.cpp | 15 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/ |
| D | ThrowableExtensionTest.java | 197 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/python/training/ |
| D | moving_averages.py | 96 def update(strategy, v, value): argument 106 def merge_fn(strategy, v, value): argument 181 def _update(strategy, var, update_fn, args): argument 195 def _zero_debias(strategy, unbiased_var, value, decay): argument
|
| /external/tensorflow/tensorflow/python/tpu/ |
| D | tpu_embedding_v2_correctness_test.py | 244 def _create_sparse_dataset(self, strategy, include_weights=False, weight=0.5): argument 254 def _create_ragged_dataset(self, strategy, include_weights=False, weight=0.5): argument 266 def _create_dense_input_fn(self, strategy, include_weights=False, weight=0.5): argument 285 def _check_results(self, strategy, shard_out_val, training, input_data, argument 435 def _get_replica_numpy(self, structured, strategy, replica_id): argument 612 def _unpack(strategy, per_replica_output): argument
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | threadpool.h | 76 explicit SchedulingParams(SchedulingStrategy strategy, in SchedulingParams() 83 SchedulingStrategy strategy() const { return strategy_; } in strategy() function
|
| /external/guava/android/guava/src/com/google/common/hash/ |
| D | BloomFilter.java | 109 private final Strategy strategy; field in BloomFilter 113 LockFreeBitArray bits, int numHashFunctions, Funnel<? super T> funnel, Strategy strategy) { in BloomFilter() 342 Funnel<? super T> funnel, long expectedInsertions, double fpp, Strategy strategy) { in create()
|