Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go23593 type CopyAttr func(optionalAttr) type
23599 func CopyTensorName(value string) CopyAttr {
23613 func CopyDebugOpsSpec(value []string) CopyAttr {
23632 func Copy(scope *Scope, input tf.Output, optional ...CopyAttr) (output tf.Output) { argument