Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunWithOptions ¶
Types ¶
type Options ¶
type Options struct {
Sa []string `short:"a" long:"sa" description:"sls model input" `
Sl []string `short:"s" long:"sl" description:"sls/vec model input"`
X []string `short:"x" long:"x_input" description:"auxiliary input input"`
Tv []string `short:"t" long:"tv" description:"vec model input" `
Model string `short:"m" long:"model" description:"model" `
Host string `short:"h" long:"host" description:"endpoint host" `
Port int `short:"p" long:"port" description:"endpoint port" `
}
Click to show internal directories.
Click to hide internal directories.