Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Shape : sig ... end
module Id : sig ... end
module Input_id : sig ... end
val input : shape:'a Shape.t -> 'a t * Input_id.t
val const : Base.float -> shape:'a Shape.t -> 'a t
val dense' :
?w_init:init ->
?b_init:init ->
?name:Base.string ->
Base.int ->
(_1d t -> _1d t) Base.Staged.t
module Optimizer : sig ... end
module Loss : sig ... end
module Model : sig ... end