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

Method __init__

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

Source from the content-addressed store, hash-verified

249 """
250
251 def __init__(self):
252 super(YDequantize, self).__init__()
253 self.y_table = y_table
254
255 def forward(self, image, factor=1):
256 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected