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

Indices should be non-negative, less than the number of columns and in ascending order per row. More...

#include <utils.h>

Collaboration diagram for mxnet::common::csr_idx_check:
Collaboration graph

Static Public Member Functions

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

Detailed Description

Indices should be non-negative, less than the number of columns and in ascending order per row.

Member Function Documentation

template<typename DType , typename IType , typename RType >
static MSHADOW_XINLINE void mxnet::common::csr_idx_check::Map ( int  i,
DType *  out,
const IType *  idx,
const RType *  indptr,
const nnvm::dim_t  ncols 
)
inlinestatic

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