Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Friends
c10::OperatorHandle Class Referencefinal

This is a handle to an operator schema registered with the dispatcher. More...

#include <Dispatcher.h>

Public Member Functions

 OperatorHandle (OperatorHandle &&)=default
 
OperatorHandleoperator= (OperatorHandle &&)=default
 
 OperatorHandle (const OperatorHandle &)=default
 
OperatorHandleoperator= (const OperatorHandle &)=default
 
const FunctionSchemaschema () const
 

Friends

class Dispatcher
 

Detailed Description

This is a handle to an operator schema registered with the dispatcher.

This handle can be used to register kernels with the dispatcher or to lookup a kernel for a certain set of arguments.

Definition at line 139 of file Dispatcher.h.


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