mxnet
Classes | Namespaces | Functions
reshape.h File Reference

support for reshape More...

#include "../extension.h"
Include dependency graph for reshape.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mshadow::expr::ReshapeExp< SrcExp, DType, dimdst, dimsrc >
 reshape the content to another shape input: Tensor<Device,dimsrc>: ishape output: Tensor<Device,dimdst> ishape.Size() == oshape.Size() More...
 
struct  mshadow::expr::Plan< ReshapeExp< SrcExp, DType, dimdst, dimsrc >, DType >
 
struct  mshadow::expr::Plan< ReshapeExp< SrcExp, DType, dimdst, 1 >, DType >
 

Namespaces

 mshadow
 overloaded + operator between half_t and bf16_t
 
 mshadow::expr
 namespace for abstract expressions and expressions template, have no dependency on tensor.h, These data structure takes no charge in computations, they are only used to define operations and represent expression in a symbolic way
 

Functions

template<typename SrcExp , typename DType , int etype, int dimdst>
ReshapeExp< SrcExp, DType, dimdst, ExpInfo< SrcExp >::kDim > mshadow::expr::reshape (const Exp< SrcExp, DType, etype > &src, Shape< dimdst > oshape)
 a expression that reshapes a tensor to another shape More...
 

Detailed Description

support for reshape

Copyright (c) 2014 by Contributors

Author
Tianqi Chen