Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/genop/internal/
Dgenop_test.go244 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) {
/external/tensorflow/tensorflow/go/op/
Dwrappers.go11813 type DecodeJpegAttr func(optionalAttr) type
11819 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