IndexEntry
type IndexEntry struct {
Kind IndexEntryKind
IntValue int64
BoolValue bool
Tensor *Tensor
Slice IndexSlice
}
IndexEntry mirrors the C ABI's `clika_rt_index_entry` POD.
type IndexEntry struct {
Kind IndexEntryKind
IntValue int64
BoolValue bool
Tensor *Tensor
Slice IndexSlice
}
IndexEntry mirrors the C ABI's `clika_rt_index_entry` POD.