Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
caffe2.experiments.python.SparseTransformer.NetDefNode Class Reference

Public Member Functions

def __init__ (self, name, optype, p=None, op=None)
 
def insertInput (self, p)
 
def deleteInput (self, p)
 

Public Attributes

 name
 
 optype
 
 ops
 
 prev
 
 visited
 
 op
 

Detailed Description

Definition at line 26 of file SparseTransformer.py.

Member Function Documentation

def caffe2.experiments.python.SparseTransformer.NetDefNode.insertInput (   self,
  p 
)
Insert input of this op
also maintain the output of previous op
p: a node or a list of node

Definition at line 37 of file SparseTransformer.py.


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