Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ size
Method
size
modelscope/preprocessors/cv/video_super_resolution.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
27
@property
28
def
size(self):
29
return
len(self._cache)
30
31
def
put(self, key, val):
32
if
key in self._cache:
Callers
15
tensor2img
Function · 0.45
forward
Method · 0.45
postprocess
Method · 0.45
retouch_local
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
sr_process
Method · 0.45
perform_inference
Method · 0.45
perform_inference
Method · 0.45
inference_lowers
Function · 0.45
inference_highers
Function · 0.45
forward
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected