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.go245 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) {
/external/tensorflow/tensorflow/go/op/
Dwrappers.go50833 type DecodeJpegAttr func(optionalAttr) type
50839 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