Operator operator ==
operator ==(SymbolicTensorShape, SymbolicTensorShape)
Compares two SymbolicTensorShape
objects. Returns true
if the two objects have the same rank, and all their dimensions are 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 |