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

Method setup

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

Source from the content-addressed store, hash-verified

32
33class OpFlipY(AbstractOpBase):
34 def setup(self, input):
35 super().setup(input)
36 self.flip_code = 1 # means flipping around y axis.
37
38 def run(self, input):
39 return cvcuda.flip(input, flipCode=self.flip_code)

Callers

nothing calls this directly

Calls 1

setupMethod · 0.45

Tested by

no test coverage detected