Interface ITensorStatistics
Namespace: Unity.Barracuda
Assembly: solution.dll
Syntax
public interface ITensorStatistics : IUniqueResource
Properties
cacheBytes
Return amount of internal tensor cache in bytes.
Declaration
int cacheBytes { get; }
Property Value
Type | Description |
---|---|
int |
dataType
Return the data type of this tensor.
Declaration
DataType dataType { get; }
Property Value
Type | Description |
---|---|
DataType |
name
Return this tensor name.
Declaration
string name { get; }
Property Value
Type | Description |
---|---|
string |
shape
Return the shape of this tensor.
Declaration
TensorShape shape { get; }
Property Value
Type | Description |
---|---|
TensorShape |
Methods
GetTensorDataStatistics()
Return this tensor tensor data statistics if any or null.
Declaration
ITensorDataStatistics GetTensorDataStatistics()
Returns
Type | Description |
---|---|
ITensorDataStatistics |