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
messagestringThe message.
TensorCoreException(string, Exception)
Initializes a new instance of the TensorCoreException class.
public TensorCoreException(string message, Exception inner)