Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in:
Backend config for a convolution that runs through cudnn.
Opaque algorithm number of cudnn algorithm chosen for this conv.
Whether we may use tensor cores when running this conv. Even if this is true, cudnn may choose not to use tensor cores, e.g. because the GPU or selected algorithm doesn't support it.
The scaling factor multiplied with the convolution result.
The requested activation (e.g. relu) after the convolution. It is with type stream_executor::dnn::ActivationMode.
The scaling factor multiplied with the side input. If no side input buffer is provided, this field must be 0.
Backend config for the GEMM operation running through cuBLAS.
Opaque optional algorithm number. No chosen number indicates that a different cuBLAS API will be used, which does not allow for choosing an algorithm.