Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonisCV/RAM
/ __init__
Method
__init__
ram/utils/diffjpeg.py:185–188 ·
view source on GitHub ↗
(self, rounding)
Source
from the content-addressed store, hash-verified
183
""
"
184
185
def
__init__(self, rounding):
186
super(CQuantize, self).__init__()
187
self.rounding = rounding
188
self.c_table = c_table
189
190
def
forward(self, image, factor=1):
191
""
"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected