Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.19 KB

File metadata and controls

26 lines (22 loc) · 1.19 KB

MiniDXNN - Third Party Notices

This product includes software developed by other organizations and contains third-party components under various open source licenses.

  • Half-precision floating-point library
    • used for: To introduce 16-bit float
    • license: MIT License
  • gfx
    • used for: To introduce Direct3D12 framework
    • license: MIT License
  • CLI11
    • used for: Command line parser for C++
    • license: BSD-3-Clause license
  • GoogleTest
    • used for: To introduce testing framework
    • license: BSD-3-Clause license
  • stb_image / stb_image_write
    • used for: PNG image loading and writing
    • license: MIT License / Public Domain

Resources