MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / forward

Method forward

scripts/python/gaussian2d/gaussian2d.py:99–102  ·  view source on GitHub ↗
(ctx, blobs)

Source from the content-addressed store, hash-verified

97class Splat2DFunction(torch.autograd.Function):
98 @staticmethod
99 def forward(ctx, blobs):
100 image = splat2d.forward(blobs)
101 ctx.save_for_backward(blobs)
102 return image
103
104 @staticmethod
105 def backward(ctx, grad_intensities):

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected