run

Module.run(sync=False, run_option=<tcim_lite.runtime.RunOption object>)

Infers a model.

Parameters:
  • sync (bool) -- Specifies if to run the module synchronously for each round. If set to true, the module runs synchronously. The default value is false.

  • run_option (RunOption) -- The configuration options for module inference.

Examples

See example in Module.