Table of Contents

Property Values

Namespace
Bonsai.ML.Torch
Assembly
Bonsai.ML.Torch.dll

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