package tensorflow

  1. Overview
  2. Docs
type 'a t
val create : ksize:(int * int) -> strides:(int * int) -> padding:padding -> int -> 'a t
val apply : ?use_bias:bool -> [< `double | `float ] as 'a t -> 'a Node.t -> 'a Node.t
val vars : 'a t -> 'a Node.t list