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 95a377b commit 535f354Copy full SHA for 535f354
torch_xla/csrc/tensor_impl.cpp
@@ -123,7 +123,7 @@ at::IntArrayRef XLATensorImpl::sizes_custom() const {
123
}
124
125
c10::SymIntArrayRef XLATensorImpl::sym_sizes_custom() const {
126
- auto sizes = sizes_default();
+ auto sizes = sizes_custom();
127
return c10::SymIntArrayRef(reinterpret_cast<const c10::SymInt*>(sizes.data()),
128
sizes.size());
129
0 commit comments