BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include <vector>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | bc::nn::cache_key< K, V, CacheKeyOverrider > |
struct | bc::nn::Cache |
A Dictionary designed to store any type using the 'store' and 'load' functions. More... | |
Namespaces | |
bc | |
The Evaluator determines if an expression needs to be greedily optimized. | |
bc::nn | |
Enumerations | |
enum | bc::nn::cache_key_type { bc::nn::inherit, bc::nn::always_recurrent, bc::nn::always_forward } |
A type designed to act as a key to the Cache object. More... | |