Documentation ¶
Index ¶
- Variables
- func GetOutboundIP() net.IP
- func NewRootCommand(frameworkRegisterFunc FrameworkRegisterFunction, ...) (*cobra.Command, error)
- func RunRootE(c *cobra.Command, framework dlframework.FrameworkManifest, args []string) (<-chan bool, error)
- func SetupFlags(c *cobra.Command)
- type FrameworkRegisterFunction
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // evaluationTable *evaluation.EvaluationCollection // modelAccuracyTable *evaluation.ModelAccuracyCollection // performanceTable *evaluation.PerformanceCollection // inputPredictionsTable *evaluation.InputPredictionCollection DefaultChannelBuffer = 100000 )
View Source
var ( DefaultRunOptions = &robustly.RunOptions{ RateLimit: 1, Timeout: time.Second, PrintStack: true, RetryDelay: 0 * time.Nanosecond, } )
Functions ¶
func GetOutboundIP ¶ added in v0.3.0
Get preferred outbound ip of this machine
func NewRootCommand ¶
func NewRootCommand(frameworkRegisterFunc FrameworkRegisterFunction, framework0 dlframework.FrameworkManifest) (*cobra.Command, error)
represents the base command when called without any subcommands
func RunRootE ¶ added in v0.2.19
func RunRootE(c *cobra.Command, framework dlframework.FrameworkManifest, args []string) (<-chan bool, error)
func SetupFlags ¶ added in v0.2.19
Types ¶
type FrameworkRegisterFunction ¶ added in v0.2.19
type FrameworkRegisterFunction func()
Source Files ¶
- container_tools.go
- download.go
- download_dataset.go
- download_model.go
- framework.go
- info.go
- info_models.go
- init.go
- predict.go
- predict_dataset.go
- predict_general.go
- predict_qps.go
- predict_raw.go
- predict_urls.go
- predict_workload.go
- root.go
- serve.go
- trace.go
- trace_chrometrace.go
- trace_flamegraph.go
- utils.go
Click to show internal directories.
Click to hide internal directories.