Skip to main content

Mojo struct

CuDNNConvMeta

struct CuDNNConvMeta

Fields

  • ptr_handle (UnsafePointer[UnsafePointer[NoneType, MutAnyOrigin], MutAnyOrigin]):
  • ptr_input_desc (UnsafePointer[UnsafePointer[NoneType, MutAnyOrigin], MutAnyOrigin]):
  • ptr_filter_desc (UnsafePointer[UnsafePointer[NoneType, MutAnyOrigin], MutAnyOrigin]):
  • ptr_conv_desc (UnsafePointer[UnsafePointer[NoneType, MutAnyOrigin], MutAnyOrigin]):
  • ptr_output_desc (UnsafePointer[UnsafePointer[NoneType, MutAnyOrigin], MutAnyOrigin]):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable

Methods

__init__

__init__(out self)

__del__

__del__(deinit self)

Was this page helpful?