Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go35805 type SvdAttr func(optionalAttr) type
35854 func Svd(scope *Scope, input tf.Output, optional ...SvdAttr) (s tf.Output, u tf.Output, v tf.Output…