mxnet
|
get features of the MXNet library at runtime More...
#include <string>
#include <vector>
#include <array>
#include <memory>
#include "dmlc/base.h"
#include "mshadow/base.h"
#include "c_api.h"
Go to the source code of this file.
Classes | |
struct | mxnet::features::EnumNames |
struct | mxnet::features::LibInfo |
Namespaces | |
mxnet | |
namespace of mxnet | |
mxnet::features | |
Macros | |
#define | MXNET_USE_OPENCV 0 |
whether to use opencv support More... | |
#define | MXNET_USE_CUDNN MSHADOW_USE_CUDNN |
whether to use cuda support More... | |
#define | MXNET_USE_NCCL 0 |
#define | MXNET_USE_CUSOLVER MSHADOW_USE_CUSOLVER |
whether to use cusolver library More... | |
#define | MXNET_ENABLE_CUDA_RTC 0 |
#define | MXNET_GPU_NOT_ENABLED_ERROR "GPU is not enabled" |
Error message for using gpu when MXNET_USE_CUDA==0. More... | |
#define | MXNET_USE_TENSORRT 0 |
#define | MXNET_USE_BLAS_ATLAS 0 |
#define | MXNET_USE_BLAS_OPEN 0 |
#define | MXNET_USE_BLAS_MKL 0 |
#define | MXNET_USE_BLAS_APPLE 0 |
#define | MXNET_USE_LAPACK 0 |
#define | MXNET_USE_MKLDNN 0 |
#define | MXNET_USE_OPENMP 0 |
#define | MXNET_USE_F16C MSHADOW_USE_F16C |
#define | MXNET_USE_CAFFE 0 |
#define | MXNET_USE_DIST_KVSTORE 0 |
#define | MXNET_USE_SIGNAL_HANDLER 0 |
#define | MXNET_USE_INT64_TENSOR_SIZE MSHADOW_INT64_TENSOR_SIZE |
Functions | |
bool | mxnet::features::is_enabled (unsigned feat) |
get features of the MXNet library at runtime
Copyright (c) 2018 by Contributors
#define MXNET_ENABLE_CUDA_RTC 0 |
#define MXNET_GPU_NOT_ENABLED_ERROR "GPU is not enabled" |
Error message for using gpu when MXNET_USE_CUDA==0.
#define MXNET_USE_BLAS_APPLE 0 |
#define MXNET_USE_BLAS_ATLAS 0 |
#define MXNET_USE_BLAS_MKL 0 |
#define MXNET_USE_BLAS_OPEN 0 |
#define MXNET_USE_CAFFE 0 |
#define MXNET_USE_CUDNN MSHADOW_USE_CUDNN |
whether to use cuda support
whether to use cudnn library for convolution
#define MXNET_USE_CUSOLVER MSHADOW_USE_CUSOLVER |
whether to use cusolver library
#define MXNET_USE_DIST_KVSTORE 0 |
#define MXNET_USE_F16C MSHADOW_USE_F16C |
#define MXNET_USE_INT64_TENSOR_SIZE MSHADOW_INT64_TENSOR_SIZE |
#define MXNET_USE_LAPACK 0 |
#define MXNET_USE_MKLDNN 0 |
#define MXNET_USE_NCCL 0 |
#define MXNET_USE_OPENCV 0 |
whether to use opencv support
#define MXNET_USE_OPENMP 0 |
#define MXNET_USE_SIGNAL_HANDLER 0 |
#define MXNET_USE_TENSORRT 0 |