Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go6036 type StageAttr func(optionalAttr) type
6045 func StageCapacity(value int64) StageAttr {
6058 func StageMemoryLimit(value int64) StageAttr {
6069 func StageContainer(value string) StageAttr {
6079 func StageSharedName(value string) StageAttr {
6095 func Stage(scope *Scope, values []tf.Output, optional ...StageAttr) (o *tf.Operation) { argument