jactorch.vision.conv#

Classes

Functions

custom_kernel(image, k[, border_mode])

Class CustomKernel

class CustomKernel[source]#

Bases: Module

__init__(kernel, border_mode='zero')[source]#

Initialize internal Module state, shared by both nn.Module and ScriptModule.

forward(input)[source]#

Define the computation performed at every call.

Should be overridden by all subclasses.

Note

Although the recipe for forward pass needs to be defined within this function, one should call the Module instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.

Class MaxPoolingKernelDef

class MaxPoolingKernelDef[source]#

Bases: object

__init__(kernel_size)[source]#
__new__(**kwargs)#

Functions

custom_kernel(image, k, border_mode='zeros')[source]#