Closed dmdunla closed 1 year ago
Currently, we have the following output types for ttv in the various data classes:
ttv
- ktensor.ttv -> Union[float, ktensor] - tensor.ttv -> tensor - sptensor.ttv -> Union[sptensor, ttb.tensor] - ttensor.ttv -> Union[float, ttensor]
All should support float and I think they do. But this should be verified and the type hints should be updated to include float across all.
float
Currently, we have the following output types for
ttv
in the various data classes:All should support
float
and I think they do. But this should be verified and the type hints should be updated to includefloat
across all.