nnlib
GPU-accelerated, C/C++ neural network library.
Private Member Functions | List of all members
UnsupportedOperationException Class Reference

Exception to be thrown when an invalid operation is to be performed. More...

#include <unsupported_operation_exception.h>

Inheritance diagram for UnsupportedOperationException:

Private Member Functions

const char * what () const noexcept override
 Return the exception description. More...
 

Detailed Description

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.

Member Function Documentation

◆ what()

const char * UnsupportedOperationException::what ( ) const
overrideprivatenoexcept

Return the exception description.

Returns
The exception description.

The documentation for this class was generated from the following files: