symforce.ops.impl.class_storage_ops module¶ class ClassStorageOps[source]¶ Bases: object static storage_dim(a)[source]¶ Parameters: a (Any | Type) Return type: int static to_storage(a)[source]¶ Parameters: a (Any) Return type: List[float] static from_storage(a, elements)[source]¶ Parameters: a (Any | Type) elements (Sequence[float]) Return type: Any static symbolic(a, name, **kwargs)[source]¶ Parameters: a (Any | Type) name (str) kwargs (Dict) Return type: Any