Skip to main content

Mojo struct

CuDNNConvMeta

struct CuDNNConvMeta

Fields

  • ptr_handle (UnsafePointer[cudnnContext, MutAnyOrigin]):
  • ptr_input_desc (UnsafePointer[cudnnTensorStruct, MutAnyOrigin]):
  • ptr_filter_desc (UnsafePointer[cudnnFilterStruct, MutAnyOrigin]):
  • ptr_conv_desc (UnsafePointer[cudnnConvolutionStruct, MutAnyOrigin]):
  • ptr_output_desc (UnsafePointer[cudnnTensorStruct, MutAnyOrigin]):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable

Methods

__init__

__init__(out self)

__del__

__del__(deinit self)

Was this page helpful?