mxnet
Static Public Member Functions | List of all members
mshadow::expr::ShapeCheck< dim, E > Struct Template Reference

runtime shape checking template get the shape of an expression, report error if shape mismatch More...

#include <expr_engine-inl.h>

Collaboration diagram for mshadow::expr::ShapeCheck< dim, E >:
Collaboration graph

Static Public Member Functions

static Shape< dim > Check (const E &t)
 

Detailed Description

template<int dim, typename E>
struct mshadow::expr::ShapeCheck< dim, E >

runtime shape checking template get the shape of an expression, report error if shape mismatch

Template Parameters
dimthe dimension of the shape
Eexpression

Member Function Documentation

template<int dim, typename E>
static Shape<dim> mshadow::expr::ShapeCheck< dim, E >::Check ( const E &  t)
inlinestatic

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