Internal data structure for tensor_transform instances. More...
#include <gsttensor_transform.h>
Public Attributes | |
GstBaseTransform | element |
gboolean | silent |
tensor_transform_mode | mode |
gchar * | option |
union { | |
tensor_transform_dimchg data_dimchg | |
tensor_transform_typecast data_typecast | |
tensor_transform_arithmetic data_arithmetic | |
tensor_transform_transpose data_transpose | |
tensor_transform_stand data_stand | |
tensor_transform_clamp data_clamp | |
tensor_transform_padding data_padding | |
}; | |
gboolean | loaded |
gboolean | acceleration |
GSList * | operators |
GstTensorsConfig | in_config |
GstTensorsConfig | out_config |
GList * | apply |
Internal data structure for tensor_transform instances.
Definition at line 166 of file gsttensor_transform.h.
union { ... } |
gboolean _GstTensorTransform::acceleration |
TRUE to set orc acceleration
Definition at line 183 of file gsttensor_transform.h.
GList* _GstTensorTransform::apply |
Select the tensors to apply transformation
Definition at line 188 of file gsttensor_transform.h.
tensor_transform_arithmetic _GstTensorTransform::data_arithmetic |
Parsed option value for "arithmetic" mode.
Definition at line 176 of file gsttensor_transform.h.
tensor_transform_clamp _GstTensorTransform::data_clamp |
Parsed option value for "clamp" mode.
Definition at line 179 of file gsttensor_transform.h.
tensor_transform_dimchg _GstTensorTransform::data_dimchg |
Parsed option value for "dimchg" mode
Definition at line 174 of file gsttensor_transform.h.
tensor_transform_padding _GstTensorTransform::data_padding |
Parsed option value for "padding" mode.
Definition at line 180 of file gsttensor_transform.h.
tensor_transform_stand _GstTensorTransform::data_stand |
Parsed option value for "stand" mode.
Definition at line 178 of file gsttensor_transform.h.
tensor_transform_transpose _GstTensorTransform::data_transpose |
Parsed option value for "transpose" mode.
Definition at line 177 of file gsttensor_transform.h.
tensor_transform_typecast _GstTensorTransform::data_typecast |
Parsed option value for "typecast" mode.
Definition at line 175 of file gsttensor_transform.h.
GstBaseTransform _GstTensorTransform::element |
This is the parent object
Definition at line 168 of file gsttensor_transform.h.
GstTensorsConfig _GstTensorTransform::in_config |
input tensors config
Definition at line 186 of file gsttensor_transform.h.
gboolean _GstTensorTransform::loaded |
TRUE if mode & option are loaded
Definition at line 182 of file gsttensor_transform.h.
tensor_transform_mode _GstTensorTransform::mode |
Transform mode. GTT_UNKNOWN if invalid.
Definition at line 171 of file gsttensor_transform.h.
GSList* _GstTensorTransform::operators |
operators list
Definition at line 184 of file gsttensor_transform.h.
gchar* _GstTensorTransform::option |
Stored option value
Definition at line 172 of file gsttensor_transform.h.
GstTensorsConfig _GstTensorTransform::out_config |
output tensors config
Definition at line 187 of file gsttensor_transform.h.
gboolean _GstTensorTransform::silent |
True if logging is minimized
Definition at line 170 of file gsttensor_transform.h.