Parameters
module Comb : Hardcaml__.Comb.S
Signature
val sexp_of_t : comb t -> Sexplib0.Sexp.t
val assert_widths : comb t -> Base.unit
val of_int : Base.int -> comb t
val const : Base.int -> comb t
val unpack : ?rev:Base.bool -> comb -> comb t
val priority_select :
( ( comb, comb t ) Hardcaml__.Comb.with_valid2 Base.list ->
( comb, comb t ) Hardcaml__.Comb.with_valid2 )
Hardcaml__.Comb.optional_branching_factor
val priority_select_with_default :
( ( comb, comb t ) Hardcaml__.Comb.with_valid2 Base.list ->
default:comb t ->
comb t )
Hardcaml__.Comb.optional_branching_factor
val onehot_select :
( ( comb, comb t ) Hardcaml__.Comb.with_valid2 Base.list ->
comb t )
Hardcaml__.Comb.optional_branching_factor
val widths : t -> Base.int t
val of_ints : Base.int t -> t
val consts : Base.int t -> t