HomeSort by relevance Sort by last modified time
    Searched defs:DecodeGif (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
decode_image_op.cc 79 } else if (type_string() == "DecodeGif") {
178 DecodeGif(context, input);
290 void DecodeGif(OpKernelContext* context, StringPiece input) {
339 REGISTER_KERNEL_BUILDER(Name("DecodeGif").Device(DEVICE_CPU), DecodeImageOp);
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 323 milliseconds