relu_activation Subroutine

private subroutine relu_activation(input, output)

relu activation function

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(:,:) :: input
real(kind=wp), intent(out), dimension(:,:), allocatable :: output

Called by

proc~~relu_activation~~CalledByGraph proc~relu_activation relu_activation proc~tempo_ml_predict_cloud_number tempo_ml_predict_cloud_number proc~tempo_ml_predict_cloud_number->proc~relu_activation interface~get_cloud_number get_cloud_number interface~get_cloud_number->proc~tempo_ml_predict_cloud_number proc~tempo_main tempo_main proc~tempo_main->interface~get_cloud_number proc~tempo_run tempo_run proc~tempo_run->proc~tempo_main proc~test_cloud_number_aerosolaware test_cloud_number_aerosolaware proc~test_cloud_number_aerosolaware->proc~tempo_run proc~test_cloud_number_ml test_cloud_number_ml proc~test_cloud_number_ml->proc~tempo_run proc~test_cloud_number_non_aerosolaware test_cloud_number_non_aerosolaware proc~test_cloud_number_non_aerosolaware->proc~tempo_run proc~test_graupel_sedimentation test_graupel_sedimentation proc~test_graupel_sedimentation->proc~tempo_run proc~test_ml_cloud_effective_radius test_ml_cloud_effective_radius proc~test_ml_cloud_effective_radius->proc~tempo_run proc~test_snow_sedimentation test_snow_sedimentation proc~test_snow_sedimentation->proc~tempo_run program~run_tempo_tests run_tempo_tests program~run_tempo_tests->proc~test_cloud_number_aerosolaware program~run_tempo_tests->proc~test_cloud_number_ml program~run_tempo_tests->proc~test_cloud_number_non_aerosolaware program~run_tempo_tests->proc~test_graupel_sedimentation program~run_tempo_tests->proc~test_ml_cloud_effective_radius program~run_tempo_tests->proc~test_snow_sedimentation