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

Method backward

scripts/python/gaussian2d/gaussian2d.py:105–108  ·  view source on GitHub ↗
(ctx, grad_intensities)

Source from the content-addressed store, hash-verified

103
104 @staticmethod
105 def backward(ctx, grad_intensities):
106 blobs = ctx.saved_tensors[0]
107 grad_blobs = splat2d.backward(blobs, grad_intensities)
108 return grad_blobs
109
110
111class Splat2DModule(torch.nn.Module):

Callers

nothing calls this directly

Calls 1

backwardMethod · 0.45

Tested by

no test coverage detected