mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-07 10:01:39 +08:00
Fix typo under test directory (#111304)
This PR fixes typo in comments under `test` directory. Pull Request resolved: https://github.com/pytorch/pytorch/pull/111304 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
1e70f4d02c
commit
deb800ee81
@ -401,7 +401,7 @@ TEST(ShapeAnalysisTest, SymbolicShapeCaching) {
|
||||
EXPECT_EQ(get_shape_cache_size(), 1);
|
||||
|
||||
// Same shape but different symbols should return same shape
|
||||
// but different symbolic indicies
|
||||
// but different symbolic indices
|
||||
res = calculateSymbolicShapesOnOp(schema, {ss2, const_size_2});
|
||||
auto res3_val = res->at(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user