Skip to main content

ScalarOrTensor

A float, an int or a Tensor: the right-hand operand of the binary operators.

__init__

__init____init__(self) -> None

init(self) -> None init(self, arg: float, /) -> None init(self, arg: int, /) -> None init(self, arg: clika_runtime._core.Tensor, /) -> None