wandb_log Interface

public interface wandb_log

Module Procedures

private subroutine wandb_log_real64(key, value, step)

Arguments

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

private subroutine wandb_log_real32(key, value, step)

Arguments

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

private subroutine wandb_log_integer(key, value, step)

Arguments

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