Graphite  0.5.0
GPU-accelerated graph optimization framework
Loading...
Searching...
No Matches
adam.hpp File Reference
#include <graphite/graph.hpp>
#include <graphite/ops/vector.hpp>
#include <graphite/solver/solver.hpp>
#include <iomanip>
Include dependency graph for adam.hpp:

Go to the source code of this file.

Classes

class  graphite::optimizer::AdamOptions< T, S >
 

Namespaces

namespace  graphite
 The top-level namespace for Graphite.
 
namespace  graphite::optimizer
 Optimization algorithms for Graphite.
 

Functions

template<typename T , typename S >
bool graphite::optimizer::adam (Graph< T, S > *graph, AdamOptions< T, S > *options)
 Adam optimization algorithm.