mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-03 04:12:48 +08:00
Remove extra pyre fixmes
Summary: Remove extra pyre fixmes Reviewed By: bottler Differential Revision: D28929468 fbshipit-source-id: 175b7986d49b56de7af063e97a9b0423570f9093
This commit is contained in:
parent
36b451a49b
commit
f14c0236f0
@ -19,7 +19,6 @@ class _knn_points(Function):
|
||||
|
||||
@staticmethod
|
||||
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
|
||||
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
|
||||
def forward(
|
||||
ctx, p1, p2, lengths1, lengths2, K, version, return_sorted: bool = True
|
||||
):
|
||||
|
@ -277,7 +277,6 @@ class _RasterizeFaceVerts(torch.autograd.Function):
|
||||
|
||||
@staticmethod
|
||||
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
|
||||
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
|
||||
def forward(
|
||||
ctx,
|
||||
face_verts: torch.Tensor,
|
||||
|
@ -84,7 +84,6 @@ class _Render(torch.autograd.Function):
|
||||
|
||||
@staticmethod
|
||||
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
|
||||
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
|
||||
def forward(
|
||||
ctx,
|
||||
vert_pos,
|
||||
|
@ -193,7 +193,6 @@ def _format_radius(
|
||||
class _RasterizePoints(torch.autograd.Function):
|
||||
@staticmethod
|
||||
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
|
||||
# pyre-fixme[14]: `forward` overrides method defined in `Function` inconsistently.
|
||||
def forward(
|
||||
ctx,
|
||||
points, # (P, 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user