Home
last modified time | relevance | path

Searched refs:combiner (Results 1 – 25 of 106) sorted by relevance

12345

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column.py347 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 …]
Dembedding_ops.py51 combiner=None, argument
99 if combiner is None:
102 combiner = "mean"
155 combiner=combiner,
369 combiner=None, argument
400 if combiner is None:
403 combiner = "mean"
433 if combiner == "sum":
436 elif combiner == "mean":
439 elif combiner == "sqrtn":
[all …]
Dfeature_column_test.py125 "aaa", hash_bucket_size=100, combiner="sum")
126 b = fc.embedding_column(a, dimension=4, combiner="mean")
129 self.assertEqual(b.combiner, "mean")
133 "aaa", hash_bucket_size=100, combiner="sum")
134 column = fc.embedding_column(a, dimension=4, combiner="mean")
139 self.assertEqual(column_copy.combiner, "mean")
163 b = fc.shared_embedding_columns([a1, a2], dimension=4, combiner="mean")
192 combiner="mean",
201 combiner="mean",
225 [sparse_col, weighted_sparse_col], dimension=4, combiner="mean")
[all …]
Dembedding_ops_test.py342 combiner="mean").eval())
708 for num_shards, combiner, dtype, ignore_weights in itertools.product(
720 combiner=combiner)
734 if combiner == "mean":
736 if combiner == "sqrtn":
748 for num_shards, combiner, dtype, ignore_weights in itertools.product(
759 combiner=combiner)
782 x, sp_ids, sp_weights, combiner="mean")
Dfeature_column_ops.py307 combiner=embedding_lookup_arguments.combiner,
322 assert arg.combiner == 'sum', (
355 combiner='sum',
/external/tensorflow/tensorflow/python/ops/
Dembedding_ops.py336 combiner=None, argument
407 if combiner is None:
410 combiner = "mean"
411 if combiner not in ("mean", "sqrtn", "sum"):
469 if combiner == "sum":
471 elif combiner == "mean":
475 elif combiner == "sqrtn":
485 if combiner == "sum":
488 elif combiner == "mean":
491 elif combiner == "sqrtn":
/external/llvm/test/CodeGen/X86/
Ddag-optnone.ll4 ; 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
Dcombiner-aa-0.ll1 ; RUN: llc < %s -march=x86-64 -combiner-global-alias-analysis -combiner-alias-analysis
Dcombiner-aa-1.ll1 ; RUN: llc < %s --combiner-alias-analysis --combiner-global-alias-analysis
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesCombineBenchmark.java39 @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/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java323 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/contrib/lite/kernels/
Dembedding_lookup_sparse.cc116 void FinalizeAggregation(TfLiteCombinerType combiner, int num_elements, in FinalizeAggregation() argument
120 if (combiner != kTfLiteCombinerTypeSum && num_elements > 0) { in FinalizeAggregation()
122 switch (combiner) { in FinalizeAggregation()
208 FinalizeAggregation(params->combiner, num_elements, current_total_weight, in Eval()
232 FinalizeAggregation(params->combiner, num_elements, current_total_weight, in Eval()
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.cc39 xla::ComputationBuilder*)>& combiner, in XlaScatter() argument
174 if (combiner) { in XlaScatter()
175 update = combiner(current_value, update, body_builder); in XlaScatter()
Dscatter.h48 xla::ComputationBuilder*)>& combiner,
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcombiner-aa-0.ll1 ; RUN: llc < %s -march=x86-64 -combiner-global-alias-analysis -combiner-alias-analysis
Dcombiner-aa-1.ll1 ; RUN: llc < %s --combiner-alias-analysis --combiner-global-alias-analysis
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsegment_reduction_ops.cc72 auto combiner = in Compile() local
77 /*indices_are_vectors=*/false, combiner, builder); in Compile()
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py568 categorical_column, dimension, combiner='mean', initializer=None, argument
659 combiner=combiner,
669 categorical_columns, dimension, combiner='mean', initializer=None, argument
808 combiner=combiner,
1803 combiner=sparse_combiner,
2209 combiner=self.combiner,
2302 combiner=self.combiner,
2755 combiner='mean', argument
2850 combiner=combiner,
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dpromote-setcc.ll3 ; The DAG combiner may sometimes create illegal i16 SETCC operations when run
13 ; Note: ctlz is promoted, so this test does not catch the DAG combiner
/external/llvm/test/CodeGen/MIR/PowerPC/
Dunordered-implicit-registers.mir1 …-mtriple=powerpc64-unknown-linux-gnu -start-after machine-combiner -stop-after machine-combiner -o…
/external/tensorflow/tensorflow/python/kernel_tests/
Dembedding_ops_test.py663 for num_shards, combiner, dtype, ignore_weights in itertools.product(
674 combiner=combiner)
688 if combiner == "mean":
690 if combiner == "sqrtn":
702 for num_shards, combiner, dtype, ignore_weights in itertools.product(
713 combiner=combiner)
736 x, sp_ids, sp_weights, combiner="mean")
/external/guava/guava/src/com/google/common/util/concurrent/
DFutures.java1615 FutureCombiner<V, C> combiner;
1623 FutureCombiner<V, C> combiner) {
1627 this.combiner = combiner;
1655 CombinedFuture.this.combiner = null;
1663 set(combiner.combine(ImmutableList.<Optional<V>>of()));
1762 FutureCombiner<V, C> localCombiner = combiner;
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.feature_column.pbtxt29 …argspec: "args=[\'categorical_column\', \'dimension\', \'combiner\', \'initializer\', \'ckpt_to_lo…
53 …argspec: "args=[\'categorical_columns\', \'dimension\', \'combiner\', \'initializer\', \'shared_em…
/external/llvm/test/CodeGen/AArch64/
Dvector_merge_dep_check.ll1 ; RUN: llc --combiner-alias-analysis=false < %s | FileCheck %s
2 ; RUN: llc --combiner-alias-analysis=true < %s | FileCheck %s
/external/llvm/test/CodeGen/SystemZ/
Dunaligned-01.ll4 ; FIXME: -combiner-alias-analysis (the default for SystemZ) stops
6 ; RUN: llc < %s -mtriple=s390x-linux-gnu -combiner-alias-analysis=false \

12345