Struct SymbolicTensorShape
Represents the shape of an input tensor, or the predicted shape of a tensor before Sentis executes.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
[Serializable]
public struct SymbolicTensorShape
Constructors
Name | Description |
---|---|
Symbolic |
Initializes and returns an instance of For example (9). |
Symbolic |
Initializes and returns an instance of For example (8, 9). |
Symbolic |
Initializes and returns an instance of For example (7, 8, 9). |
Symbolic |
Initializes and returns an instance of For example (6, 7, 8, 9). |
Symbolic |
Initializes and returns an instance of For example (9). |
Symbolic |
Initializes and returns an instance of For example (8, 9). |
Symbolic |
Initializes and returns an instance of For example (7, 8, 9). |
Symbolic |
Initializes and returns an instance of For example (6, 7, 8, 9). |
Symbolic |
Initializes and returns an instance of For example (5, 6, 7, 8, 9). |
Symbolic |
Initializes and returns an instance of For example (4, 5, 6, 7, 8, 9). |
Symbolic |
Initializes and returns an instance of For example (3, 4, 5, 6, 7, 8, 9). |
Symbolic |
Initializes and returns an instance of For example (2, 3, 4, 5, 6, 7, 8, 9). |
Symbolic |
Returns a copy of another |
Symbolic |
Initializes and returns an instance of |
Properties
Name | Description |
---|---|
this[int] | Gets or sets the tensor shape at a given axis. Ex: shape (3, 4, 5, 6) index 0, 1, 2, 3 -4,-3,-2,-1 shape (7, 3, 2) index 0, 1, 2 -3,-2,-1 |
rank | The rank of a |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to the current |
Get |
Serves as the default hash function. |
Is |
Checks if the |
To |
Returns a string that represents the |
To |
Converts the |
Unknown |
Creates and returns a |
Operators
Name | Description |
---|---|
operator ==(Symbolic |
Compares two |
operator !=(Symbolic |
Compares two |