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

IndPtr should be non-negative, in non-decreasing order, start with 0 and end with value equal with size of indices. More...

#include <utils.h>

Collaboration diagram for mxnet::common::csr_indptr_check:
Collaboration graph

Static Public Member Functions

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

Detailed Description

IndPtr should be non-negative, in non-decreasing order, start with 0 and end with value equal with size of indices.

Member Function Documentation

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

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