config

package
v0.0.0-...-a595894 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2019 License: NCSA Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	HomeDir, _                        = homedir.Dir()
	HostName, _                       = os.Hostname()
	DefaultVisibleDevices             = "0"
	DefaultSrcPath                    = "Automatic"
	DefaultBasePath                   = utils.GetEnvOr("UPR_BASE_DIR", filepath.Join(HomeDir, "carml", "data", "mxnet"))
	DefaultServerRelativePath         = ""
	DefaultServerBuildCmd             = "make"
	DefaultServerRunCmd               = filepath.Join("bin", "uprd")
	DefaultClientRelativePath         = filepath.Join("example", "image-classification", "predict-cpp")
	DefaultClientBuildCmd             = "make"
	DefaultClientRunCmd               = "./image-classification-predict"
	DefaultBaseBucketURL              = "http://s3.amazonaws.com/micro18profiles"
	DefaultUploadBucketName           = "traces"
	DefaultProfileOutputBaseDirectory = filepath.Join(HomeDir, "micro18_profiles")
	DefaultServerInfoPath             = filepath.Join(HomeDir, ".micro18_server.json")
)
View Source
var (
	Config = &microConfig{
		done: make(chan struct{}),
	}
)
View Source
var (
	Version version
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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