MCPcopy Create free account
hub / github.com/drinkingcoder/FlowFormer-Official / __init__

Method __init__

core/raft.py:16–17  ·  view source on GitHub ↗
(self, enabled)

Source from the content-addressed store, hash-verified

14 # dummy autocast for PyTorch < 1.6
15 class autocast:
16 def __init__(self, enabled):
17 pass
18 def __enter__(self):
19 pass
20 def __exit__(self, *args):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected