Skip to content

Commit 7da8d3b

Browse files
committed
fixed the custom call site
1 parent 1e82fb5 commit 7da8d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_xla/csrc/tensor_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ at::IntArrayRef XLATensorImpl::sizes_custom() const {
123123
}
124124

125125
c10::SymIntArrayRef XLATensorImpl::sym_sizes_custom() const {
126-
auto sizes = sizes_default();
126+
auto sizes = sizes_custom();
127127
return c10::SymIntArrayRef(reinterpret_cast<const c10::SymInt*>(sizes.data()),
128128
sizes.size());
129129
}

0 commit comments

Comments
 (0)