MNN/3rd_party/flatbuffers
xiaying 69dba73dc7 [MNN:Sync] Sync internal gitlab
Main Feature:
1. Add OpenCV API and Numpy API Support
2. Protobuf move into MNN
3. Add more op for torchscript convert
4. Add recompute to speed up geometry compute
5. Add ModuleBasic Test
2021-11-30 10:10:53 +08:00
..
.appveyor beta 0.1.0 2019-04-19 20:50:09 +08:00
.github beta 0.1.0 2019-04-19 20:50:09 +08:00
.travis beta 0.1.0 2019-04-19 20:50:09 +08:00
CMake beta 0.1.0 2019-04-19 20:50:09 +08:00
docs Update 2019-12-27 22:16:57 +08:00
grpc beta 0.1.0 2019-04-19 20:50:09 +08:00
include/flatbuffers Add MNNRevert2Buffer 2021-10-13 14:16:01 +08:00
reflection beta 0.1.0 2019-04-19 20:50:09 +08:00
samples Using python2/3 compatible print function 2020-09-04 22:10:39 +03:00
src [MNN:Sync] Sync internal gitlab 2021-11-30 10:10:53 +08:00
tests beta 0.1.0 2019-04-19 20:50:09 +08:00
.clang-format beta 0.1.0 2019-04-19 20:50:09 +08:00
.editorconfig beta 0.1.0 2019-04-19 20:50:09 +08:00
.gitattributes beta 0.1.0 2019-04-19 20:50:09 +08:00
.gitignore beta 0.1.0 2019-04-19 20:50:09 +08:00
.travis.yml beta 0.1.0 2019-04-19 20:50:09 +08:00
CMakeLists.txt Synchronize internal github for version 1.2.0 (#1518) 2021-06-11 17:17:13 +08:00
CONTRIBUTING.md beta 0.1.0 2019-04-19 20:50:09 +08:00
LICENSE.txt beta 0.1.0 2019-04-19 20:50:09 +08:00
WORKSPACE beta 0.1.0 2019-04-19 20:50:09 +08:00
appveyor.yml beta 0.1.0 2019-04-19 20:50:09 +08:00
build_defs.bzl beta 0.1.0 2019-04-19 20:50:09 +08:00
composer.json beta 0.1.0 2019-04-19 20:50:09 +08:00
conanfile.py beta 0.1.0 2019-04-19 20:50:09 +08:00
package.json beta 0.1.0 2019-04-19 20:50:09 +08:00
pom.xml beta 0.1.0 2019-04-19 20:50:09 +08:00
readme.md beta 0.1.0 2019-04-19 20:50:09 +08:00

readme.md

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.