Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
caffe2.python.onnx.backend.OnnxNode Class Reference
Inheritance diagram for caffe2.python.onnx.backend.OnnxNode:

Public Member Functions

def __init__ (self, node)
 

Public Attributes

 name
 
 op_type
 
 attrs
 
 inputs
 
 outputs
 

Detailed Description

Reimplementation of NodeProto from ONNX, but in a form
more convenient to work with from Python.

We may temporarily edit these nodes to get them into Caffe2 form,
before actually translating into the Caffe2 protobuf, since this
is easier than decomposing everything, and putting it back together
when we're ready.

Definition at line 114 of file backend.py.


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