mxnet
Public Member Functions | List of all members
mxnet::runtime::ObjectEqual Struct Reference

ObjectRef equal functor. More...

#include <object.h>

Collaboration diagram for mxnet::runtime::ObjectEqual:
Collaboration graph

Public Member Functions

bool operator() (const ObjectRef &a, const ObjectRef &b) const
 
template<typename T >
size_t operator() (const ObjectPtr< T > &a, const ObjectPtr< T > &b) const
 

Detailed Description

ObjectRef equal functor.

Member Function Documentation

bool mxnet::runtime::ObjectEqual::operator() ( const ObjectRef a,
const ObjectRef b 
) const
inline
template<typename T >
size_t mxnet::runtime::ObjectEqual::operator() ( const ObjectPtr< T > &  a,
const ObjectPtr< T > &  b 
) const
inline

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