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

Method setup

bench/python/all_ops/op_flip.py:43–45  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

41
42class OpFlipXY(AbstractOpBase):
43 def setup(self, input):
44 super().setup(input)
45 self.flip_code = -1 # means flipping around x and y axis.
46
47 def run(self, input):
48 return cvcuda.flip(input, flipCode=self.flip_code)

Callers

nothing calls this directly

Calls 1

setupMethod · 0.45

Tested by

no test coverage detected