Home
last modified time | relevance | path

Searched defs:DecodeJpeg (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddecode_image_op.cc186 void DecodeJpeg(OpKernelContext* context, StringPiece input) { in DecodeJpeg() function in tensorflow::__anon7a5f54c80111::DecodeImageOp
/external/tensorflow/tensorflow/go/op/
Dwrappers.go11908 func DecodeJpeg(scope *Scope, contents tf.Output, optional ...DecodeJpegAttr) (image tf.Output) { func