tree: 3b1e16fc2582f49f73157d8f55db6051732db83e [path history] [tgz]
  1. ArithmeticRightShiftAttribute.py
  2. Attribute.py
  3. AxisAttribute.py
  4. ClampAttribute.py
  5. CondIfAttribute.py
  6. Conv2dAttribute.py
  7. ConvQuantInfo.py
  8. CustomAttribute.py
  9. DType.py
  10. Format.py
  11. MatMulQuantInfo.py
  12. MulAttribute.py
  13. Op.py
  14. PadQuantInfo.py
  15. Pool2dAttribute.py
  16. QuantInfo.py
  17. README.md
  18. ReluNAttribute.py
  19. RescaleAttribute.py
  20. ReshapeAttribute.py
  21. ResizeAttribute.py
  22. ResizeMode.py
  23. SliceAttribute.py
  24. TileAttribute.py
  25. TosaBasicBlock.py
  26. TosaGraph.py
  27. TosaOperator.py
  28. TosaTensor.py
  29. TransposeConv2dAttribute.py
  30. UnaryQuantInfo.py
  31. Usage.py
  32. Version.py
  33. WhileLoopAttribute.py
  34. __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.