Method isBroadcasted
val isBroadcasted: ITensor -> bool
Checks if the specified tensor is broadcasted in at least one dimension.
Declaration
val isBroadcasted: a:ITensor -> bool
Parameters
Type | Name | Description |
---|---|---|
ITensor | a | The tensor to operate on. |
Returns
Type | Description |
---|---|
bool | true if at least one dimension is broadcasted, otherwise false. |