load
load(filename , option: ~tcim_lite.runtime.Option = <tcim_lite.runtime.Option object>)
Loads a built TCIM model with the specified model file. Same as tcim_lite.runtime.Module.load().
Parameters:
-
filename (str) -- The file path of the built TCIM model.
-
option (Option) -- The configuration options for module initialization, defined in
Option.
Returns:
module -- The runtime module that is used for inference.
Return type: