mxnet
Classes | Namespaces | Functions
concat.h File Reference

support for concatenation More...

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

Go to the source code of this file.

Classes

struct  mshadow::expr::ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >
 concat expression, concat two tensor's channel More...
 
struct  mshadow::expr::ShapeCheck< srcdim, ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > >
 
struct  mshadow::expr::StreamInfo< Device, ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > >
 
struct  mshadow::expr::ExpInfo< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > >
 
struct  mshadow::expr::Plan< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType >
 
struct  mshadow::expr::Plan< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, 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<int cdim, typename LhsExp , typename RhsExp , typename Device , typename DType , int srcdim>
ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, srcdim-cdim > mshadow::expr::concat (const TRValue< LhsExp, Device, srcdim, DType > &src1, const TRValue< RhsExp, Device, srcdim, DType > &src2)
 concat two 4D tensor More...
 

Detailed Description

support for concatenation

Copyright (c) 2014 by Contributors