Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
def
make_contiguous(*tensors):
34
return
tuple(x.contiguous()
for
x in tensors)
35
36
37
def
extract_clips(video, target_frames, video_clip_mode):
Callers
15
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
forward
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected