-
### Describe the issue
Trying to build `main` on Arch Linux fails because Arch Linux [packages `flatbuffers` as a shared library](https://github.com/archlinux/svntogit-community/blob/packages/flatbuf…
-
Currently, tflchef and some other modules are not handle `is_variable` which is in TFlite schema file.
So, I think we need to add code for handle this.
-
Hello and happy new year cellxgene team.
I am working on cellxgene integration to our software stack for my structure @bag-cnag.
By browsing the repositories here and there, I noticed that [sing…
-
When I install FlatBuffers with the following in my Podfile:
```
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'HelloWorld2' do
# Commen…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
akutz updated
3 years ago
-
[ Summary: flatcc should eventually support force_align on vectors - meanwhile use vectors of structs and force_align structs, or use low level builder calls to create aligned vectors access as discus…
-
We may need to provide some information about input/output node layout of first main subgraph.
Background:
- Related with ONNX import: ONNX model default is NCHW for inputs, outputs
- `convert_nc…
-
Dear Flatbuffers team,
My team is currently considering using flatbuffers in our Rust project. We saw that reflection is only implemented in C++, and we are wondering if there is any way to add Rus…
-
## Motivation
Arrow is increasingly becoming a Lingua Franca interchange format in the data world. Its aims are to have efficient in memory representations of data structures that allow zero-copy r…
snth updated
2 months ago
-
_Originally posted by @phlash in https://github.com/floe/backscrub/issues/77#issuecomment-835513517_
> Sounds like a nice solution, but is the metadata normally included in models? Sounds like mode…