package tensorboard

  1. Overview
  2. Docs

Module Tensorboard.Summary_writerSource

Sourcetype t
Sourceval create : string -> t

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

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