Home
last modified time | relevance | path

Searched refs:UnstageAttr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dwrappers.go5967 type UnstageAttr func(optionalAttr) type
5973 func UnstageCapacity(value int64) UnstageAttr {
5983 func UnstageMemoryLimit(value int64) UnstageAttr {
5991 func UnstageContainer(value string) UnstageAttr {
5999 func UnstageSharedName(value string) UnstageAttr {
6009 func Unstage(scope *Scope, dtypes []tf.DataType, optional ...UnstageAttr) (values []tf.Output) { argument