Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go26772 type StringFormatAttr func(optionalAttr) type
26778 func StringFormatTemplate(value string) StringFormatAttr {
26788 func StringFormatPlaceholder(value string) StringFormatAttr {
26798 func StringFormatSummarize(value int64) StringFormatAttr {
26812 func StringFormat(scope *Scope, inputs []tf.Output, optional ...StringFormatAttr) (output tf.Output… argument