Interface IVarsStatistics
Namespace: Unity.Barracuda
Syntax
public interface IVarsStatistics
Methods
GetAllocatorsStatistics()
Enumerator for allocators statistics.
Declaration
IEnumerable<IAllocatorStatistics> GetAllocatorsStatistics()
Returns
Type | Description |
---|---|
IEnumerable<IAllocatorStatistics> |
GetTensorsStatistics()
Enumerator for tensors statistics.
Declaration
IEnumerable<ITensorStatistics> GetTensorsStatistics()
Returns
Type | Description |
---|---|
IEnumerable<ITensorStatistics> |