HomeSort by relevance Sort by last modified time
    Searched refs:combiner (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/u-boot/arch/arm/dts/
exynos4412.dtsi 26 &combiner {
27 samsung,combiner-nr = <20>;
exynos4x12.dtsi 56 <1 &combiner 12 5>,
57 <2 &combiner 12 6>,
58 <3 &combiner 12 7>,
86 interrupt-parent = <&combiner>;
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>;
  /external/grpc-grpc/src/core/lib/iomgr/
combiner.h 32 // Each action queued on a combiner is executed serially in a borrowed thread.
43 #define GRPC_COMBINER_REF(combiner, reason) \
44 grpc_combiner_ref((combiner), __FILE__, __LINE__, (reason))
45 #define GRPC_COMBINER_UNREF(combiner, reason) \
46 grpc_combiner_unref((combiner), __FILE__, __LINE__, (reason))
49 #define GRPC_COMBINER_REF(combiner, reason) grpc_combiner_ref((combiner))
50 #define GRPC_COMBINER_UNREF(combiner, reason) grpc_combiner_unref((combiner))
  /external/grpc-grpc/src/core/ext/filters/client_channel/
resolver.cc 22 #include "src/core/lib/iomgr/combiner.h"
29 Resolver::Resolver(grpc_combiner* combiner)
31 combiner_(GRPC_COMBINER_REF(combiner, "resolver")) {}
resolver.h 28 #include "src/core/lib/iomgr/combiner.h"
46 /// combiner passed to the constructor.
95 // Invoke ShutdownAndUnrefLocked() inside of the combiner.
107 /// Does NOT take ownership of the reference to \a combiner.
111 explicit Resolver(grpc_combiner* combiner);
119 grpc_combiner* combiner() const { return combiner_; } function in class:grpc_core::Resolver
resolver_registry.h 60 /// \a args, \a pollset_set, and \a combiner are passed to the factory's
64 /// \a combiner is the combiner under which all resolver calls will be run.
68 grpc_combiner* combiner);
resolver_factory.h 42 /// The combiner under which all resolver calls will be run.
43 grpc_combiner* combiner = nullptr; member in struct:grpc_core::ResolverArgs
lb_policy.cc 22 #include "src/core/lib/iomgr/combiner.h"
31 combiner_(GRPC_COMBINER_REF(args.combiner, "lb_policy")),
lb_policy.h 30 #include "src/core/lib/iomgr/combiner.h"
41 /// combiner passed to the constructor.
49 /// The combiner under which all LB policy calls will be run.
50 /// Policy does NOT take ownership of the reference to the combiner.
54 grpc_combiner* combiner = nullptr; member in struct:grpc_core::LoadBalancingPolicy::Args
152 /// client_channel's combiner. The implementation is responsible for
159 // Invoke ShutdownAndUnrefLocked() inside of the combiner.
182 grpc_combiner* combiner() const { return combiner_; } function in class:grpc_core::LoadBalancingPolicy
203 /// Combiner under which LB policy actions take place.
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
grpc_ares_ev_driver.h 46 grpc_combiner* combiner,
94 grpc_combiner* combiner) GRPC_ABSTRACT;
101 UniquePtr<GrpcPolledFdFactory> NewGrpcPolledFdFactory(grpc_combiner* combiner);
grpc_ares_wrapper_fallback.cc 33 grpc_combiner* combiner) {
41 grpc_combiner* combiner) = grpc_dns_lookup_ares_locked_impl;
grpc_ares_ev_driver.cc 67 /** combiner to synchronize c-ares and I/O callbacks on */
68 grpc_combiner* combiner; member in struct:grpc_ares_ev_driver
95 GRPC_COMBINER_UNREF(ev_driver->combiner, "free ares event driver");
121 grpc_combiner* combiner,
138 (*ev_driver)->combiner = GRPC_COMBINER_REF(combiner, "ares event driver");
146 grpc_core::NewGrpcPolledFdFactory((*ev_driver)->combiner);
254 socks[i], ev_driver->pollset_set, ev_driver->combiner);
261 grpc_combiner_scheduler(ev_driver->combiner));
263 grpc_combiner_scheduler(ev_driver->combiner));
    [all...]
