Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ setup
Method
setup
bench/python/all_ops/op_resize.py:25–28 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
23
24
class
OpResizeDown(AbstractOpBase):
25
def
setup(self, input):
26
super().setup(input)
27
self.resize_width = 640
28
self.resize_height = 420
29
30
def
run(self, input):
31
return
cvcuda.resize(
Callers
nothing calls this directly
Calls
1
setup
Method · 0.45
Tested by
no test coverage detected