Home
last modified time | relevance | path

Searched defs:kNumReplicas (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcollective_ops_test.cc100 const int kNumReplicas = 2; in TestTwoReplicasOneOperand() local
418 static constexpr int kNumReplicas = 2; in XLA_TEST_F() local
499 static constexpr int kNumReplicas = 4; in XLA_TEST_F() local
531 static constexpr int kNumReplicas = 4; in XLA_TEST_F() local
564 static constexpr int kNumReplicas = 4; in XLA_TEST_F() local
591 const int64_t kNumReplicas = 4; in XLA_TEST_F() local
620 const int64_t kNumReplicas = 4; in XLA_TEST_F() local
654 const int64_t kNumReplicas = 4; in XLA_TEST_F() local
687 const int64_t kNumReplicas = 4; in XLA_TEST_F() local
721 const int64_t kNumReplicas = 4; in XLA_TEST_F() local
[all …]
H A Dreplicated_io_feed_test.cc53 const int kNumReplicas = 4; in XLA_TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dauto_shard_dataset_op.h31 static constexpr const char* const kNumReplicas = "num_replicas"; variable
H A Dauto_shard_dataset_op.cc28 /* static */ constexpr const char* const AutoShardDatasetOp::kNumReplicas; member in tensorflow::data::experimental::AutoShardDatasetOp