GStreamer Video Analytics (GVA) Plugin
|
This file contains gstgva.tensor.Tensor class which contains and describes neural network inference result. More...
Classes | |
class | gstgva.tensor.Tensor |
This class represents tensor - map-like storage for inference result information, such as output blob description (output layer dims, layout, rank, precision, etc.), inference result in a raw and interpreted forms. More... | |
class | gstgva.tensor.Tensor.PRECISION |
This enum describes model layer precision. More... | |
class | gstgva.tensor.Tensor.LAYOUT |
This enum describes model layer layout. More... | |
This file contains gstgva.tensor.Tensor class which contains and describes neural network inference result.