Beatmup
Beatmup::NNets::InferenceTimeError Class Reference

Wrapper for exceptions occuring during the model inference. More...

#include <model.h>

Inheritance diagram for Beatmup::NNets::InferenceTimeError:
Beatmup::Exception

Public Member Functions

 InferenceTimeError (const AbstractOperation &op, const std::exception &ex)
 
- Public Member Functions inherited from Beatmup::Exception
virtual const char * what () const NOEXCEPT override
 

Additional Inherited Members

- Protected Member Functions inherited from Beatmup::Exception
 Exception (const char *message)
 
template<typename ... Args>
 Exception (const char *message, const Args &... args)
 

Detailed Description

Wrapper for exceptions occuring during the model inference.

Definition at line 357 of file model.h.

Constructor & Destructor Documentation

◆ InferenceTimeError()

InferenceTimeError::InferenceTimeError ( const AbstractOperation op,
const std::exception &  ex 
)

Definition at line 587 of file model.cpp.

587  :
588  Exception("Error in %s: %s", op.getName().c_str(), ex.what())
589 {}
Exception(const char *message)
Definition: exception.h:41
jlong jint op

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