Documentation ¶
Overview ¶
Package jobs implements generic helpers for use in various specific job types as defined in the subdirectories that follow.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseRangeString ¶
ParseRangeString accepts a string input and returns a list of integers that fall within the described range string. Returns an error if the string is malformed. A range string may contain any number of comma separated groups, where each group may either be a single scalar value, or a range specified in the form of `a-b`. A valid range string would be `32,50-52` which would return the list of integers `[32,50,51,52]`.
func RangeContainsClass ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package explode wraps all needed logic to run a parallel job that will take a directory of tf records and explode them into their respective classes.
|
Package explode wraps all needed logic to run a parallel job that will take a directory of tf records and explode them into their respective classes. |
Package implode wraps all needed logic to run a parallel job that will take a directory of tf records and implode them from their respective classes.
|
Package implode wraps all needed logic to run a parallel job that will take a directory of tf records and implode them from their respective classes. |
Click to show internal directories.
Click to hide internal directories.