mlpack  3.0.4
Functions
src/mlpack/core/optimizers/sgd/CMakeLists.txt File Reference

Functions

 set (SOURCES decay_policies/no_decay.hpp update_policies/gradient_clipping.hpp update_policies/momentum_update.hpp update_policies/nesterov_momentum_update.hpp update_policies/vanilla_update.hpp sgd.hpp sgd_impl.hpp) set(DIR_SRCS) foreach(file $
 
 set (DIR_SRCS ${DIR_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/${file}) endforeach() set(MLPACK_SRCS $
 

Function Documentation

◆ set() [1/2]

set ( SOURCES decay_policies/no_decay.hpp update_policies/gradient_clipping.hpp update_policies/momentum_update.hpp update_policies/nesterov_momentum_update.hpp update_policies/vanilla_update.hpp sgd.hpp sgd_impl.  hpp)

Definition at line 1 of file CMakeLists.txt.

◆ set() [2/2]

set ( DIR_SRCS ${DIR_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/${file}  )

Definition at line 13 of file CMakeLists.txt.