Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go12964 type DecodePngAttr func(optionalAttr) type
12970 func DecodePngChannels(value int64) DecodePngAttr {
12978 func DecodePngDtype(value tf.DataType) DecodePngAttr {
13006 func DecodePng(scope *Scope, contents tf.Output, optional ...DecodePngAttr) (image tf.Output) { argument