MCPcopy Create free account
hub / github.com/drinkingcoder/NeuralMarker / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected