fhelium.backend.workspace
Live inputs owned by one operation Backend.
BackendWorkspace
class View source
python
BackendWorkspace(named_resources: ResourceBindings = field(default_factory=ResourceBindings), materializer: ResourceMaterializer | None = None)1
Hold one Backend instance's non-Tensor execution handles.
Attributes
| Name | Type | Default/value |
|---|---|---|
named_resources | ResourceBindings | field(default_factory=ResourceBindings) |
materializer | ResourceMaterializer | None | None |
with_named_resources
method
python
def with_named_resources(resources: ResourceBindings, *, override: bool=True) -> BackendWorkspace: ...1
Return this workspace with an overlaid named-resource table.