Property Values
Values
The values of the tensor elements. Uses Python-like syntax to specify the tensor values. For example: "[[1, 2], [3, 4]]".
[TypeConverter(typeof(TensorConverter))]
public torch.Tensor Values { get; set; }
Property Value
- torch.Tensor