Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion torch/csrc/utils/python_tuples.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inline void THPUtils_packInt64Array(PyObject *tuple, size_t size, const int64_t
if (!i64) {
throw python_error();
}
PyTuple_SET_ITEM(tuple, i, THPUtils_packInt64(sizes[i]));
PyTuple_SET_ITEM(tuple, i, i64);
}
}

Expand Down