Public Member Functions | |
def | __init__ (self, node) |
Public Attributes | |
name | |
op_type | |
attrs | |
inputs | |
outputs | |
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.