Skip to content

dominikgrewe/torch7

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2aee978 · Jan 12, 2015
Nov 16, 2014
Jan 12, 2015
Jul 24, 2014
Dec 26, 2014
Feb 14, 2014
Nov 24, 2014
Aug 5, 2014
Nov 3, 2014
Sep 22, 2014
Apr 25, 2014
Jan 8, 2015
Aug 13, 2012
Sep 1, 2014
Nov 28, 2014
Jul 13, 2014
Mar 6, 2014
Aug 13, 2012
Aug 13, 2012
Apr 7, 2014
Aug 13, 2012
Aug 13, 2012
Oct 23, 2014
Nov 7, 2014
Aug 13, 2012
Nov 17, 2014
Aug 10, 2013
Jan 25, 2012
Jan 25, 2012
Mar 14, 2014
Nov 21, 2014
Apr 11, 2014
Apr 11, 2014
Oct 22, 2014
Feb 14, 2014

Repository files navigation

Build Status

# 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.0%
  • Lua 27.0%
  • Other 1.0%