Cortenn
|
#include <list>
#include "ade/ade.hpp"
Go to the source code of this file.
Classes | |
struct | opt::LeafFinder< T > |
struct | opt::TargetPruner< T > |
Namespaces | |
opt | |
Typedefs | |
template<typename T > | |
using | opt::GetLeafValT = std::function< T(ade::iLeaf *)> |
Functor for getting leaf values. More... | |
using | opt::ParentMapT = std::unordered_map< ade::iTensor *, std::unordered_set< size_t > > |
Type for mapping function nodes in path to boolean vector. More... | |
using | opt::PruneFuncT = std::function< ade::TensptrT(ade::iFunctor *, std::unordered_set< size_t >, ade::ArgsT)> |
Pruning functor type. More... | |