Searched refs:DecodeImageAttr (Results 1 – 1 of 1) sorted by relevance
16348 type DecodeImageAttr func(optionalAttr) type16354 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