MCPcopy Index your code
hub / github.com/tdrussell/diffusion-pipe / make_contiguous

Function make_contiguous

models/base.py:33–34  ·  view source on GitHub ↗
(*tensors)

Source from the content-addressed store, hash-verified

31
32
33def make_contiguous(*tensors):
34 return tuple(x.contiguous() for x in tensors)
35
36
37def extract_clips(video, target_frames, video_clip_mode):

Callers 15

forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90
forwardMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected