Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go6809 type UnstageAttr func(optionalAttr) type
6815 func UnstageCapacity(value int64) UnstageAttr {
6825 func UnstageMemoryLimit(value int64) UnstageAttr {
6833 func UnstageContainer(value string) UnstageAttr {
6841 func UnstageSharedName(value string) UnstageAttr {
6851 func Unstage(scope *Scope, dtypes []tf.DataType, optional ...UnstageAttr) (values []tf.Output) { argument