Home
last modified time | relevance | path

Searched refs:replicated (Results 1 – 25 of 79) sorted by relevance

1234

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TPUReplicatedInput.pbtxt4 summary: "Connects N inputs to an N-way replicated TPU computation."
Dapi_def_TPUReplicatedOutput.pbtxt4 summary: "Connects outputs of an N-way replicated computation to N outputs."
Dapi_def_CollectivePermute.pbtxt29 summary: "An Op to permute tensors across replicated TPU instances."
Dapi_def_TPUReplicateMetadata.pbtxt46 summary: "Metadata indicaitng how the TPU computation should be replicated."
Dapi_def_Tile.pbtxt19 and the values of `input` are replicated `multiples[i]` times along the 'i'th
Dapi_def_CrossReplicaSum.pbtxt30 summary: "An Op to sum inputs across replicated TPU instances."
Dapi_def_TPUReplicate.pbtxt99 summary: "Runs replicated computations on a distributed TPU system."
/external/tensorflow/tensorflow/c/kernels/
DBUILD35 # Changes to the Android srcs here should be replicated in
/external/libavc/common/arm/
Dih264_padding_neon.s51 @* The top row of a 2d array is replicated for pad_size times at the top
120 @* The left column of a 2d array is replicated for pad_size times at the left
256 @* The left column of a 2d array is replicated for pad_size times at the left
384 @* The right column of a 2d array is replicated for pad_size times at the right
530 @* The right column of a 2d array is replicated for pad_size times at the right
Dih264_inter_pred_chroma_a9q.s41 @* All the functions here are replicated from ih264_inter_pred_filters.c
Dih264_inter_pred_filters_luma_horz_a9q.s41 @* All the functions here are replicated from ih264_inter_pred_filters.c
Dih264_inter_pred_luma_horz_qpel_a9q.s41 @* All the functions here are replicated from ih264_inter_pred_filters.c
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto20 // As many replicas as there are in the replicated computation.
45 // Describes how replicated computation instances should be assigned to
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-const-13.ll139 ; ...and again with the lower bits of the replicated constant.
161 ; ...and again with the lower bits of the replicated constant.
/external/llvm/test/CodeGen/SystemZ/
Dvec-const-13.ll139 ; ...and again with the lower bits of the replicated constant.
161 ; ...and again with the lower bits of the replicated constant.
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dvisitor_scenarios.story1 Scenario: A class that is replicated using a CloneVisitor should be equal to the source
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto305 // Handle given to a user that represents a replicated virtual device. Each
306 // replicated device represents N physical devices for execution where N is the
340 // represents the device ids assigned to a set of replicated computations.
577 // This sharding is replicated across all devices (implies maximal,
639 // indicates whether the corresponding leaf buffer is replicated.
641 // If this field is empty, it means no buffer is replicated. Otherwise, the
/external/tensorflow/tensorflow/contrib/android/cmake/
DCMakeLists.txt36 # Change to compile flags should be replicated into bazel build file
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtpu_embedding_output_layout.proto31 // range will be summed (with the gradients replicated in the backward
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/
DVectorizationPlan.rst82 replicated VF*UF times to handle scalarized and predicated instructions.
134 CFG. A VPRegionBlock may indicate that its contents are to be replicated a
145 instructions; e.g., cloned once, replicated multiple times or widened
/external/tensorflow/tensorflow/contrib/tpu/
Dtpu_estimator.md135 creates one single graph that is replicated across all the cores in the Cloud
163 - The `model_fn` models the computation which will be replicated and distributed
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dvector-xor.ll119 ; ~(C >>s Y) --> ~C >>u Y (when inverting the replicated sign bits)
151 ; ~(C >>u Y) --> ~C >>s Y (when inverting the replicated sign bits)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc290 KEYWORD(replicated); in LexIdentifier()
Dhlo_parser.cc1727 const auto& replicated = in ParseInstructionRhs() local
1729 if (leaf_count != replicated.size()) { in ParseInstructionRhs()
1733 replicated.size(), " elements.")); in ParseInstructionRhs()
1735 instruction->set_parameter_replicated_at_leaf_buffers(replicated); in ParseInstructionRhs()
1800 bool replicated = false; in ParseSingleSharding() local
1810 replicated = true; in ParseSingleSharding()
1859 if (replicated) { in ParseSingleSharding()
/external/tensorflow/tensorflow/contrib/distribute/
DREADME.md35 are replicated across all local GPUs. In a multi-machine setting, some are
37 one parameter server. Computation operations are replicated across all GPUs of

1234