Skip to main content

Module replicated_text

Module replicated_text 

Source
Expand description

Selection contracts for replicated text architectures. Selection contracts for replicated text architectures.

Structs§

AddressableStorageCapabilities
Generic independently addressable storage facilities implemented by a backend.
AddressableStorageTiers
Generic storage tiers usable by an independently addressable bank.
BackendMechanismCapabilities
Family- and execution-class-neutral backend mechanism report.
ParameterTransformTarget
Architecture-valid transform target for one linear parameter.
ReplicatedTextContractError
Invalid public replicated-text contract construction.
ReplicatedTextMaterializationPartitionPlan
Index-based partition of exact materialization tasks by construction owner.
ReplicatedTextMaterializationTask
Exact backend work item for one selected logical parameter.
ReplicatedTextOutputCompanion
Architecture-declared output companion for one materialized linear weight.
ReplicatedTextParameterRequirement
Exact admitted source and executable constraints for one logical parameter.
ReplicatedTextPhysicalSource
Exact admitted source and executable constraints for one logical parameter.
ReplicatedTextRequirements
Exact architecture and artifact requirements for replicated text execution.
ReplicatedTextSelectionError
Complete fail-closed selection diagnostic.
ReplicatedTextSelectionRequest
Caller choices resolved while selecting one replicated text realization.
ReplicatedTextTransformGroup
One executable-format group of transforming task indices.
SelectedParameterRealization
Selected lowering for one canonical logical parameter.
SelectedReplicatedTextRealization
Authoritative realization selected before architecture or payload construction.
SelectedStateComponentRealization
Selected physical realization of one exact semantic state component.
SelectedStateRealization
Authoritative mutable-state realization selected before allocation.
StateComponentMechanism
Exact state component and placements implemented by a backend mechanism.
StateMechanismCapabilities
Exact, family-neutral mutable-state mechanisms reported by a backend.
WeightLoweringCapability
One exact weight lowering implemented by a backend.
WeightLoweringDescriptor
Exact source-to-executable lowering query presented to a backend.

Enums§

GroupedOperationRequirement
One required grouped-compute mechanism.
ParameterTransformConstraint
Architecture declaration of whether and how a parameter may be transformed.
ReplicatedTextOutputSelection
Architecture-declared projection from complete logits to one causal-text output.
ReplicatedTextParameterOwner
Architecture-owned location of one replicated-text parameter.
ReplicatedTextParameterPresence
Exact admitted presence or derivation of one logical parameter.
ReplicatedTextParameterRole
Architecture-owned semantic role of one logical parameter.
ReplicatedTextStateAccess
Static state-access semantics required by an admitted replicated text graph.
StateComponentPlacement
Physical placement selected for one semantic mutable-state component.
StateStorageDtype
Physical scalar representation selected for native mutable state.
WeightLoweringKind
Backend implementation route for one source-to-executable weight lowering.
WeightResidencyMechanism
Weight-residency mechanism implemented by a backend.

Traits§

ReplicatedTextArchitecture
Statically dispatched text-input seam for a layered decoder.

Functions§

group_replicated_text_transform_tasks
Groups transforming tasks by exact packed output format.
locally_materialized_replicated_text_outputs
Returns every primary and companion produced by local transformation.
partition_selected_replicated_text_materialization_tasks
Completes rank projection for physical tasks selected before backend resources exist.
partitioned_replicated_text_materialization_tasks
Projects selected text materialization into one exact architecture partition.
plan_local_replicated_text_materialization_tasks
Partitions exact tasks into one retained rank-local execution-unit order.
plan_replicated_text_materialization_tasks
Partitions exact tasks against the architecture-global execution layout.
replicated_text_materialization_tasks
Projects an authoritative selection into exact materialization work.
select_replicated_text_realization
Deterministically selects one realization without constructing backend payloads.
selected_materialization_task_bytes
Computes the exact executable storage charged to one selected task.