mxnet
Static Public Member Functions | List of all members
mxnet::common::rsp_idx_check Struct Reference

Indices of RSPNDArray should be non-negative, less than the size of first dimension and in ascending order. More...

#include <utils.h>

Collaboration diagram for mxnet::common::rsp_idx_check:
Collaboration graph

Static Public Member Functions

template<typename DType , typename IType >
static MSHADOW_XINLINE void Map (int i, DType *out, const IType *idx, const nnvm::dim_t end, const nnvm::dim_t nrows)
 

Detailed Description

Indices of RSPNDArray should be non-negative, less than the size of first dimension and in ascending order.

Member Function Documentation

template<typename DType , typename IType >
static MSHADOW_XINLINE void mxnet::common::rsp_idx_check::Map ( int  i,
DType *  out,
const IType *  idx,
const nnvm::dim_t  end,
const nnvm::dim_t  nrows 
)
inlinestatic

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