8 #ifndef BLACKCAT_NEURALNETWORKS_COMMON_H_ 9 #define BLACKCAT_NEURALNETWORKS_COMMON_H_ 15 template<
class ValueType,
class SystemTag,
class... AltAllocator>
46 static constexpr
double default_learning_rate = 0.003;
48 #ifndef BLACKCAT_DEFAULT_SYSTEM 49 #define BLACKCAT_DEFAULT_SYSTEM_T bc::host_tag 51 #define BLACKCAT_DEFAULT_SYSTEM_T bc::BLACKCAT_DEFAULT_SYSTEM##_tag
ValueType value_type
Definition: common.h:26
Definition: constexpr_int.h:14
InputDimension tensor_dim
Definition: common.h:27
Definition: layer_loader.h:19
SystemTag system_tag
Definition: common.h:29
Definition: polymorphic_allocator.h:127
Definition: momentum.h:16
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22
Definition: recycle_allocator.h:57