Internal data structure for tensor_filter transform data. More...
Public Attributes | |
GstMemory * | mem [NNS_TENSOR_SIZE_LIMIT] |
GstMapInfo | info [NNS_TENSOR_SIZE_LIMIT] |
GstTensorMetaInfo | meta [NNS_TENSOR_SIZE_LIMIT] |
guint | num_tensors |
GstTensorMemory | tensors [NNS_TENSOR_SIZE_LIMIT] |
gboolean | is_flexible |
gboolean | allocate_in_invoke |
Internal data structure for tensor_filter transform data.
Definition at line 153 of file tensor_filter.c.
gboolean _FilterTransformData::allocate_in_invoke |
Definition at line 162 of file tensor_filter.c.
GstMapInfo _FilterTransformData::info[NNS_TENSOR_SIZE_LIMIT] |
Definition at line 156 of file tensor_filter.c.
gboolean _FilterTransformData::is_flexible |
Definition at line 161 of file tensor_filter.c.
GstMemory* _FilterTransformData::mem[NNS_TENSOR_SIZE_LIMIT] |
Definition at line 155 of file tensor_filter.c.
GstTensorMetaInfo _FilterTransformData::meta[NNS_TENSOR_SIZE_LIMIT] |
Definition at line 157 of file tensor_filter.c.
guint _FilterTransformData::num_tensors |
Definition at line 158 of file tensor_filter.c.
GstTensorMemory _FilterTransformData::tensors[NNS_TENSOR_SIZE_LIMIT] |
Definition at line 159 of file tensor_filter.c.