grpc_ares_wrapper.h 62 char** service_config_json, grpc_combiner* combiner);
grpc_ares_ev_driver_posix.cc 93 grpc_combiner* combiner) override {
100 UniquePtr<GrpcPolledFdFactory> NewGrpcPolledFdFactory(grpc_combiner* combiner) {
  /external/v8/tools/testrunner/testproc/
combiner.py 39 # Combiner is not able to pass results (even as None) to the previous
53 combiner = self._get_combiner(test.suite)
54 if not combiner:
55 print ('>>> Warning: There is no combiner for %s testsuite' %
58 return combiner.get_group_key(test)
82 suite, combiner = self._select_suite()
91 return combiner.combine('%s-%d' % (suite, self._current_num), sample)
94 """Returns pair (suite name, combiner)."""
101 combiner = self._combiners.get(suite.name)
102 if not combiner
    [all...]
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_closure.cc 27 #include "src/core/lib/iomgr/combiner.h"
70 grpc_combiner* combiner = grpc_combiner_create(); local
75 &c, DoNothing, nullptr, grpc_combiner_scheduler(combiner)));
77 GRPC_COMBINER_UNREF(combiner, "finished");
177 // for comparison with the combiner stuff below
193 // for comparison with the combiner stuff below
212 // for comparison with the combiner stuff below
227 // for comparison with the combiner stuff below
245 grpc_combiner* combiner = grpc_combiner_create(); local
247 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_combiner_scheduler(combiner));
261 grpc_combiner* combiner = grpc_combiner_create(); local
280 grpc_combiner* combiner = grpc_combiner_create(); local
396 grpc_combiner* combiner = grpc_combiner_create(); local
409 grpc_combiner* combiner = grpc_combiner_create(); local
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/lib/
scatter.h 43 // If a `combiner` is provided, updates are combined with the existing values in
44 // the buffer using the combiner function. Otherwise, the updates replace the
50 combiner,
  /external/grpc-grpc/test/core/client_channel/resolvers/
fake_resolver_test.cc 31 #include "src/core/lib/iomgr/combiner.h"
37 grpc_combiner* combiner,
47 args.combiner = combiner;
118 grpc_combiner* combiner = grpc_combiner_create(); local
124 build_fake_resolver(combiner, response_generator.get());
132 on_resolution_cb, &on_res_arg, grpc_combiner_scheduler(combiner));
145 grpc_combiner_scheduler(combiner));
159 grpc_combiner_scheduler(combiner));
175 grpc_combiner_scheduler(combiner));
    [all...]
dns_resolver_test.cc 25 #include "src/core/lib/iomgr/combiner.h"
39 args.combiner = g_combiner;
55 args.combiner = g_combiner;
dns_resolver_connectivity_test.cc 29 #include "src/core/lib/iomgr/combiner.h"
67 grpc_combiner* combiner) {
93 args.combiner = g_combiner;
133 grpc_combiner* combiner) {
139 grpc_combiner_scheduler(combiner)),
  /external/tensorflow/tensorflow/python/tpu/
feature_column.py 45 combiner='mean',
59 combiner: A string specifying how to reduce if there are multiple entries
105 combiner=combiner,
121 combiner='mean',
135 combiner=combiner,
154 combiner=combiner,
173 """Returns the embedding combiner.""
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
ar_crs_combiner_test.cc 406 ArCrsCombiner combiner(2);
407 auto changed = combiner.Run(module.get()).ValueOrDie();
474 ArCrsCombiner combiner(2);
475 auto changed = combiner.Run(module.get()).ValueOrDie();
541 ArCrsCombiner combiner(2);
542 auto changed = combiner.Run(module.get()).ValueOrDie();
622 ArCrsCombiner combiner(2);
623 auto changed = combiner.Run(module.get()).ValueOrDie();
704 ArCrsCombiner combiner(2);
705 auto changed = combiner.Run(module.get()).ValueOrDie()
    [all...]
  /external/tensorflow/tensorflow/python/ops/
embedding_ops.py 376 combiner=None,
402 combiner: A string specifying the reduction op. Currently "mean", "sqrtn"
438 with `combiner`="mean", then the output will be a 3x20 matrix where
449 ValueError: If `combiner` is not one of {"mean", "sqrtn", "sum"}.
451 if combiner is None:
452 logging.warn("The default value of combiner will change from \"mean\" "
454 combiner = "mean"
455 if combiner not in ("mean", "sqrtn", "sum"):
456 raise ValueError("combiner must be one of 'mean', 'sqrtn' or 'sum'")
514 if combiner == "sum"
    [all...]
  /cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
PixelCounter.rs 18 #pragma rs reduce(countBlackishPixels) accumulator(countBlackishPixelsAccum) combiner(countBlackishPixelsCombiner)

Completed in 425 milliseconds

1 2 3 4