MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / setup

Method setup

bench/python/all_ops/op_resize.py:44–47  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

42
43class OpResizeUp(AbstractOpBase):
44 def setup(self, input):
45 super().setup(input)
46 self.resize_width = 1920
47 self.resize_height = 1280
48
49 def run(self, input):
50 return cvcuda.resize(

Callers 1

setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected