Skip to main content

Module training_runtime

Module training_runtime 

Source
Expand description

Native training orchestration outcome and common runtime entry point.

The portable contracts in this module use Typed Canonical Value v1 (TCV1). Historical graph, plan, controller, parameter, and bundle fingerprints keep their pre-existing algorithms.

Structs§

BoundTrainingOutput
One resolved output binding and the actual portable blocks it selected.
TrainingExecutionInput
Host-owned resources and portable identifiers for one native training run.
TrainingOutcome
Portable result of COMPILE/PLAN/FIT_CV/SELECT and optional REFIT.
TrainingRefitOutcome
Exact W0 refit state embedded in TrainingOutcome.

Enums§

TrainingRefitStatus

Constants§

BOUND_TRAINING_OUTPUT_SCHEMA_VERSION
LEGACY_TRAINING_OUTCOME_SCHEMA_VERSION
MIN_READABLE_TRAINING_OUTCOME_SCHEMA_VERSION
TRAINING_OUTCOME_SCHEMA_ID
TRAINING_OUTCOME_SCHEMA_VERSION

Functions§

build_oof_prediction_cache_payloads
build_oof_prediction_cache_records
build_oof_prediction_requirements
Derive portable OOF requirements from the blocks produced by an existing FIT_CV execution. Shared by the training operation and host capture paths.
execute_training
Execute COMPILE/PLAN -> FIT_CV -> SELECT -> optional REFIT and return the complete portable W0 outcome.