Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
model.Model Class Reference
Inheritance diagram for model.Model:
torch.jit.ScriptModule torch.jit.ScriptMeta

Public Member Functions

def __init__ (self)
 
def forward (self, input)
 
- Public Member Functions inherited from torch.jit.ScriptModule
def __init__ (self, optimize=True)
 
def __getattr__ (self, attr)
 
def __setattr__ (self, attr, value)
 
def __dir__ (self)
 
def define (self, lang)
 
def copy (self)
 
def __getstate__ (self)
 
def __init__ (self, optimize=True)
 
- Public Member Functions inherited from torch.jit.ScriptMeta
def __init__ (cls, name, bases, attrs)
 

Public Attributes

 p
 

Detailed Description

Definition at line 20 of file model.py.


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