Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::jit::Operator Struct Reference

Public Member Functions

 Operator (FunctionSchema schema, OperationCreator op_creator)
 
 Operator (const std::string &schema, OperationCreator op_creator)
 
 Operator (Symbol name, OperationCreator op_creator)
 
 Operator (FunctionSchema schema, Operation op)
 
 Operator (const std::string &schema, Operation op)
 
bool matches (const Node *node) const
 
Operation getOperation (const Node *node=nullptr) const
 
const FunctionSchemaschema () const
 

Detailed Description

Definition at line 60 of file operator.h.


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