Neural networks and training
Ptree.List
val items_exn : ?ctx:string -> t -> t list
items_exn ?ctx t is t's items.
items_exn ?ctx t
t
Raises Invalid_argument if t is not List _. The optional ctx is prefixed to the error message.
Invalid_argument
List _
ctx