Interface ITensorStatistics
Inherited Members
Namespace: Unity.Barracuda
Syntax
public interface ITensorStatistics : IUniqueResource
Properties
cacheBytes
Return amount of internal tensor cache in bytes.
Declaration
int cacheBytes { get; }
Property Value
Type | Description |
---|---|
Int32 |
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 |