jit_load {torch}R Documentation

Loads a script_function or script_module previously saved with jit_save

Description

Loads a script_function or script_module previously saved with jit_save

Usage

jit_load(path, ...)

Arguments

path

a path to a script_function or script_module serialized with jit_save().

...

currently unused.


[Package torch version 0.13.0 Index]