MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / forward

Method forward

sat/vae_modules/cp_enc_dec.py:322–325  ·  view source on GitHub ↗
(ctx, input_, dim, kernel_size)

Source from the content-addressed store, hash-verified

320class _ConvolutionPassFromPreviousRank(torch.autograd.Function):
321 @staticmethod
322 def forward(ctx, input_, dim, kernel_size):
323 ctx.dim = dim
324 ctx.kernel_size = kernel_size
325 return _pass_from_previous_rank(input_, dim, kernel_size)
326
327 @staticmethod
328 def backward(ctx, grad_output):

Callers

nothing calls this directly

Calls 1

_pass_from_previous_rankFunction · 0.70

Tested by

no test coverage detected