mxnet
List of all members
mshadow::TRValue< Container, Device, dimension, DType > Struct Template Reference

Tensor RValue, this is the super type of all kinds of possible tensors. More...

#include <tensor.h>

Inheritance diagram for mshadow::TRValue< Container, Device, dimension, DType >:
Inheritance graph
Collaboration diagram for mshadow::TRValue< Container, Device, dimension, DType >:
Collaboration graph

Additional Inherited Members

- Public Member Functions inherited from mshadow::expr::RValueExp< Container, DType >
const TransposeExp< Container, DType > T (void) const
 transpose of a matrix More...
 
Container & operator+= (DType s)
 operator overload More...
 
Container & operator-= (DType s)
 operator overload More...
 
Container & operator*= (DType s)
 operator overload More...
 
Container & operator/= (DType s)
 operator overload More...
 
Container & __assign (DType s)
 operator overload More...
 
template<typename E , int etype>
Container & __assign (const Exp< E, DType, etype > &exp)
 we can not define container = container More...
 
Container & __assign (const Exp< Container, DType, type::kRValue > &exp)
 operator overload, assign More...
 
template<typename E , int etype>
Container & operator+= (const Exp< E, DType, etype > &exp)
 implementation of operator+= More...
 
template<typename E , int etype>
Container & operator-= (const Exp< E, DType, etype > &exp)
 implementation of operator-= More...
 
template<typename E , int etype>
Container & operator*= (const Exp< E, DType, etype > &exp)
 implementation of operator*= More...
 
template<typename E , int etype>
Container & operator/= (const Exp< E, DType, etype > &exp)
 implementation of operator/= More...
 
- Public Member Functions inherited from mshadow::expr::Exp< Container, DType, type::kRValue >
const Container & self (void) const
 
Container * ptrself (void)
 

Detailed Description

template<typename Container, typename Device, int dimension, typename DType>
struct mshadow::TRValue< Container, Device, dimension, DType >

Tensor RValue, this is the super type of all kinds of possible tensors.

Template Parameters
Containerthe tensor type
Devicewhich device the tensor is on
dimensiondimension of the tensor
DTypethe type of elements in the tensor

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