Skip to main content

Mojo struct

CachedCuDNNMetaNHWCFull

struct CachedCuDNNMetaNHWCFull

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

Was this page helpful?