IndexBound
type IndexBound struct {
Kind IndexBoundKind
IntValue int64
Tensor *Tensor
}
IndexBound mirrors the C ABI's `clika_rt_index_bound` POD.
type IndexBound struct {
Kind IndexBoundKind
IntValue int64
Tensor *Tensor
}
IndexBound mirrors the C ABI's `clika_rt_index_bound` POD.