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

Method __init__

core/biraft.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
20 def __enter__(self):
21 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected