Module dnn

Module dnn 

Source

Modules§

algorithm_config_proto
Nested message and enum types in AlgorithmConfigProto.
algorithm_proto
Nested message and enum types in AlgorithmProto.
tensor_descriptor_proto
Nested message and enum types in TensorDescriptorProto.

Structs§

AlgorithmConfigProto
Proto definition of AlgorithmConfig in “dnn.h”. TODO(ruochengw): After cl/380702564 is submitted, add support for algorithm configs with cuDNN Frontend APIs.
AlgorithmProto
Generic algorithm representation.
ConvolutionDescriptorProto
Convolution-specific parameters.
TensorDescriptorProto
Generic tensor representation.

Enums§

ActivationMode
Describes a kind of non-linearity (threshold-like mathematical function).
ConvolutionKind
ConvolutionMode
Describe the math definition for the conv op. The popular behavior is actually called cross-correlation in math, despite the operation is often referred as convolution. See cuDNN cudnnConvolutionMode_t.
DataLayout
Describes how a convolution input or output layer’s data is formatted.
DataType
Specifies the data type used by an operation.
FilterLayout
Describes how a convolution filter is laid out in the memory.
FmhaMaskKind
FusedMHAMaskKind kind
FusedMhaKind
FusedMHAKind kind
NormKind
NormKind kind