mxnet
Classes | Namespaces | Functions
common.h File Reference

defines some common utility function. More...

#include <vector>
#include <string>
#include <sstream>
#include <mutex>
#include <utility>
#include "./logging.h"
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dmlc::OMPException
 OMP Exception class catches, saves and rethrows exception from OMP blocks. More...
 

Namespaces

 dmlc
 namespace for dmlc
 

Functions

std::vector< std::string > dmlc::Split (const std::string &s, char delim)
 Split a string by delimiter. More...
 
template<typename T >
size_t dmlc::HashCombine (size_t key, const T &value)
 hash an object and combines the key with previous keys More...
 
template<>
size_t dmlc::HashCombine< size_t > (size_t key, const size_t &value)
 specialize for size_t More...
 

Detailed Description

defines some common utility function.

Copyright (c) 2015 by Contributors