TIOVX User Guide
tiovx.attribute.ConvolutionAttribute Class Reference

Object/Data type (OpenVX equivalent = vx_convolution_attribute_e) More...

Inherits Enum.

Static Public Attributes

tuple ROWS = ('row', 'vx_size')
 OpenVX equivalent = VX_CONVOLUTION_ROWS.
 
tuple COLUMNS = ('col', 'vx_size')
 OpenVX equivalent = VX_CONVOLUTION_COLUMNS.
 
tuple SCALE = ('scale', 'vx_uint32')
 OpenVX equivalent = VX_CONVOLUTION_SCALE.
 
tuple SIZE = ('size', 'vx_size')
 OpenVX equivalent = VX_CONVOLUTION_SIZE.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_convolution_attribute_e)

Example usage:
ConvolutionAttribute.ROWS
ConvolutionAttribute.COLUMNS

Definition at line 177 of file attribute.py.


The documentation for this class was generated from the following file: