Documentation
¶
Index ¶
Constants ¶
View Source
const (
//DefaultSignatureKey signature key
DefaultSignatureKey = "serving_default"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
Name string
Index int
reflect.Type
Placeholder tf.Output
Wildcard bool // true if embedded vocabulary should be ignored
Auxiliary bool // true if this input isn't part of the model
Layer string
}
Input represents model and request input
Click to show internal directories.
Click to hide internal directories.