uniform_geometry_ops ==================== .. py:function:: t3toolbox.backend.uniform_fitting.uniform_geometry_ops(kind, x0_data) .. code-block:: python def uniform_geometry_ops( kind: str, # 'manifold' or 'corewise' x0_data: typ.Tuple, # UniformTuckerTensorTrain.data at the fixed rank to optimize over ) -> bopt.GeometryOps: Dispatch to :py:func:`uniform_manifold_ops` / :py:func:`uniform_corewise_ops` by name.