abursuc / torch7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/torch/torch7 Build Status

Gitter Chat is for developers and users who are familiar with torch. Questions or help on installing Torch should be directed to our Google Groups mailing list. Posting large blobs of text in our chat windows or asking for install help there is very unwelcome. However we are extremely helpful with such issues on our mailing list :)

# Torch Package Reference Manual #

Torch is the main package in Torch7 where data structures for multi-dimensional tensors and mathematical operations over these are defined. Additionally, it provides many utilities for accessing files, serializing objects of arbitrary types and other useful utilities.

## Torch Packages ##
  • Tensor Library
    • Tensor defines the all powerful tensor object that provides multi-dimensional numerical arrays with type templating.
    • Mathematical operations that are defined for the tensor object types.
    • Storage defines a simple storage interface that controls the underlying storage for any tensor object.
  • File I/O Interface Library
  • Useful Utilities
    • Timer provides functionality for measuring time.
    • Tester is a generic tester framework.
    • CmdLine is a command line argument parsing utility.
    • Random defines a random number generator package with various distributions.
    • Finally useful utility functions are provided for easy handling of torch tensor types and class inheritance.

About

License:Other


Languages

Language:C 66.1%Language:Lua 26.7%Language:CMake 6.6%Language:C++ 0.5%Language:Objective-C 0.1%