Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EpisodeBuffer ¶
type EpisodeBuffer struct {
EpisodeIndex int
Features map[string]meta.FeatureSpec
FPS int
// contains filtered or unexported fields
}
func New ¶
func New(episodeIndex int, fps int, features map[string]meta.FeatureSpec) *EpisodeBuffer
func (*EpisodeBuffer) Columns ¶
func (b *EpisodeBuffer) Columns(globalIndex int64, taskIndices []int64) map[string]any
func (*EpisodeBuffer) Size ¶
func (b *EpisodeBuffer) Size() int
func (*EpisodeBuffer) Tasks ¶
func (b *EpisodeBuffer) Tasks() []string
Click to show internal directories.
Click to hide internal directories.