Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Public Member Functions | Public Attributes | List of all members
mshadow::expr::MakeTensorExp< SubType, SrcExp, dim > Struct Template Reference

a general class that allows extension that makes tensors of some shape More...

#include <tensor_expr_engine-inl.hpp>

Inheritance diagram for mshadow::expr::MakeTensorExp< SubType, SrcExp, dim >:
mshadow::expr::Exp< MakeTensorExp< SubType, SrcExp, dim >, type::kMapper >

Public Member Functions

const SubType & real_self (void) const
 true self of subtype
 
- Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< SubType, SrcExp, dim >, type::kMapper >
const MakeTensorExp< SubType,
SrcExp, dim > & 
self (void) const
 
MakeTensorExp< SubType, SrcExp,
dim > & 
refself (void)
 

Public Attributes

Shape< dim > shape_
 the shape of this expression
 

Detailed Description

template<typename SubType, typename SrcExp, int dim>
struct mshadow::expr::MakeTensorExp< SubType, SrcExp, dim >

a general class that allows extension that makes tensors of some shape

Template Parameters
SubTypetype of subclass
SrcExpsource expression of the MakeTensorExp, the source of operation
dimdimension of the expression

The documentation for this struct was generated from the following file: