Searched refs:DecodeJpegAttr (Results 1 – 2 of 2) sorted by relevance
245 type DecodeJpegAttr func(optionalAttr)251 func DecodeJpegChannels(value int64) DecodeJpegAttr {262 func DecodeJpegFancyUpscaling(value bool) DecodeJpegAttr {273 func DecodeJpegAcceptableFraction(value float32) DecodeJpegAttr {289 func DecodeJpeg(scope *Scope, contents tf.Output, optional ...DecodeJpegAttr) (image tf.Output) {
50833 type DecodeJpegAttr func(optionalAttr) type50839 func DecodeJpegChannels(value int64) DecodeJpegAttr {50849 func DecodeJpegRatio(value int64) DecodeJpegAttr {50860 func DecodeJpegFancyUpscaling(value bool) DecodeJpegAttr {50870 func DecodeJpegTryRecoverTruncated(value bool) DecodeJpegAttr {50881 func DecodeJpegAcceptableFraction(value float32) DecodeJpegAttr {50896 func DecodeJpegDctMethod(value string) DecodeJpegAttr {50928 func DecodeJpeg(scope *Scope, contents tf.Output, optional ...DecodeJpegAttr) (image tf.Output) { argument