Class JSONTensor
JSON tensor
Inherited Members
Namespace: Unity.Barracuda
Assembly: Unity.Barracuda.dll
Syntax
[Serializable]
public class JSONTensor
Fields
data
Tensor data
Declaration
public float[] data
Field Value
| Type | Description |
|---|---|
| float[] |
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 |