CocoSsdMobilenetInputTensor Property |
https://www.emgu.com
Get the input tensor for this graph
Namespace:
Emgu.TF.Lite.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic Tensor InputTensor { get; }
Public ReadOnly Property InputTensor As Tensor
Get
public:
property Tensor^ InputTensor {
Tensor^ get ();
}
member InputTensor : Tensor with get
Property Value
Type:
Tensor
See Also