Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::InvLearningRate< T > Class Template Reference
Inheritance diagram for caffe2::InvLearningRate< T >:
caffe2::LearningRateFunctor< T >

Public Member Functions

 InvLearningRate (const T gamma, const T power)
 
T operator() (const int64_t iter) const override
 

Data Fields

T gamma_
 
T power_
 

Detailed Description

template<typename T>
class caffe2::InvLearningRate< T >

Definition at line 85 of file learning_rate_functors.h.


The documentation for this class was generated from the following file: