Class JSONTensor
Namespace: Barracuda
Syntax
[Serializable]
public class JSONTensor
Fields
data
Declaration
public float[] data
Field Value
Type | Description |
---|---|
Single[] |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
shape
Declaration
public JSONTensorShape shape
Field Value
Type | Description |
---|---|
JSONTensorShape |
type
Declaration
public string type
Field Value
Type | Description |
---|---|
String |