-
-
Currently, our bitwise operators support tensor–scalar operations, namely
- `ttnn.bitwise_and`
- `ttnn.bitwise_or`
- `ttnn.bitwise_xor`
Extending the second argument (RHS) from a scalar to…
-
Rescript lacks support for bitwise operators: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#binary_bitwise_operators
I found: https://github.com/rescript-lang/rescript…
-
I've talked about this before but I couldn't find an existing issue about it.
Swift requires operators to consist of *non*-alphanumeric characters, so they aren't valid identifiers. This allows cus…
-
CAF 0.19 introduced ReactiveX-style flow processing with a base set of the most useful operators. There are more operators defined by ReactiveX and eventually we should implement all of them:
## Cr…
-
Hey folks, thanks for creating such a fantastic library. We are using it in production and it's been absolutely fantastic.
A recent issue/feature request I've come across is I need to sort a list …
-
Several operators have been discussed in the issue tracker over the years. Some should probably be added to the library, some would fit well in the examples or the documentation. This issue centralize…
-
### Description of the feature
Create operators for MAPDL (or generic ones) for retrieving bending moments and such for beam results.
The idea would be to have explicit operators, wrapping calls to `…
-
It would be nice to support builtin operators like + - / % > etc for both field and [uint](url) types.
Instead of implementing them as via builtin interfaces, like [this pending PR](https://github.…
katat updated
4 weeks ago
-
**Environment**
v3.27.0
**Describe the bug**
The shift operators (e.g. `sll`) are parsed as `parser.todo` tokens, rather than the proper corresponding shift operator token.
**To Reproduce**
S…