/external/grpc-grpc/src/core/lib/iomgr/ |
D | combiner.h | 43 #define GRPC_COMBINER_REF(combiner, reason) \ argument 44 grpc_combiner_ref((combiner), __FILE__, __LINE__, (reason)) 45 #define GRPC_COMBINER_UNREF(combiner, reason) \ argument 46 grpc_combiner_unref((combiner), __FILE__, __LINE__, (reason)) 49 #define GRPC_COMBINER_REF(combiner, reason) grpc_combiner_ref((combiner)) argument 50 #define GRPC_COMBINER_UNREF(combiner, reason) grpc_combiner_unref((combiner)) argument
|
/external/tensorflow/tensorflow/python/tpu/ |
D | feature_column.py | 45 combiner='mean', argument 105 combiner=combiner, 121 combiner='mean', argument 135 combiner=combiner, 154 combiner=combiner, 211 combiner='mean', argument 224 combiner=combiner, 234 combiner='mean', argument 244 return self.combiner 308 combiner='mean', argument [all …]
|
D | feature_column_test.py | 54 self.assertEqual('mean', embedding_column.combiner) 69 combiner='my_combiner', 73 self.assertEqual('my_combiner', embedding_column.combiner) 159 self.assertEqual('mean', embedding_column_a.combiner) 160 self.assertEqual('mean', embedding_column_b.combiner) 192 combiner='my_combiner', 199 self.assertEqual('my_combiner', embedding_column_a.combiner) 200 self.assertEqual('my_combiner', embedding_column_b.combiner)
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_closure.cc | 70 grpc_combiner* combiner = grpc_combiner_create(); in BM_ClosureInitAgainstCombiner() local 75 &c, DoNothing, nullptr, grpc_combiner_scheduler(combiner))); in BM_ClosureInitAgainstCombiner() 77 GRPC_COMBINER_UNREF(combiner, "finished"); in BM_ClosureInitAgainstCombiner() 245 grpc_combiner* combiner = grpc_combiner_create(); in BM_ClosureSchedOnCombiner() local 247 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSchedOnCombiner() 253 GRPC_COMBINER_UNREF(combiner, "finished"); in BM_ClosureSchedOnCombiner() 261 grpc_combiner* combiner = grpc_combiner_create(); in BM_ClosureSched2OnCombiner() local 264 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSched2OnCombiner() 265 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_combiner_scheduler(combiner)); in BM_ClosureSched2OnCombiner() 272 GRPC_COMBINER_UNREF(combiner, "finished"); in BM_ClosureSched2OnCombiner() [all …]
|
/external/v8/tools/testrunner/testproc/ |
D | combiner.py | 53 combiner = self._get_combiner(test.suite) 54 if not combiner: 58 return combiner.get_group_key(test) 82 suite, combiner = self._select_suite() 91 return combiner.combine('%s-%d' % (suite, self._current_num), sample) 101 combiner = self._combiners.get(suite.name) 102 if not combiner: 103 combiner = suite.get_test_combiner() 104 self._combiners[suite.name] = combiner 105 return combiner
|
/external/grpc-grpc/test/core/client_channel/resolvers/ |
D | fake_resolver_test.cc | 37 grpc_combiner* combiner, in build_fake_resolver() argument 47 args.combiner = combiner; in build_fake_resolver() 118 grpc_combiner* combiner = grpc_combiner_create(); in test_fake_resolver() local 124 build_fake_resolver(combiner, response_generator.get()); in test_fake_resolver() 132 on_resolution_cb, &on_res_arg, grpc_combiner_scheduler(combiner)); in test_fake_resolver() 145 grpc_combiner_scheduler(combiner)); in test_fake_resolver() 159 grpc_combiner_scheduler(combiner)); in test_fake_resolver() 175 grpc_combiner_scheduler(combiner)); in test_fake_resolver() 188 grpc_combiner_scheduler(combiner)); in test_fake_resolver() 200 grpc_combiner_scheduler(combiner)); in test_fake_resolver() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | ar_crs_combiner_test.cc | 406 ArCrsCombiner combiner(2); in TEST_F() local 407 auto changed = combiner.Run(module.get()).ValueOrDie(); in TEST_F() 474 ArCrsCombiner combiner(2); in TEST_F() local 475 auto changed = combiner.Run(module.get()).ValueOrDie(); in TEST_F() 541 ArCrsCombiner combiner(2); in TEST_F() local 542 auto changed = combiner.Run(module.get()).ValueOrDie(); in TEST_F() 622 ArCrsCombiner combiner(2); in TEST_F() local 623 auto changed = combiner.Run(module.get()).ValueOrDie(); in TEST_F() 704 ArCrsCombiner combiner(2); in TEST_F() local 705 auto changed = combiner.Run(module.get()).ValueOrDie(); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | embedding_ops.py | 376 combiner=None, argument 451 if combiner is None: 454 combiner = "mean" 455 if combiner not in ("mean", "sqrtn", "sum"): 514 if combiner == "sum": 516 elif combiner == "mean": 520 elif combiner == "sqrtn": 530 if combiner == "sum": 533 elif combiner == "mean": 536 elif combiner == "sqrtn": [all …]
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | feature_column.py | 347 combiner="sum", argument 391 combiner=combiner, 440 combiner=self.combiner) 512 combiner="sum", argument 552 combiner=combiner, dtype=dtype) 563 combiner="sum", argument 580 combiner=combiner, 610 combiner="sum", argument 648 combiner=combiner, 666 column_name, keys, default_value=-1, combiner="sum", dtype=dtypes.string): argument [all …]
|
D | embedding_ops.py | 51 combiner=None, argument 99 if combiner is None: 102 combiner = "mean" 144 if combiner != "sum": 159 combiner=combiner, 383 combiner=None, argument 414 if combiner is None: 417 combiner = "mean" 447 if combiner == "sum": 450 elif combiner == "mean": [all …]
|
/external/grpc-grpc/doc/ |
D | combiner-explainer.md | 15 class combiner { 24 combiner.run(do_stuff) 27 If you have two threads calling combiner, there will be some kind of 28 queuing in place. It's called `combiner` because you can pass in more 38 * This means that `do_stuff` doesn't necessarily run to completion when `combiner.run` is invoked 41 class combiner { 56 The basic idea is that the first one to push onto the combiner 58 until the combiner is drained. 60 Our combiner does some additional work, with the motivation of write-batching. 66 item, we might put something onto the main combiner queue and so we'll [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dag-optnone.ll | 4 ; If fast-isel bails out to normal selection, then the DAG combiner will run, 8 ; DAG combiner does. 11 ; The DAG combiner was disabled for 'optnone' (but not -O0) by r221168, then 14 ; really should have disabled the combiner for both.) 17 ; combiner, then the combiner can be turned off for -O0 (not just 'optnone') 19 ; the DAG combiner does *not* run at -O0 or for 'optnone' functions.) 21 ; In the meantime, this test wants to make sure the combiner stays enabled for
|
/external/llvm/test/CodeGen/X86/ |
D | dag-optnone.ll | 4 ; If fast-isel bails out to normal selection, then the DAG combiner will run, 8 ; DAG combiner does. 11 ; The DAG combiner was disabled for 'optnone' (but not -O0) by r221168, then 14 ; really should have disabled the combiner for both.) 17 ; combiner, then the combiner can be turned off for -O0 (not just 'optnone') 19 ; the DAG combiner does *not* run at -O0 or for 'optnone' functions.) 21 ; In the meantime, this test wants to make sure the combiner stays enabled for
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver.cc | 68 grpc_combiner* combiner; member 95 GRPC_COMBINER_UNREF(ev_driver->combiner, "free ares event driver"); in grpc_ares_ev_driver_unref() 121 grpc_combiner* combiner, in grpc_ares_ev_driver_create_locked() argument 138 (*ev_driver)->combiner = GRPC_COMBINER_REF(combiner, "ares event driver"); in grpc_ares_ev_driver_create_locked() 146 grpc_core::NewGrpcPolledFdFactory((*ev_driver)->combiner); in grpc_ares_ev_driver_create_locked() 254 socks[i], ev_driver->pollset_set, ev_driver->combiner); in grpc_ares_notify_on_event_locked() 261 grpc_combiner_scheduler(ev_driver->combiner)); in grpc_ares_notify_on_event_locked() 263 grpc_combiner_scheduler(ev_driver->combiner)); in grpc_ares_notify_on_event_locked()
|
D | grpc_ares_ev_driver.h | 46 grpc_combiner* combiner, 94 grpc_combiner* combiner) GRPC_ABSTRACT; 101 UniquePtr<GrpcPolledFdFactory> NewGrpcPolledFdFactory(grpc_combiner* combiner);
|
D | grpc_ares_ev_driver_windows.cc | 71 GrpcPolledFdWindows(ares_socket_t as, grpc_combiner* combiner) in GrpcPolledFdWindows() argument 78 combiner_ = GRPC_COMBINER_REF(combiner, name_); in GrpcPolledFdWindows() 396 SockToPolledFdMap(grpc_combiner* combiner) { in SockToPolledFdMap() argument 397 combiner_ = GRPC_COMBINER_REF(combiner, "sock to polled fd map"); in SockToPolledFdMap() 508 GrpcPolledFdFactoryWindows(grpc_combiner* combiner) in GrpcPolledFdFactoryWindows() argument 509 : sock_to_polled_fd_map_(combiner) {} in GrpcPolledFdFactoryWindows() 513 grpc_combiner* combiner) override { in NewGrpcPolledFdLocked() argument 530 UniquePtr<GrpcPolledFdFactory> NewGrpcPolledFdFactory(grpc_combiner* combiner) { in NewGrpcPolledFdFactory() argument 532 New<GrpcPolledFdFactoryWindows>(combiner)); in NewGrpcPolledFdFactory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | aarch64-combine-fmul-fsub.mir | 1 …N: llc -run-pass=machine-combiner -o - -mtriple=aarch64-unknown-linux -mcpu=cortex-a57 -enable-uns… 2 …UN: llc -run-pass=machine-combiner -o - -mtriple=aarch64-unknown-linux -mcpu=falkor -enable-unsafe… 3 …UN: llc -run-pass=machine-combiner -o - -mtriple=aarch64-unknown-linux -mcpu=exynos-m1 -enable-uns… 4 …: llc -run-pass=machine-combiner -o - -mtriple=aarch64-unknown-linux -mcpu=thunderx2t99 -enable-un…
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | FuturesCombineBenchmark.java | 39 @Override <V> ListenableFuture<V> combine(final Callable<V> combiner, Executor executor, in combine() argument 42 checkNotNull(combiner); in combine() 47 return Futures.immediateFuture(combiner.call()); in combine() 59 <V> ListenableFuture<V> combine(Callable<V> combiner, final Executor executor, 61 return Futures.combine(combiner, executor, futures); 66 Callable<V> combiner, Executor executor,
|
/external/u-boot/arch/arm/dts/ |
D | exynos4210.dtsi | 58 <2 &combiner 12 6>, 59 <3 &combiner 12 7>, 73 interrupt-parent = <&combiner>; 104 interrupt-parent = <&combiner>; 153 &combiner { 154 samsung,combiner-nr = <16>;
|
D | exynos4x12.dtsi | 56 <1 &combiner 12 5>, 57 <2 &combiner 12 6>, 58 <3 &combiner 12 7>, 86 interrupt-parent = <&combiner>;
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | http_proxy_fixture.cc | 61 combiner(nullptr) { in grpc_end2end_http_proxy() 63 combiner = grpc_combiner_create(); in grpc_end2end_http_proxy() 73 grpc_combiner* combiner; member 482 grpc_combiner_scheduler(conn->proxy->combiner)); in on_accept() 484 grpc_combiner_scheduler(conn->proxy->combiner)); in on_accept() 486 grpc_combiner_scheduler(conn->proxy->combiner)); in on_accept() 488 grpc_combiner_scheduler(conn->proxy->combiner)); in on_accept() 490 grpc_combiner_scheduler(conn->proxy->combiner)); in on_accept() 492 grpc_combiner_scheduler(conn->proxy->combiner)); in on_accept() 494 grpc_combiner_scheduler(conn->proxy->combiner)); in on_accept() [all …]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_segment_op_test.py | 55 def expected_value(self, data, segment_ids, num_segments, combiner): argument 78 return [[combiner(values) 105 def testRaggedSegment_Int(self, segment_op, combiner, segment_ids): argument 110 combiner) 141 def testRaggedSegment_Float(self, segment_op, combiner, segment_ids): argument 146 combiner)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | ComposableFunction.java | 323 final BivariateRealFunction combiner) { 328 return combiner.value(ComposableFunction.this.value(x), f.value(x)); 439 public MultivariateRealFunction asCollector(final BivariateRealFunction combiner, 447 result = combiner.value(result, ComposableFunction.this.value(entry)); 466 public MultivariateRealFunction asCollector(final BivariateRealFunction combiner) { 467 return asCollector(combiner, 0.0);
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | embedding_lookup_sparse.cc | 116 void FinalizeAggregation(TfLiteCombinerType combiner, int num_elements, in FinalizeAggregation() argument 120 if (combiner != kTfLiteCombinerTypeSum && num_elements > 0) { in FinalizeAggregation() 122 switch (combiner) { in FinalizeAggregation() 210 FinalizeAggregation(params->combiner, num_elements, current_total_weight, in Eval() 234 FinalizeAggregation(params->combiner, num_elements, current_total_weight, in Eval()
|
/external/v8/tools/testrunner/ |
D | num_fuzzer.py | 18 from testrunner.testproc.combiner import CombinerProc 140 combiner = self._create_combiner(fuzzer_rng, options) 153 combiner, 166 if combiner: 167 combiner.generate_initial_tests(options.j * 4)
|