mxnet
Static Public Member Functions | Public Attributes | List of all members
mxnet::InspectorManager Struct Reference

this singleton struct mediates individual TensorInspector objects so that we can control the global behavior from each of them More...

#include <tensor_inspector.h>

Collaboration diagram for mxnet::InspectorManager:
Collaboration graph

Static Public Member Functions

static InspectorManagerget ()
 

Public Attributes

std::mutex mutex_
 
bool interactive_print_skip_all_ = false
 
bool check_value_skip_all_ = false
 
std::unordered_map< std::string, int > interactive_print_tag_counter_
 
std::unordered_map< std::string, int > check_value_tag_counter_
 
std::unordered_map< std::string, int > dump_to_file_tag_counter_
 

Detailed Description

this singleton struct mediates individual TensorInspector objects so that we can control the global behavior from each of them

Member Function Documentation

static InspectorManager* mxnet::InspectorManager::get ( )
inlinestatic

Member Data Documentation

bool mxnet::InspectorManager::check_value_skip_all_ = false
std::unordered_map<std::string, int> mxnet::InspectorManager::check_value_tag_counter_
std::unordered_map<std::string, int> mxnet::InspectorManager::dump_to_file_tag_counter_
bool mxnet::InspectorManager::interactive_print_skip_all_ = false
std::unordered_map<std::string, int> mxnet::InspectorManager::interactive_print_tag_counter_
std::mutex mxnet::InspectorManager::mutex_

The documentation for this struct was generated from the following file: