-
Currently, there are no operators like bitAnd or bitOr.
The following is my usage in the Android Room framework, for example, `feature & 0x0001 equals 0x0001`.
I want to use bitwise operators in w…
-
Some ops like Gather Expand Where etc. doesn't support bool as input tensor.
`// TRT does not support BOOL input types for this node`
`ASSERT(data.getType() != nvinfer1::DataType::kBOOL, ErrorCode:…
-
Hi,
Overall it us a great implementation. Thanks you.
When I union a lot of CSGs, noticed that few CSGs are missing in the result.
What could be wrong?
-
Now that we have `SecretnessAnalysis`, we could update the `--heir-simd-vectorizer` to only apply its transformations to tensors that are indeed `secret`.
It might be a good idea to make the implem…
-
Add two new public methods to the `User` operations:
- `device_sign_data`
- `device_verify_data`
`device_sign_data` takes a borrowed reference to an array of bytes to sign. It should append a byte st…
-
```
What version of the product are you using? On what operating system?
memcachedclient 2.6 release running Ubuntu 11.04 release with memcached 1.4.5
Tell me more...
When running a unit test that ac…
-
```
What version of the product are you using? On what operating system?
memcachedclient 2.6 release running Ubuntu 11.04 release with memcached 1.4.5
Tell me more...
When running a unit test that ac…
-
**Bicep version**
~~bicep --version : Bicep CLI version 0.4.1008 (223b8d227a)~~
Upd: using bicep via az so previous version provided is incorrect.
Correct `az bicep version` output is `Bicep CLI …
-
**Assemblies affected**
ASP.NET Core OData 8.2.3 and Microsoft.Azure.Cosmos 3.35.4
**Describe the bug**
Using the [ODataQueryOptions.ApplyTo Method](https://learn.microsoft.com/en-us/dotnet/api/m…
-
Hi, folks
So, in DB I have some flatten entity which represents account. It looks like:
```
data = {
"id": 1,
"name": "name",
"is_active": True,
"status": "INITIALIZING",
…