Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
c10::OpRegistrationListener Class Referenceabstract

Implement this interface and register your instance with the dispatcher to get notified when operators are registered or deregistered with the dispatcher. More...

#include <Dispatcher.h>

Public Member Functions

virtual void onOperatorRegistered (const OperatorHandle &op)=0
 
virtual void onOperatorDeregistered (const OperatorHandle &op)=0
 

Detailed Description

Implement this interface and register your instance with the dispatcher to get notified when operators are registered or deregistered with the dispatcher.

Definition at line 55 of file Dispatcher.h.


The documentation for this class was generated from the following files: