Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go16348 type DecodeImageAttr func(optionalAttr) type
16354 func DecodeImageChannels(value int64) DecodeImageAttr {
16364 func DecodeImageDtype(value tf.DataType) DecodeImageAttr {
16377 func DecodeImageExpandAnimations(value bool) DecodeImageAttr {
16408 func DecodeImage(scope *Scope, contents tf.Output, optional ...DecodeImageAttr) (image tf.Output) { argument