tree: 3a44f9aee567f11a5a80e68b637fa941d4a915fe [path history] [tgz]
  1. cuda/
  2. extension/
  3. packet/
  4. base.h
  5. bfloat.h
  6. dot_engine-inl.h
  7. expr_engine-inl.h
  8. expr_scalar-inl.h
  9. expression.h
  10. extension.h
  11. half.h
  12. half2.h
  13. io.h
  14. logging.h
  15. packet-inl.h
  16. random.h
  17. README.md
  18. stream_gpu-inl.h
  19. tensor.h
  20. tensor_container.h
  21. tensor_cpu-inl.h
  22. tensor_gpu-inl.h
3rdparty/mshadow/mshadow/README.md

Code Guide

This readme contains notes about code in mshadow. MShadow generally follows Google's C++ Style.

Convention

  • Basically, all the files ends in -inl.h, -inl.cuh are implementations, and can be ignored if only using mshadow
  • The files ends in .h are heavily commented with doxyen format, and can be used to generate the corresponding document.