brushed the config keys

This commit is contained in:
myshevts 2021-11-24 17:07:54 +03:00
parent fef1dabce1
commit 2db8ff5ccc

View File

@ -256,9 +256,12 @@ DECLARE_CONFIG_VALUE(YES);
DECLARE_CONFIG_VALUE(NO);
/**
* @brief Auto-batching to the `#batch`.
* @brief Auto-batching configuration: device + batch size
*/
DECLARE_CONFIG_KEY(AUTO_BATCH);
/**
* @brief Auto-batching configuration: timeout
*/
DECLARE_CONFIG_KEY(AUTO_BATCH_TIMEOUT);
/**