MCPcopy 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

tensor2imgFunction · 0.45
forwardMethod · 0.45
postprocessMethod · 0.45
retouch_localMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
sr_processMethod · 0.45
perform_inferenceMethod · 0.45
perform_inferenceMethod · 0.45
inference_lowersFunction · 0.45
inference_highersFunction · 0.45
forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected