load

static Module.load(filename, option: ~tcim_lite.runtime.Option = <tcim_lite.runtime.Option object>)

Loads a built TCIM model with the specified model file and configuration options.

Parameters:
  • filename (str) -- The file name and path of the built network model.

  • option (Option) -- The configuration options for loading the model, defined in Option.

Returns:

module -- The runtime module that is used for inference.

Return type:

Module