1 file changed
+1
-1
lines changedSubmodule serialization_lib updated 65 files
- .gitignore+3-1
- .pre-commit-config.yaml+3-3
- CMakeLists.txt+55-18
- README.md+144-49
- include/attribute.def+21-43
- include/cfloat.h+985
- include/cfloat_forward.h+35
- include/cmicroscaling.h+283
- include/numpy_utils.h+17
- include/op.def+106
- include/op.h+62
- include/tosa_generated.h+271-579
- include/tosa_schema.h+371
- include/tosa_serialization_handler.h+58-52
- pyproject.toml+6
- python/pytests/__init__.py
- python/pytests/conftest.py+75
- python/pytests/examples/test_conv2d_256x256x3_f32.json+233
- python/pytests/examples/test_select_2048x2048x3_i8.json+86
- python/pytests/test_example.py+116
- python/pytests/test_single_attr.py+225
- python/pytests/test_single_op.py+104
- python/pytests/test_single_tensor.py+307
- python/serializer/__init__.py+2-1
- python/serializer/tosa_serializer.py+153-152
- python/tosa/Attribute.py+16-18
- python/tosa/ClampAttribute.py+30-56
- python/tosa/CondIfAttribute.py+10-10
- python/tosa/ConvAttribute.py+17-4
- python/tosa/CustomAttribute.py+1-1
- python/tosa/DType.py+2
- python/tosa/FullyConnectedAttribute.py-26
- python/tosa/Op.py+10
- python/tosa/PadAttribute.py+14-66
- python/tosa/PoolAttribute.py+8-8
- python/tosa/RandUniformAttribute.py+54
- python/tosa/RescaleAttribute.py+11-89
- python/tosa/ReshapeAttribute.py-80
- python/tosa/ResizeAttribute.py-117
- python/tosa/SliceAttribute.py-119
- python/tosa/TableAttribute.py-39
- python/tosa/TileAttribute.py-80
- python/tosa/TosaBasicBlock.py+4-4
- python/tosa/TosaGraph.py+1-1
- python/tosa/TosaOperator.py+2-2
- python/tosa/TosaRegion.py+1-1
- python/tosa/TosaTensor.py+2-2
- python/tosa/TransposeAttribute.py+1-1
- python/tosa/TransposeConvAttribute.py+20-46
- python/tosa/WhileLoopAttribute.py+10-10
- regenerate_headers.sh-1
- schema/convert_schema_to_header.py+55
- schema/tosa.fbs+38-42
- src/numpy_utils.cpp+42-14
- src/tosa_serialization_handler.cpp+271-78
- test/examples/test_add_1x4x4x4_f32.tosa
- test/gtests/CMakeLists.txt+37
- test/gtests/test_serialization_npy.cpp+98
- test/gtests/test_serialization_read_write.cpp+43
- test/gtests/test_serialization_unit.cpp+186
- test/gtests/test_serialization_utils.h+204
- test/gtests/test_single_attr.cpp+73
- test/gtests/test_u8_conversion.cpp+135
- test/src/serialization_npy_test.cpp+7-13
- third_party/flatbuffers+1-1
0 commit comments