Class JSONTensor
JSON tensor
Namespace: Unity.Barracuda
Syntax
public class JSONTensor : object
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 |