Operator operator !=
operator !=(SymbolicTensorShape, SymbolicTensorShape)
Compares two SymbolicTensorShape
objects. Returns true
if the two shapes have a different or unknown rank, or at least one of their dimensions are not equal.
Declaration
public static bool operator !=(SymbolicTensorShape a, SymbolicTensorShape b)
Parameters
Type | Name | Description |
---|---|---|
SymbolicTensorShape | a | The first |
SymbolicTensorShape | b | The second |
Returns
Type | Description |
---|---|
bool | Whether the two |