tree: 362f0958184bc999e5ee00c3aa1103fd1b635c31 [path history] [tgz]
  1. Attribute.py
  2. AxisAttribute.py
  3. ClampAttribute.py
  4. CondIfAttribute.py
  5. Conv2dAttribute.py
  6. ConvQuantInfo.py
  7. CustomAttribute.py
  8. DType.py
  9. Format.py
  10. MatMulQuantInfo.py
  11. Op.py
  12. PadQuantInfo.py
  13. Pool2dAttribute.py
  14. QuantInfo.py
  15. README.md
  16. ReluNAttribute.py
  17. RescaleAttribute.py
  18. ReshapeAttribute.py
  19. ResizeAttribute.py
  20. ResizeMode.py
  21. SliceAttribute.py
  22. TileAttribute.py
  23. TosaBasicBlock.py
  24. TosaGraph.py
  25. TosaOperator.py
  26. TosaTensor.py
  27. TransposeConv2dAttribute.py
  28. UnaryQuantInfo.py
  29. Usage.py
  30. Version.py
  31. WhileLoopAttribute.py
  32. __init__.py
verif/tosa/README.md

TOSA FlatBuffers python serialization library

Files in this directory are automatically generated by running:

../build/thirdparty/flatbuffers/flatc --python ../serialization/tosa.fbs

From the verif/ directory. Flatc is compiled along with the TOSA Reference Model.

Because they are automatically generated, please do not edit the python files in this directory by hand.