mlpack  3.1.1
Functions
src/mlpack/methods/ann/loss_functions/CMakeLists.txt File Reference

Functions

 set (SOURCES cross_entropy_error.hpp cross_entropy_error_impl.hpp dice_loss.hpp dice_loss_impl.hpp earth_mover_distance.hpp earth_mover_distance_impl.hpp kl_divergence.hpp kl_divergence_impl.hpp mean_squared_error.hpp mean_squared_error_impl.hpp negative_log_likelihood.hpp negative_log_likelihood_impl.hpp reconstruction_loss.hpp reconstruction_loss_impl.hpp sigmoid_cross_entropy_error.hpp sigmoid_cross_entropy_error_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 cross_entropy_error.hpp cross_entropy_error_impl.hpp dice_loss.hpp dice_loss_impl.hpp earth_mover_distance.hpp earth_mover_distance_impl.hpp kl_divergence.hpp kl_divergence_impl.hpp mean_squared_error.hpp mean_squared_error_impl.hpp negative_log_likelihood.hpp negative_log_likelihood_impl.hpp reconstruction_loss.hpp reconstruction_loss_impl.hpp sigmoid_cross_entropy_error.hpp sigmoid_cross_entropy_error_impl.  hpp)

Definition at line 3 of file CMakeLists.txt.

◆ set() [2/2]

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

Definition at line 25 of file CMakeLists.txt.