Home
last modified time | relevance | path

Searched defs:TopKAttr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dwrappers.go22060 type TopKAttr func(optionalAttr) type
22096 func TopK(scope *Scope, input tf.Output, k int64, optional ...TopKAttr) (values tf.Output, indices …