Home
last modified time | relevance | path

Searched defs:DecodePng (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddecode_image_op.cc234 void DecodePng(OpKernelContext* context, StringPiece input) { in DecodePng() function in tensorflow::__anon7a5f54c80111::DecodeImageOp
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder_test.py702 def DecodePng(): function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go36887 func DecodePng(scope *Scope, contents tf.Output, optional ...DecodePngAttr) (image tf.Output) { func