Table of Contents

Class TensorCoreException

Namespace
DotCompute.Backends.CUDA.Advanced
Assembly
DotCompute.Backends.CUDA.dll

Exception for tensor core operations.

public sealed class TensorCoreException : Exception, ISerializable
Inheritance
TensorCoreException
Implements
Inherited Members

Constructors

TensorCoreException()

Initializes a new instance of the TensorCoreException class.

public TensorCoreException()

TensorCoreException(string)

Initializes a new instance of the TensorCoreException class.

public TensorCoreException(string message)

Parameters

message string

The message.

TensorCoreException(string, Exception)

Initializes a new instance of the TensorCoreException class.

public TensorCoreException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner.