Method UnknownOfRank
UnknownOfRank(int)
Creates and returns a SymbolicTensorShape with given rank and all dimensions unknown.
Declaration
public static SymbolicTensorShape UnknownOfRank(int rank)
Parameters
| Type | Name | Description |
|---|---|---|
| int | rank | The rank of the |
Returns
| Type | Description |
|---|---|
| SymbolicTensorShape | The created |