#include <operation.h>
Definition at line 100 of file operation.h.
◆ InconsistentModelData() [1/2]
Beatmup::NNets::AbstractOperation::InconsistentModelData::InconsistentModelData |
( |
const AbstractOperation * |
op, |
|
|
const char * |
shortDescription |
|
) |
| |
|
inline |
Definition at line 102 of file operation.h.
103 Exception(
"Error when configuring '%s' operation: %s.",
op->getName().c_str(), shortDescription)
Exception(const char *message)
◆ InconsistentModelData() [2/2]
Beatmup::NNets::AbstractOperation::InconsistentModelData::InconsistentModelData |
( |
const AbstractOperation * |
op, |
|
|
const char * |
shortDescription, |
|
|
const size_t |
entriesRequested, |
|
|
const size_t |
sizeBytesGot |
|
) |
| |
|
inline |
Definition at line 106 of file operation.h.
107 Exception(
"Error when configuring '%s' operation: %s. Cannot convert %u bytes of the given weights to %u requested entries.",
108 op->getName().c_str(), shortDescription, (
unsigned int)sizeBytesGot, (
unsigned int)entriesRequested)
The documentation for this class was generated from the following file: