Struct Model.Memory
Memory data structure. Used by recurrent models to store information about recurrent inputs/outputs
Inherited Members
Namespace: Unity.Barracuda
Assembly: Unity.Barracuda.dll
Syntax
public struct Model.Memory
Fields
input
Input name
Declaration
public string input
Field Value
| Type | Description |
|---|---|
| string |
output
Output name
Declaration
public string output
Field Value
| Type | Description |
|---|---|
| string |
shape
Shape
Declaration
public TensorShape shape
Field Value
| Type | Description |
|---|---|
| TensorShape |