-
Hi,
Thank you very much for your effort developing this lib.
I alway got the following error when using "flatc --json --strict-json --raw-binary graph_metadata.fbs -- graph_metadata.bin
":
z…
-
When arrow is used, there seem to be several issues/difference with how datetimes are treated compared to how this behaves without arrow. It seems the differences are most of the time when reading.
…
-
Hi Maxim,
I really like the concept of FlatBuffers 😍
With Swift 4 you can create your own Encoder and Decoder to support the new codable feature of Swift 4. This will allow FlatBuffers to be used on…
-
I'm trying to wrap an existing legacy C API in Flatbuffers to decouple logic.
Maybe I missed this, but is there anyway that I apply an alias (or typedef) to a internally-defined scalar to keep the …
-
### Request description
We would like to find the IREE compiler version and the flags used from a .vmfb.
When working on various optimizations sometimes we have to go back to a .vmfb but currentl…
-
```
import * as cdk from "aws-cdk-lib";
import { Construct } from "constructs";
import * as cloudwatch from "aws-cdk-lib/aws-cloudwatch";
import * as cwactions from "aws-cdk-lib/aws-cloudwatch-act…
-
**Is your feature request related to a problem? Please describe.**
I'm interested in supporting Flatbuffers via a Mixin. I already have a DataClass based encoder/decoder which uses `getattr(...)` to …
-
### 🐛 Describe the bug
Following the instructions
https://github.com/pytorch/executorch/tree/main/examples/arm
after successfully completing
```
# Step [1] - setup necessary tools
$ ./setup.sh…
-
Since xclbins need to be signed before they are allowed to run, we need a helper program that reads the vmfb flatbuffer, extracts the embedded xclbin files, and signs them automatically. Currently it'…
-
We have three kinds of optimization being done for the models which can become expensive over time once optimization techniques are enhanced:
1. topological sorting: changing the sorted order can res…