package tensorflow

  1. Overview
  2. Docs
val with_shape : f:(shape:'dim shape -> 'a) -> (('dim t -> 'a) -> 'b) -> 'b Core_kernel.Std.Staged.t
val dense : shape:int -> (_1d t -> _1d t) Core_kernel.Std.Staged.t
val conv2d : filter:(int * int) -> out_channels:int -> strides:(int * int) -> padding:[ `same | `valid ] -> (_3d t -> _3d t) Core_kernel.Std.Staged.t
OCaml

Innovation. Community. Security.