MCPcopy Create free account
hub / github.com/modelscope/modelscope / __rmul__

Method __rmul__

modelscope/models/science/unifold/modules/frame.py:250–254  ·  view source on GitHub ↗
(
        self,
        left: torch.Tensor,
    )

Source from the content-addressed store, hash-verified

248 return Frame(new_rots, new_trans)
249
250 def __rmul__(
251 self,
252 left: torch.Tensor,
253 ) -> Frame:
254 return self.__mul__(left)
255
256 @property
257 def shape(self) -> torch.Size:

Callers

nothing calls this directly

Calls 1

__mul__Method · 0.95

Tested by

no test coverage detected