= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package torch
-
torch.core
-
-
torch.toplevel
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : ?resize:(Base.int * Base.int) -> dir:Base.string -> Base.unit -> t
val random_batch : t -> batch_size:Base.int -> Torch.Tensor.t
val next_batch : t -> batch_size:Base.int -> Torch.Tensor.t Base.option