ScalarOrTensor
type ScalarOrTensor struct {
Kind ScalarOrTensorKind
DoubleValue float64
IntValue int64
Tensor *Tensor
}
ScalarOrTensor mirrors the C ABI's `clika_rt_scalar_or_tensor` POD.
type ScalarOrTensor struct {
Kind ScalarOrTensorKind
DoubleValue float64
IntValue int64
Tensor *Tensor
}
ScalarOrTensor mirrors the C ABI's `clika_rt_scalar_or_tensor` POD.