package tensorboard

  1. Overview
  2. Docs
type t
val create : string -> t

create dirname creates a new TensorBoard event file in directory dirname.

val close : t -> unit
val write_value : t -> step:int -> name:string -> value:float -> unit
val write_text : t -> step:int -> name:string -> text:string -> unit