Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go14939 type SumAttr func(optionalAttr) type
14945 func SumKeepDims(value bool) SumAttr {
14964 func Sum(scope *Scope, input tf.Output, axis tf.Output, optional ...SumAttr) (output tf.Output) { argument