mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-22 23:30:35 +08:00
suppress errors in vision - batch 1
Differential Revision: D25497975 fbshipit-source-id: 9f7aa8d1dd31fa62a428321394d8c97b2d9d937d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d6412c94dc
commit
1b82388ab8
@@ -85,6 +85,8 @@ 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,
|
||||
|
||||
@@ -166,6 +166,8 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user