(* vi: set ft=ocaml: *)
open Oar_kit
let __incr_tf =
let entry_dir = ~/"."
and title = "Incr Tf"
and prefix = "~kinten/incr-tf"
and doc = "A library for writing differentiable computations and neural nets."
and ignore = []
in Firebase.fsbrowse ~entry_dir ~doc ~title ~prefix ~ignore
@@ Firebase.libname "incr-tf"