Home
last modified time | relevance | path

Searched refs:AllGather (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dcanonicalize_all_gather_for_cse_test.cc69 AllOf(op::Reshape(op::AllGather(_)), op::Shape("s32[2,8]"))); in TEST_F()
88 EXPECT_THAT(reshape, op::Reshape(op::AllGather(op::Parameter()))); in TEST_F()
107 EXPECT_THAT(reshape, op::Reshape(op::AllGather(op::Parameter()))); in TEST_F()
126 EXPECT_THAT(reshape, op::Reshape(op::AllGather(op::Parameter()))); in TEST_F()
145 EXPECT_THAT(reshape, AllOf(op::AllGather(op::Reshape(op::Reshape(_))), in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dall_reduce_blueconnect_test.cc77 auto all_gather = AllOf(op::Shape("f32[16]"), op::AllGather(all_reduce), in TEST_F()
119 auto all_gather0 = AllOf(op::Shape("f32[4]"), op::AllGather(all_reduce), in TEST_F()
122 auto all_gather1 = AllOf(op::Shape("f32[16]"), op::AllGather(bitcast2), in TEST_F()
167 op::AllGather(op::GetTupleElement(all_reduce, 0), in TEST_F()
Djitrt_custom_calls.cc1858 struct AllGather { struct
1866 static AllGather Handler() { return AllGather(); } in Handler() argument
1870 Error AllGather::operator()(const ServiceExecutableRunOptions* run_options, in operator ()()
1902 static bool AllGather(runtime::KernelContext* ctx, void** args, void** attrs) { in AllGather() function
1913 .To<RuntimeChecks()>(AllGather::Handler()) in AllGather()
2199 lib.Insert("xla.gpu.all_gather", &xla::gpu::AllGather); in JitRtGpuCustomCalls()
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_gather_broadcast_reorder_test.cc42 m::Broadcast(m::AllGather(m::Parameter()))); in RunPass()
46 m::Reshape(m::Broadcast(m::AllGather(m::Reshape(m::Parameter()))))); in RunPass()
Dall_gather_combiner_test.cc81 op::AllGather(op::Parameter(0), op::Parameter(1)); in TEST_F()
117 op::AllGather(op::Parameter(0), op::Parameter(1), op::Parameter(4)); in TEST_F()
119 op::AllGather(op::Parameter(2), op::Parameter(3)); in TEST_F()
Dhlo_parser_test.cc1799 "AllGather", in CreateTestCases()
1800 R"(HloModule AllGather, entry_computation_layout={(f32[128,32]{0,1})->f32[128,128]{0,1}} in CreateTestCases()
1802 ENTRY AllGather { in CreateTestCases()
1812 R"(HloModule AllGather, entry_computation_layout={(f32[128,32]{0,1})->f32[128,128]{0,1}} in CreateTestCases()
1814 ENTRY AllGather { in CreateTestCases()
Dhlo_matchers.h243 HLO_MATCHER(AllGather);
Dhlo_rematerialization_test.cc1116 op::Bitcast(op::AllGather(op::Broadcast(_))), _))); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening_test.cc372 TEST_F(HloControlFlowFlatteningTest, AllGather) { in TEST_F() argument
624 metadata={op_type="AllGather" op_name="ag0"} in TEST_F()
627 metadata={op_type="AllGather" op_name="ag0"} in TEST_F()
/external/tensorflow/tensorflow/dtensor/mlir/
DPasses.td175 let summary = "Converts logical AllGather ops into physical AllGather ops.";
/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
Dops.pyi64 def AllGather(
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc73 ops.def("AllGather", &AllGather, py::arg("operand"), in BuildOpsSubmodule()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc390 AllGather(x, /*all_gather_dimension=*/0, /*shard_count=*/4); in TEST_F()
401 AllGather(x, /*all_gather_dimension=*/1, /*shard_count=*/4); in TEST_F()
Dxla_builder.h747 XlaOp AllGather(
1363 friend XlaOp AllGather(XlaOp operand, int64_t all_gather_dimension,
2325 XlaOp AllGather(XlaOp operand, int64_t all_gather_dimension,
Dxla_builder.cc2868 XlaOp XlaBuilder::AllGather(XlaOp operand, int64_t all_gather_dimension, in AllGather() function in xla::XlaBuilder
4653 XlaOp AllGather(const XlaOp operand, int64_t all_gather_dimension, in AllGather() function
4659 return operand.builder()->AllGather(operand, all_gather_dimension, in AllGather()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/lhlo/IR/
Dlhlo_ops.td1086 // Common base class for AllReduce, AllGather, and AllToAll.
1099 // AllGather is cross replica if channel_id is not set.
1105 let summary = "AllGather operator";
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto372 // ReduceScatter-AllReduce-AllGather sequence, with the initial ReduceScatter
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md32 ## AllGather section in Operation Semantics
35 [`XlaBuilder::AllGather`](https://www.tensorflow.org/code/tensorflow/compiler/xla/client/xla_builde…
39 <b> `AllGather(operand, all_gather_dim, shard_count, replica_group_ids,
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc758 value_map[op] = xla::AllGather(operand, all_gather_dim, shard_count, in ExportXlaOp()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DStablehloOps.td951 string summary = "AllGather operator";
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops.td1017 string summary = "AllGather operator";
/external/libabigail/tests/data/test-annotate/
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi174 <!-- vtkCommunicator::AllGather(vtkDataArray*, vtkDataArray*) -->
6244 <!-- int vtkCommunicator::AllGather(const vtkIdType*, vtkIdType*, vtkIdType) -->
6245 …<function-decl name='AllGather' mangled-name='_ZN15vtkCommunicator9AllGatherEPKxPxx' filepath='/tm…
6516 <!-- int vtkCommunicator::AllGather(vtkDataArray*, vtkDataArray*) -->
6517 …<function-decl name='AllGather' mangled-name='_ZN15vtkCommunicator9AllGatherEP12vtkDataArrayS1_' f…
6834 <!-- int vtkCommunicator::AllGather(const int*, int*, vtkIdType) -->
6835 …<function-decl name='AllGather' mangled-name='_ZN15vtkCommunicator9AllGatherEPKiPix' filepath='/tm…
9138 <!-- int vtkMultiProcessController::AllGather(const int*, int*, vtkIdType) -->
9139 …<function-decl name='AllGather' mangled-name='_ZN25vtkMultiProcessController9AllGatherEPKiPix' fil…
/external/libabigail/tests/data/test-read-dwarf/
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi3870 …<function-decl name='AllGather' mangled-name='_ZN15vtkCommunicator9AllGatherEPKxPxx' filepath='/tm…
4033 …<function-decl name='AllGather' mangled-name='_ZN15vtkCommunicator9AllGatherEP12vtkDataArrayS1_' f…
4225 …<function-decl name='AllGather' mangled-name='_ZN15vtkCommunicator9AllGatherEPKiPix' filepath='/tm…
5610 …<function-decl name='AllGather' mangled-name='_ZN25vtkMultiProcessController9AllGatherEPKiPix' fil…