Click or drag to resize

Tensor Constructor

https://www.emgu.com/wiki/index.php/Emgu_TF
Overload List
  NameDescription
Public methodTensor(Double)
Create a Tensor that consist of a single float value
Public methodTensor(Double)
Create a Tensor that consist of an array of double value
Public methodTensor(Int16)
Create a Tensor that consist of a single int16 value
Public methodTensor(Int32)
Create a Tensor that consist of a single int value
Public methodTensor(Int32)
Create a Tensor that consist of an array of int value
Public methodTensor(Int64)
Create a Tensor that consist of a single int64 value
Public methodTensor(Single)
Create a Tensor that consist of a single float value
Public methodTensor(Single)
Create a Tensor that consist of an array of float value
Public methodTensor(UInt16)
Create a Tensor that consist of an array of UInt16 value
Public methodTensor(UInt32)
Create a Tensor that consist of an array of UInt32 value
Public methodTensor(UInt64)
Create a Tensor that consist of an array of UInt64 value
Public methodTensor(DataType, Int32)
Allocate a new tensor. The caller must set the Tensor values by writing them to the DataPointer with length ByteSize.
Top
See Also