TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
model.Invertible1x1Conv Class Reference
Inheritance diagram for model.Invertible1x1Conv:
Collaboration diagram for model.Invertible1x1Conv:

Public Member Functions

def __init__ (self, c)
 
def forward (self, z)
 
def infer (self, z)
 

Public Attributes

 conv
 
 W_inverse
 

Detailed Description

The layer outputs both the convolution, and the log determinant
of its weight matrix.  If reverse=True it does convolution with
inverse

Constructor & Destructor Documentation

◆ __init__()

def model.Invertible1x1Conv.__init__ (   self,
  c 
)

Member Function Documentation

◆ forward()

def model.Invertible1x1Conv.forward (   self,
  z 
)

◆ infer()

def model.Invertible1x1Conv.infer (   self,
  z 
)

Member Data Documentation

◆ conv

model.Invertible1x1Conv.conv

◆ W_inverse

model.Invertible1x1Conv.W_inverse

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