Tensor Constructor (Double) |
http://www.emgu.com
Create a Tensor that consist of an array of double value
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntaxpublic Tensor(
double[] value
)
Public Sub New (
value As Double()
)
public:
Tensor(
array<double>^ value
)
new :
value : float[] -> Tensor
Parameters
- value
- Type: SystemDouble
The value
See Also