mxnet
|
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>
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) |
IndPtr should be non-negative, in non-decreasing order, start with 0 and end with value equal with size of indices.
|
inlinestatic |