mxnet
mxnet::ext::OpResource Member List

This is the complete list of members for mxnet::ext::OpResource, including all inherited members.

alloc_cpu(int size) constmxnet::ext::OpResource
alloc_gpu(int size) constmxnet::ext::OpResource
alloc_sparse(MXSparse *sparse, int index, int indices_len, int indptr_len=0) constmxnet::ext::OpResource
get_cpu_rand_states() constmxnet::ext::OpResource
get_cuda_stream() constmxnet::ext::OpResourceinline
get_gpu_rand_states() constmxnet::ext::OpResourceinline
OpResource(xpu_malloc_t cpu_malloc_fp, void *cpu_alloc_fp, xpu_malloc_t gpu_malloc_fp, void *gpu_alloc_fp, void *stream, sparse_malloc_t sparse_malloc_fp, void *sparse_alloc_fp, void *rng_cpu_states, void *rng_gpu_states)mxnet::ext::OpResource