Skip to content

kmyi/torch7

This branch is 510 commits behind torch/torch7:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dddfc3c · Nov 29, 2015
Jun 7, 2015
Nov 29, 2015
Nov 18, 2015
Nov 19, 2015
Oct 20, 2015
Nov 18, 2015
Sep 7, 2015
Nov 12, 2015
Jul 10, 2015
Jun 3, 2015
Apr 25, 2014
Jan 27, 2015
May 29, 2015
Jun 26, 2015
Nov 16, 2015
Oct 14, 2015
May 29, 2015
May 29, 2015
May 29, 2015
Nov 17, 2015
Aug 8, 2015
Aug 13, 2012
Aug 13, 2012
Oct 22, 2015
Oct 26, 2015
Aug 13, 2012
Jul 27, 2015
Jul 10, 2015
Jul 10, 2015
Sep 26, 2015
Oct 16, 2015
Aug 13, 2015
May 29, 2015
Oct 26, 2015
Sep 26, 2015
Jul 24, 2015

Repository files navigation

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

Need help?

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.
## Useful Links ##

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.2%
  • Lua 29.1%
  • CMake 6.2%
  • Other 0.5%