Skip to main content

Mojo struct

CachedCuDNNMetaNHWCFull

struct CachedCuDNNMetaNHWCFull

Fields

  • ptr_handle (LegacyUnsafePointer[cudnnContext]):
  • ptr_input_desc (LegacyUnsafePointer[cudnnTensorStruct]):
  • ptr_filter_desc (LegacyUnsafePointer[cudnnFilterStruct]):
  • ptr_conv_desc (LegacyUnsafePointer[cudnnConvolutionStruct]):
  • ptr_output_desc (LegacyUnsafePointer[cudnnTensorStruct]):
  • workspace_size (Int):
  • best_algo (cudnnConvolutionFwdAlgo_t):
  • 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]):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable

comptime members

__copy_ctor_is_trivial

comptime __copy_ctor_is_trivial = False

__del__is_trivial

comptime __del__is_trivial = False

__move_ctor_is_trivial

comptime __move_ctor_is_trivial = False

Methods

__init__

__init__(out self)

Was this page helpful?