Home
last modified time | relevance | path

Searched refs:AllToAll (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DAllToAll.pbtxt2 name: "AllToAll"
39 name: "AllToAll"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AllToAll.pbtxt2 graph_op_name: "AllToAll"
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dhlo_ops_base.td673 string summary = "AllToAll";
676 AllToAll is a collective operation that sends data from all cores to all
687 be retrieved using ReplicaId op). AllToAll will be applied within
689 `replica_groups` = {{1,2,3}, {4,5,0}} means that an AllToAll will be applied
691 will be concatenated in the same order of 1, 2, 3. Then, another AllToAll
Dhlo_ops.td343 // AllToAll). Non-positive channel_id handle is equivalent to no channel id.
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1026 def AllToAll(self, member in ComputationBuilder
1053 return ops.AllToAll(operand, split_dimension, concat_dimension, split_count,
Dxla.cc823 ops.def("AllToAll", &AllToAll); in PYBIND11_MODULE()
Dxla_client_test.py694 c.AllToAll(c.Constant(lhs), 0, 0)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser_test.cc1472 "AllToAll",
1473 R"(HloModule AllToAll
1475 ENTRY AllToAll {
Dhlo_matchers.h207 HLO_MATCHER(AllToAll);
Dhlo.proto131 // AllToAll). Non-positive channel_id is equivalent to no channel id.
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc373 TEST_F(XlaBuilderTest, AllToAll) { in TEST_F() argument
376 AllToAll(x, /*split_dimension=*/1, /*concat_dimension=*/0, in TEST_F()
Dxla_builder.h520 XlaOp AllToAll(XlaOp operand, int64 split_dimension, int64 concat_dimension,
928 friend XlaOp AllToAll(XlaOp operand, int64 split_dimension,
1681 XlaOp AllToAll(XlaOp operand, int64 split_dimension, int64 concat_dimension,
Dxla_builder.cc2189 XlaOp XlaBuilder::AllToAll(XlaOp operand, int64 split_dimension, in AllToAll() function in xla::XlaBuilder
3314 XlaOp AllToAll(const XlaOp operand, int64 split_dimension, in AllToAll() function
3317 return operand.builder()->AllToAll(operand, split_dimension, concat_dimension, in AllToAll()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md72 ## AllToAll section in Operation Semantics
75 [`XlaBuilder::AllToAll`](https://www.tensorflow.org/code/tensorflow/compiler/xla/client/xla_builder…
77 AllToAll is a collective operation that sends data from all cores to all cores.
90 retrieved using [`ReplicaId`](#replicaid)). AllToAll will be applied within
92 {4,5,0}}` means that an AllToAll will be applied within replicas `{1, 2,
94 in the same order of 1, 2, 3. Then, another AllToAll will be applied within
105 <b> `AllToAll(operand, split_dimension, concat_dimension, split_count,
135 AllToAll(x, /*split_dimension=*/1, /*concat_dimension=*/0, /*split_count=*/4);
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt84 name: "AllToAll"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt84 name: "AllToAll"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go13985 func AllToAll(scope *Scope, input tf.Output, group_assignment tf.Output, concat_dimension int64, sp… func
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt1550 name: "AllToAll"
1587 name: "AllToAll"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt657 name: "AllToAll"