Class JSONTensor
JSON tensor
Inherited Members
Namespace: Unity.Barracuda
Syntax
[Serializable]
public class JSONTensor
Fields
data
Tensor data
Declaration
public float[] data
Field Value
Type | Description |
---|---|
Single[] |
name
Name
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
shape
Shape
Declaration
public JSONTensorShape shape
Field Value
Type | Description |
---|---|
JSONTensorShape |
type
Tensor type
Declaration
public string type
Field Value
Type | Description |
---|---|
String |