Searched refs:DecodeJpegAttr (Results 1 – 2 of 2) sorted by relevance
244 type DecodeJpegAttr func(optionalAttr)250 func DecodeJpegChannels(value int64) DecodeJpegAttr {261 func DecodeJpegFancyUpscaling(value bool) DecodeJpegAttr {272 func DecodeJpegAcceptableFraction(value float32) DecodeJpegAttr {288 func DecodeJpeg(scope *Scope, contents tf.Output, optional ...DecodeJpegAttr) (image tf.Output) {
11813 type DecodeJpegAttr func(optionalAttr) type11819 func DecodeJpegChannels(value int64) DecodeJpegAttr {11829 func DecodeJpegRatio(value int64) DecodeJpegAttr {11840 func DecodeJpegFancyUpscaling(value bool) DecodeJpegAttr {11850 func DecodeJpegTryRecoverTruncated(value bool) DecodeJpegAttr {11861 func DecodeJpegAcceptableFraction(value float32) DecodeJpegAttr {11876 func DecodeJpegDctMethod(value string) DecodeJpegAttr {11908 func DecodeJpeg(scope *Scope, contents tf.Output, optional ...DecodeJpegAttr) (image tf.Output) { argument