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

Function conv_scatter_to_context_parallel_region

sat/sgm/modules/cp_enc_dec.py:283–284  ·  view source on GitHub ↗
(input_, dim, kernel_size)

Source from the content-addressed store, hash-verified

281
282
283def conv_scatter_to_context_parallel_region(input_, dim, kernel_size):
284 return _ConvolutionScatterToContextParallelRegion.apply(input_, dim, kernel_size)
285
286
287def conv_gather_from_context_parallel_region(input_, dim, kernel_size):

Callers 1

forwardMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected