openfl.native.native.update_plan

Contents

openfl.native.native.update_plan#

openfl.native.native.update_plan(override_config, plan=None, resolve=True)[source]#

Updates the plan with the provided override and saves it to disk.

For a list of available override options, call fx.get_plan()

Parameters:
  • override_config (dict) – A dictionary of values to override in the plan.

  • plan (Plan, optional) – The plan to update. If None, a new plan is set up. Defaults to None.

  • resolve (bool, optional) – Whether to resolve the plan. Defaults to True.

Returns:

The updated plan.

Return type:

plan (object)