mxnet
Classes | Namespaces | Enumerations
tensor_inspector.h File Reference

utility to inspect tensor objects More...

#include <algorithm>
#include <cmath>
#include <string>
#include <vector>
#include <fstream>
#include "../../3rdparty/mshadow/mshadow/base.h"
Include dependency graph for tensor_inspector.h:

Go to the source code of this file.

Classes

struct  mxnet::InspectorManager
 this singleton struct mediates individual TensorInspector objects so that we can control the global behavior from each of them More...
 
class  mxnet::TensorInspector
 This class provides a unified interface to inspect the value of all data types including Tensor, TBlob, and NDArray. If the tensor resides on GPU, then it will be copied from GPU memory back to CPU memory to be operated on. Internally, all data types are stored as a TBlob object tb_. More...
 

Namespaces

 mxnet
 namespace of mxnet
 

Enumerations

enum  mxnet::CheckerType {
  mxnet::NegativeChecker, mxnet::PositiveChecker, mxnet::ZeroChecker, mxnet::NaNChecker,
  mxnet::InfChecker, mxnet::PositiveInfChecker, mxnet::NegativeInfChecker, mxnet::FiniteChecker,
  mxnet::NormalChecker, mxnet::AbnormalChecker
}
 Enum for building value checkers for TensorInspector::check_value() More...
 

Detailed Description

utility to inspect tensor objects

Copyright (c) 2019 by Contributors

Author
Zhaoqi Zhu