Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go30689 type MinAttr func(optionalAttr) type
30695 func MinKeepDims(value bool) MinAttr {
30714 func Min(scope *Scope, input tf.Output, axis tf.Output, optional ...MinAttr) (output tf.Output) { argument