= 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 load_image : string -> Torch.Tensor.t
val load_image_no_resize_and_crop : string -> Torch.Tensor.t
val load_images : dir:string -> Torch.Tensor.t
val clamp_ : Torch.Tensor.t -> Torch.Tensor.t
val load_dataset :
dir:string ->
classes:string list ->
?with_cache:string ->
unit ->
Torch.Dataset_helper.t
val write_image : Torch.Tensor.t -> filename:string -> unit
module Classes : sig ... end
module Loader : sig ... end