Documentation
¶
Overview ¶
package shared contains client and shared dependency without direct dependency on tensorflow
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct {
Name string
Index int
DataType string `json:",omitempty" yaml:",omitempty"`
Auxiliary bool `json:",omitempty" yaml:",omitempty"`
Wildcard bool `json:",omitempty" yaml:",omitempty"`
Precision int `json:",omitempty" yaml:",omitempty"`
// contains filtered or unexported fields
}
func (*Field) SetRawType ¶
type Fields ¶
type Fields []*Field
type MetaInput ¶
type MetaInput struct {
Inputs []*Field
KeyFields []string `json:",omitempty" yaml:",omitempty"` // Deprecated: use Field.Wildcard
Auxiliary []string `json:",omitempty" yaml:",omitempty"` // Deprecated: use Field.Auxiliary
Outputs []*Field `json:",omitempty" yaml:",omitempty"`
}
func (*MetaInput) FieldByName ¶
func (*MetaInput) OutputIndex ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.