nnlib
GPU-accelerated, C/C++ neural network library.
|
Exception to be thrown when an invalid operation is to be performed. More...
#include <unsupported_operation_exception.h>
Private Member Functions | |
const char * | what () const noexcept override |
Return the exception description. More... | |
Exception to be thrown when an invalid operation is to be performed.
This example will be thrown when, for example, a 3D tensor will be attempted to be multiplied with another 3D tensor. Such an operation is not yet defined in the library and hence is invalid.
|
overrideprivatenoexcept |
Return the exception description.