MCPcopy Create free account
hub / github.com/DragonisCV/RAM / __init__

Method __init__

ram/utils/diffjpeg.py:276–278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

274 """
275
276 def __init__(self):
277 super(CDequantize, self).__init__()
278 self.c_table = c_table
279
280 def forward(self, image, factor=1):
281 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected