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_flip.py:25–27 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
23
24
class
OpFlipX(AbstractOpBase):
25
def
setup(self, input):
26
super().setup(input)
27
self.flip_code = 0
# means flipping around x axis.
28
29
def
run(self, input):
30
return
cvcuda.flip(input, flipCode=self.flip_code)
Callers
2
setup
Method · 0.45
setup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected