Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
torch.jit.frontend.UnsupportedNodeError Class Reference
Inheritance diagram for torch.jit.frontend.UnsupportedNodeError:
torch.jit.frontend.NotSupportedError torch.jit.frontend.FrontendError

Public Member Functions

def __init__ (self, ctx, offending_node)
 
- Public Member Functions inherited from torch.jit.frontend.FrontendError
def __init__ (self, source_range, msg)
 
def __str__ (self)
 

Additional Inherited Members

- Public Attributes inherited from torch.jit.frontend.FrontendError
 source_range
 
 msg
 

Detailed Description

Definition at line 106 of file frontend.py.


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