implode

package
v0.0.0-...-63fa78c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2017 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

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.

Index

Constants

This section is empty.

Variables

View Source
var (
	CLI = struct {
		// Command line args common to all commands
		inputDir  string
		outputDir string
		prefix    string // output prefix
		filter    string
		shardSize int
		maxCount  int

		// Private stuff
		numWorkers int
		classes    []int
	}{}
)

Functions

func RunJob

func RunJob(nworkers int, args []string, wl *logger.WorkerLogger) error

Types

type Job

type Job struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL