Home
last modified time | relevance | path

Searched refs:combiners (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/python/tpu/ops/
Dtpu_ops.py324 combiners=None, argument
367 combiners=combiners,
384 combiners=None, argument
446 combiners=combiners,
464 combiners=None, argument
526 combiners=combiners,
/external/tensorflow/tensorflow/core/ops/
Dtpu_embedding_ops.cc141 std::vector<string> combiners; in __anon222eb4110402() local
142 TF_RETURN_IF_ERROR(c->GetAttr("combiners", &combiners)); in __anon222eb4110402()
145 if (!combiners.empty() && combiners.size() != n) { in __anon222eb4110402()
147 combiners.size(), " but expected 0 or ", in __anon222eb4110402()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DEnqueueTPUEmbeddingSparseTensorBatch.pbtxt36 name: "combiners"
123 name: "combiners"
210 name: "combiners"
305 name: "combiners"
DEnqueueTPUEmbeddingSparseBatch.pbtxt36 name: "combiners"
119 name: "combiners"
DEnqueueTPUEmbeddingRaggedTensorBatch.pbtxt75 name: "combiners"
170 name: "combiners"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DEnqueueTPUEmbeddingSparseTensorBatch.pbtxt36 name: "combiners"
123 name: "combiners"
210 name: "combiners"
DEnqueueTPUEmbeddingSparseBatch.pbtxt36 name: "combiners"
119 name: "combiners"
DEnqueueTPUEmbeddingRaggedTensorBatch.pbtxt75 name: "combiners"
/external/llvm-project/llvm/lib/Target/AArch64/
DCMakeLists.txt14 -combiners="AArch64PreLegalizerCombinerHelper")
16 -combiners="AArch64PostLegalizerCombinerHelper")
18 -combiners="AArch64PostLegalizerLoweringHelper")
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_EnqueueTPUEmbeddingSparseBatch.pbtxt44 name: "combiners"
48 Supported combiners are 'mean', 'sum', or 'sqrtn'. It is invalid to have
50 0 for 'sqrtn'. If combiners isn't passed, the default is to use 'sum' for
Dapi_def_EnqueueTPUEmbeddingSparseTensorBatch.pbtxt44 name: "combiners"
48 Supported combiners are 'mean', 'sum', or 'sqrtn'. It is invalid to have
50 0 for 'sqrtn'. If combiners isn't passed, the default is to use 'sum' for
Dapi_def_EnqueueTPUEmbeddingRaggedTensorBatch.pbtxt46 name: "combiners"
50 Supported combiners are 'mean', 'sum', or 'sqrtn'. It is invalid to have
52 0 for 'sqrtn'. If combiners isn't passed, the default is to use 'sum' for
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/
DBUILD.gn37 "-combiners=AArch64PostLegalizerCombinerHelper",
46 "-combiners=AArch64PreLegalizerCombinerHelper",
55 "-combiners=AArch64PostLegalizerLoweringHelper",
/external/llvm-project/llvm/lib/Target/AMDGPU/
DCMakeLists.txt21 -combiners="AMDGPUPreLegalizerCombinerHelper")
23 -combiners="AMDGPUPostLegalizerCombinerHelper")
25 -combiners="AMDGPURegBankCombinerHelper")
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
DBUILD.gn31 "-combiners=AMDGPUPreLegalizerCombinerHelper",
40 "-combiners=AMDGPUPostLegalizerCombinerHelper",
49 "-combiners=AMDGPURegBankCombinerHelper",
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_update_embedding_enqueue_op_inputs.mlir20 …%arg7) {_tpu_embedding_layer = "call1", _xla_outside_compilation = "0", combiners = ["mean", "sum"…
48 …%arg7) {_tpu_embedding_layer = "call1", _xla_outside_compilation = "0", combiners = ["mean", "sum"…
61 …%1) {_tpu_embedding_layer = "call_123", _xla_outside_compilation = "0", combiners = ["mean", "sum"…
/external/llvm-project/llvm/test/TableGen/GICombinerEmitter/
Ddefs-invalid.td2 // RUN: -combiners=MyCombiner %s 2>&1 | \
Dmatch-invalid.td2 // RUN: -combiners=MyCombiner %s 2>&1 | \
Dmatch-tree.td2 // RUN: -combiners=MyCombinerHelper -gicombiner-stop-after-build %s \
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DCMakeLists.txt12 -combiners="AArch64PreLegalizerCombinerHelper")
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2.py973 combiners = [table.combiner for table in self._table_config]
1023 combiners=combiners,
1032 combiners=combiners,
Dtpu_embedding.py1756 combiners=self._combiners,
1762 combiners=self._combiners,
2800 combiners = []
2803 combiners.extend([combiner] * len(table_to_features_dict[table]))
2804 return combiners
/external/llvm-project/llvm/docs/GlobalISel/
DPipeline.rst85 .. image:: pipeline-overview-with-combiners.png
87 Of course, combiners can be inserted in other places too. Also passes can be
/external/grpc-grpc/doc/
Dcombiner-explainer.md93 So that explains how combiners work in general. In gRPC, there is
/external/llvm-project/llvm/docs/CommandGuide/
Dtblgen.rst215 .. option:: -combiners=list
217 Make -gen-global-isel-combiner emit the specified combiners.

12