Interface IVars
An interface that provides methods for storing variables.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public interface IVars : IDisposable
Methods
Name | Description |
---|---|
Dispose |
Disposes storage that can be deleted after executing a given layer. |
Gather |
Gathers the input tensors for a given layer. |
Get |
Returns the current allocator. |
Peek |
Peeks the output tensor of a given name. |
Prepare |
Prepares storage for a given layer. |
Prepare |
Prepares storage for a given model. |
Set |
Sets a given input with a tensor. |
Store(string, Tensor) | Stores the result of execution for a given tensor name. |
Store(Layer, Tensor) | Stores the result of execution for a given layer. |