Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates floor division to use floor division operator
Summary: Performing floor division with torch.div is deprecated and will soon throw a runtime error. This diff updates the floor division to use the floor division operator. Created from Diffusion's 'Open in Editor' feature. Reviewed By: myleott Differential Revision: D21848480 fbshipit-source-id: c9374e9406f4ba388f30315294eee7a2a4fcfecc
- Loading branch information