wandb_config_set Interface

public interface wandb_config_set

Module Procedures

private subroutine wandb_config_set_integer(key, value)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: key
integer, intent(in) :: value

private subroutine wandb_config_set_real64(key, value)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: key
real(kind=c_double), intent(in) :: value

private subroutine wandb_config_set_real32(key, value)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: key
real(kind=c_float), intent(in) :: value

private subroutine wandb_config_set_string(key, value)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: key
character(len=*), intent(in) :: value