We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0413e34 commit be304ffCopy full SHA for be304ff
test/cpp/auto_parallel/reshape_co_shard_spmd_rule_test.cc
@@ -29,7 +29,7 @@ struct ReshapeTestCase {
29
// output
30
std::vector<std::vector<int64_t>> expected_input_dims_mapping;
31
std::vector<std::vector<int64_t>> expected_output_dims_mapping;
32
-}
+};
33
34
TEST(Reshape, Ctor) {
35
std::vector<int64_t> mesh_shape = {2, 2};
0 commit comments