Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go37426 type StringFormatAttr func(optionalAttr) type
37432 func StringFormatTemplate(value string) StringFormatAttr {
37442 func StringFormatPlaceholder(value string) StringFormatAttr {
37452 func StringFormatSummarize(value int64) StringFormatAttr {
37466 func StringFormat(scope *Scope, inputs []tf.Output, optional ...StringFormatAttr) (output tf.Output… argument