We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a000e commit 35a671eCopy full SHA for 35a671e
stub/include/neurala/error/B4BError.h
@@ -39,6 +39,7 @@ struct B4BError
39
static constexpr B4BError unsupportedAction() { return {5}; }
40
static constexpr B4BError unsupportedBrainVersion() { return {6}; }
41
static constexpr B4BError notFound() { return {7}; }
42
+ static constexpr B4BError unsupportedQuantizationBackbone() { return {8}; }
43
44
constexpr operator int() const noexcept { return m_value; }
45
0 commit comments