Skip to main content

Mojo struct

CachedCuDNNMetaNHWCFull

struct CachedCuDNNMetaNHWCFull

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]):
  • ​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

Methods​

__init__​

__init__(out self)