Searched refs:replication (Results 1 – 25 of 38) sorted by relevance
12
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | all_reduce_simplifier.cc | 32 auto replication, in Run() 70 if (replication->HloInstructionIsReplicatedAt(inst->operand(0), {}) || in Run()
|
D | hlo_replication_analysis.cc | 348 const auto& replication = param->parameter_replicated_at_leaf_buffers(); in ComputeHloReplication() local 355 if (replication && replication->at(leaf_index)) { in ComputeHloReplication()
|
D | hlo_sharding_util.cc | 106 int64 replication = num_devices / Product(new_tile_dims); in MergeSharding() local 108 replication >= old.tile_assignment().dimensions().back()) { in MergeSharding() 111 new_tile_dims.push_back(replication); in MergeSharding() 185 if (replication == 1) { in MergeSharding()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | export_replicas.mlir | 3 // Tests that the exported HLO module keeps parameter replication annotation.
|
/external/oss-fuzz/projects/postgresql/fuzzer/ |
D | Makefile | 25 ../regex ../replication ../rewrite \
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_device_replication_pass.mlir | 1 // RUN: tf-opt --tf-device-replication %s | FileCheck %s
|
D | tpu_compile_op_replication_pass.mlir | 1 // RUN: tf-opt --tf-tpu-compile-replication %s | FileCheck %s
|
D | annotate-parameter-replication.mlir | 1 // RUN: tf-opt %s -split-input-file -tf-annotate-parameter-replication | FileCheck %s
|
D | tpu_cluster_formation.mlir | 214 // Test replication with replicated operands and replicated results. The cluster 218 // CHECK-LABEL: func @replication 220 func @replication(%arg0: tensor<i1>, %arg1: tensor<i32>, %arg2: tensor<f32>) -> (tensor<i32>, tenso… 253 // Test replication with model parallelism using partitioned resource inputs.
|
D | tpu-dynamic-layout-pass.mlir | 396 // replication. 460 // replication.
|
D | tpu_dynamic_padding_mapper.mlir | 106 // replication.
|
D | tpu_rewrite.mlir | 768 // Tests simple case of `tf_device.cluster_func` on TPU with replication. Under 1390 // Tests simple case of `tf_device.cluster_func` on TPU with replication and
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | IPA-Deva.txt | 5 # All the rules are just a replication of these basic rule set for rest of the characters:
|
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | xla_service.proto | 25 // There are currently no checkpointing capabilities or distribution/replication
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/ |
D | TensorFlow_NumPy_Keras_and_Distribution_Strategy.ipynb | 244 "### Simple replication example\n",
|
D | TensorFlow_Numpy_Distributed_Image_Classification.ipynb | 410 "Checkout primitives below for function replication and distributed reduction."
|
/external/tensorflow/tensorflow/python/keras/benchmarks/keras_examples_benchmarks/ |
D | README.md | 143 there might be some overhead on model replication and data sharding with
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_device_ops.td | 192 device alias can be used to specify device assignment and replication of each
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | optimization_parameters.proto | 406 // Configuration proto for hot ID replication. This is an experimental
|
/external/pcre/dist2/ |
D | HACKING | 687 before each replication after the minimum, so that, for example, (abc){2,5} is 693 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
|
D | ChangeLog | 1901 65. Implemented an optional replication feature for patterns in pcre2test, to 2157 22. The feature for string replication in pcre2test could read from freed 2158 memory if the replication required a buffer to be extended, and it was not
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | redis.c.ppout | 1361 "Return the role of the instance in the context of replication", 1556 "Internal command used for replication", 1586 …"Wait for the synchronous replication of all the write commands sent in the context of the current…
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 273 too small. There are replication features that makes it possible to 494 There is a special backslash sequence that specifies replication of one 528 slashes. No replication is possible, and any subject modifiers must be
|
/external/gptfdisk/ |
D | NEWS | 498 - Added new return option for sgdisk: 8, which means that a replication 613 - Enhanced disk replication features ('u' on the experts' menu in gdisk; -R
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 994 // scalar replication can just replicate element 0 of the vector register.
|
12