Skip to content

pefi9/torch7

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c26baf · Apr 21, 2017
Feb 26, 2016
Apr 21, 2017
Feb 23, 2017
Apr 20, 2017
Mar 9, 2016
Mar 22, 2017
Sep 7, 2015
Oct 27, 2016
Feb 23, 2017
Jun 3, 2015
Apr 25, 2014
Apr 10, 2017
Mar 24, 2016
Jan 1, 2017
Oct 3, 2016
Aug 24, 2016
Apr 19, 2016
Nov 26, 2015
May 29, 2015
Jan 20, 2016
Aug 11, 2016
Jan 1, 2017
Jan 1, 2017
Jan 1, 2017
Feb 10, 2017
Aug 13, 2012
Feb 25, 2016
Dec 29, 2016
Oct 1, 2016
Oct 3, 2016
Jan 1, 2017
Jun 13, 2016
Aug 13, 2015
Jan 10, 2017
May 29, 2015
Dec 29, 2016
Oct 17, 2016
Jul 24, 2015

Repository files navigation

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

Need help?

# 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 ##

Releases

No releases published

Packages

No packages published

Languages

  • C 64.0%
  • Lua 29.8%
  • CMake 5.1%
  • Other 1.1%