Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go39186 type MeanAttr func(optionalAttr) type
39192 func MeanKeepDims(value bool) MeanAttr {
39211 func Mean(scope *Scope, input tf.Output, axis tf.Output, optional ...MeanAttr) (output tf.Output) { argument