tree: a457238615a16104e9a3d8243f31a6e745092b9c [path history] [tgz]
  1. libshm/
  2. nccl/
  3. TH/
  4. THC/
  5. THCS/
  6. THCUNN/
  7. THD/
  8. THNN/
  9. THPP/
  10. THS/
  11. build_all.sh
  12. README.md
torch/lib/README.md

This directory contains the low-level tensor libraries for PyTorch. This code traces its lineage from the original Torch. There are multiple variants of the library, summarized here:

  • TH = TorcH
  • THC = TorcH Cuda
  • THCS = TorcH Cuda Sparse
  • THCUNN = TorcH CUda Neural Network (see cunn)
  • THD = TorcH Distributed
  • THNN = TorcH Neural Network
  • THPP = TorcH C++ (see thpp)
  • THS = TorcH Sparse

(You'll also see these abbreviations show up in symbol names.)