BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Typedefs
any_map.h File Reference
#include <unordered_map>
#include <memory>
#include <typeinfo>
Include dependency graph for any_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::utility::Name< Chars >
 
struct  bc::utility::Name< C, Chars... >
 
struct  bc::utility::Any_Key< Key, Value >
 
class  bc::utility::Any_Map
 Any_Map stores a buck of std::shared_ptr<void>. More...
 

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::utility
 

Typedefs

template<class T >
using bc::utility::Type = bc::traits::Type< T >