mxnet
Public Member Functions | List of all members
nnvm::NodeEntryHash Struct Reference

This lets you use a NodeEntry as a key in a unordered_map of the form unordered_map<NodeEntry, ValueType, NodeEntryHash, NodeEntryEqual> More...

#include <node.h>

Collaboration diagram for nnvm::NodeEntryHash:
Collaboration graph

Public Member Functions

size_t operator() (const NodeEntry &e) const
 

Detailed Description

This lets you use a NodeEntry as a key in a unordered_map of the form unordered_map<NodeEntry, ValueType, NodeEntryHash, NodeEntryEqual>

Member Function Documentation

size_t nnvm::NodeEntryHash::operator() ( const NodeEntry e) const
inline

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