Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go6878 type StageAttr func(optionalAttr) type
6887 func StageCapacity(value int64) StageAttr {
6900 func StageMemoryLimit(value int64) StageAttr {
6911 func StageContainer(value string) StageAttr {
6921 func StageSharedName(value string) StageAttr {
6937 func Stage(scope *Scope, values []tf.Output, optional ...StageAttr) (o *tf.Operation) { argument