Home
last modified time | relevance | path

Searched defs:replica_count (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dtpu_computation_placer.cc38 int replica_count, in DeviceId()
44 int replica_count, int computation_count) { in AssignDevices()
58 int replica_count, in AssignLocalDevices()
Dcomputation_placer.h44 DeviceAssignment(int replica_count, int computation_count) in DeviceAssignment()
50 int replica_count() const { return height(); } in replica_count() function
Dall_reduce_simplifier.h31 explicit AllReduceSimplifier(int64 replica_count) in AllReduceSimplifier()
Dcomputation_placer.cc125 int replica_count, in DeviceId()
134 int replica_count, int computation_count) { in AssignDevices()
Dhlo_module_config.h126 void set_replica_count(int64 replica_count) { in set_replica_count()
129 int64 replica_count() const { return replica_count_; } in replica_count() function
Dcompiler.h78 virtual int64 replica_count() const { return 0; } in replica_count() function
Dservice.cc735 const int64 replica_count = options_.number_of_replicas(); in GetDeviceHandles() local
988 const int64 replica_count = options_.number_of_replicas(); in TransferToInfeed() local
1017 const int64 replica_count = options_.number_of_replicas(); in TransferFromOutfeed() local
Dar_crs_combiner.cc45 int64 replica_count, in ReplaceReplicatedAllReduce()
Dhlo_verifier_test.cc882 int64 replica_count = 0; in ReplicaCount() local
891 absl::optional<int64> replica_count = absl::nullopt) { in MakeAllReduceComputation()
Dhlo_verifier.cc238 int64 replica_count = hlo->GetModule()->config().replica_count(); in CheckReplicaGroups() local
Dhlo_parser_test.cc45 int64 replica_count = 1; member
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_program_group.h41 explicit TpuAotCompilationOptions(int64 replica_count) in TpuAotCompilationOptions()
51 int64 replica_count() const override { return replica_count_; } in replica_count() function
Dtpu_compile_op_support.cc59 absl::optional<const DeviceAssignment> device_assignment, int replica_count, in CreateModuleConfig()
138 absl::optional<const DeviceAssignment> device_assignment, int replica_count, in CreateModuleConfig()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_gather_thunk.cc34 int64 replica_count) { in GetNcclAllGatherConfig()
62 ThunkInfo thunk_info, mlir::lmhlo::AllGatherOp op, int64 replica_count, in NcclAllGatherThunk()
Dnccl_collective_thunk.h70 int64 replica_count; member
79 int64 replica_count) { in GetNcclCollectiveConfigForMlir()
Dnccl_all_to_all_thunk.cc36 int64 replica_count) { in GetNcclAllToAllConfig()
54 ThunkInfo thunk_info, mlir::lmhlo::AllToAllOp op, int64 replica_count, in NcclAllToAllThunk()
Dnccl_all_reduce_thunk.cc90 int64 replica_count) { in GetNcclAllReduceConfig()
111 ThunkInfo thunk_info, mlir::lmhlo::AllReduceOp op, int64 replica_count, in NcclAllReduceThunk()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_k8s_testcase.py198 def startTestServer(self, replica_count=1, **kwargs) -> XdsTestServer: argument
256 def startSecureTestServer(self, replica_count=1, **kwargs) -> XdsTestServer: argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient_library.cc93 int replica_count = options.number_of_replicas(); in GetOrCreateLocalClient() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_stats.proto83 int32 replica_count = 9; field
Doverview_page.proto184 int32 replica_count = 9; field
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/
Dserver_app.py181 replica_count=1) -> XdsTestServer: argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc120 const string& name, int64 replica_count) { in CreateNewVerifiedModule()
129 int64 replica_count) { in ParseAndReturnVerifiedModule()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto378 int32 replica_count = 1; field
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h279 int64_t replica_count; member

12