mxnet
|
#include <dmlc/io.h>
#include <vector>
#include <utility>
#include <unordered_map>
#include <string>
#include <functional>
#include <atomic>
#include "../../src/kvstore/gradient_compression.h"
#include "./ndarray.h"
Go to the source code of this file.
Classes | |
class | mxnet::KVStore |
distributed key-value store More... | |
Namespaces | |
mxnet | |
namespace of mxnet | |
Enumerations | |
enum | mxnet::KVStoreServerProfilerCommand { mxnet::KVStoreServerProfilerCommand::kSetConfig, mxnet::KVStoreServerProfilerCommand::kState, mxnet::KVStoreServerProfilerCommand::kPause, mxnet::KVStoreServerProfilerCommand::kDump } |
enum to denote types of commands kvstore sends to server regarding profiler kSetConfig sets profiler configs. Similar to mx.profiler.set_config() kState allows changing state of profiler to stop or run kPause allows pausing and resuming of profiler kDump asks profiler to dump output More... | |