Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go29167 type PrintAttr func(optionalAttr) type
29173 func PrintMessage(value string) PrintAttr {
29183 func PrintFirstN(value int64) PrintAttr {
29193 func PrintSummarize(value int64) PrintAttr {
29208 func Print(scope *Scope, input tf.Output, data []tf.Output, optional ...PrintAttr) (output tf.Outpu… argument