Searched refs:DecodeGif (Results 1 – 16 of 16) sorted by relevance
2 graph_op_name: "DecodeGif"4 name: "image.DecodeGif"
2 graph_op_name: "DecodeGif"
2 name: "DecodeGif"
54 TEST(ImageOpsTest, DecodeGif) { in TEST() argument
11906 name: "DecodeGif"
149 DecodeGif(root.WithOpName("gif_reader"), file_reader)); in ReadTensorFromImageFile()
97 image_reader = DecodeGif(root.WithOpName("gif_reader"), file_reader); in ReadTensorFromImageFile()
128 * `raw_ops.DecodeGif`
1092 name: "DecodeGif"
9670 name: "DecodeGif"
19212 name: "DecodeGif"
12799 func DecodeGif(scope *Scope, contents tf.Output) (image tf.Output) { func
2771 def TF_DecodeGifOp : TF_Op<"DecodeGif", [NoSideEffect]> {