mxnet
Classes | Namespaces | Functions
monitor.h File Reference

monitor definition More...

#include <regex>
#include <tuple>
#include <vector>
#include <map>
#include <set>
#include <string>
#include <functional>
#include "mxnet-cpp/base.h"
#include "mxnet-cpp/ndarray.h"
#include "mxnet-cpp/executor.h"
Include dependency graph for monitor.h:

Go to the source code of this file.

Classes

class  mxnet::cpp::Monitor
 Monitor interface. More...
 

Namespaces

 mxnet
 namespace of mxnet
 
 mxnet::cpp
 

Functions

NDArray mxnet::cpp::_default_monitor_func (const NDArray &x)
 Default function for monitor that computes statistics of the input tensor, which is the mean absolute |x|/size(x) More...
 

Detailed Description

monitor definition

Copyright (c) 2017 by Contributors

Author
Xin Li