IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Mojo struct

ConvInfoStatic

struct ConvInfoStatic[rank: Int]

Fields​

  • ​pad (IntTuple):
  • ​stride (IntTuple):
  • ​dilation (IntTuple):
  • ​num_groups (Int):

Implemented traits​

AnyType, Defaultable, ImplicitlyDeletable

Methods​

__init__​

def __init__(out self, pad: IntTuple, stride: IntTuple, dilation: IntTuple, num_groups: Int)

def __init__(out self)

def __init__(out self, pad: IntTuple, stride: IntTuple, dilation: IntTuple, input_c: Int, filter_c: Int)

all_known​

def all_known(self) -> Bool

Returns:

Bool

pad_left​

def pad_left(self) -> Int

Returns:

Int

pad_bottom​

def pad_bottom(self) -> Int

Returns:

Int

strides​

def strides(self) -> IndexList[2]

Returns:

IndexList[2]

dilations​

def dilations(self) -> IndexList[2]

Returns:

IndexList[2]