ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Optimizer.h File Reference
#include "backend/IPortableTensor.h"
#include "backend/train/ITrainableTensor.h"
#include <string>

Go to the source code of this file.

Data Structures

class  onert::exec::train::optimizer::Optimizer
 Base class for all optimizers. More...
 

Namespaces

namespace  onert
 
namespace  onert::exec
 
namespace  onert::exec::train
 
namespace  onert::exec::train::optimizer
 

Typedefs

using onert::exec::train::optimizer::UpdateFactors = std::tuple< const backend::IPortableTensor &, backend::train::ITrainableTensor &, size_t >