Skip to main content

Mojo struct

CachedMIOpenMeta

struct CachedMIOpenMeta

Fields

  • handle (Handle):
  • input_desc (TensorDescriptor):
  • filter_desc (TensorDescriptor):
  • output_desc (TensorDescriptor):
  • conv_desc (ConvolutionDescriptor):
  • algo (ConvFwdAlgorithm):
  • workspace_size (UInt64):
  • is_set (Bool):
  • in_dtype (DType):
  • in_ (Tuple[Int, Int, Int, Int]):
  • filt (Tuple[Int, Int, Int, Int]):
  • out (Tuple[Int, Int, Int, Int]):
  • pad (Tuple[Int, Int]):
  • stride (Tuple[Int, Int]):
  • dil (Tuple[Int, Int]):
  • filter_is_fcrs (Bool):

Implemented traits

AnyType, ImplicitlyDestructible, Movable

Methods

__init__

__init__(out self)

Was this page helpful?