Skip to content

Try #8

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from
Closed

Try #8

wants to merge 1 commit into from

Conversation

yongtang
Copy link
Owner

@yongtang yongtang commented Feb 6, 2022

Signed-off-by: Yong Tang yong.tang.github@outlook.com

@@ -31,7 +31,7 @@
assert sum(e.startswith("require = ") for e in entries) == 1
version = list(e[10:] for e in entries if e.startswith("version = "))[0].strip('"')
require = list(e[10:] for e in entries if e.startswith("require = "))[0].strip('"')
assert version != ""
assert version != ""
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[reviewdog-suggester] reported by reviewdog 🐶

Suggested change
assert version != ""
assert version != ""

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
@@ -4,7 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# Note: zlib is placed earlier as tensorflow's zlib does not include unzip
http_archive(

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[reviewdog-suggester] reported by reviewdog 🐶

Suggested change

name = "zlib",

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[reviewdog-suggester] reported by reviewdog 🐶

Suggested change

Comment on lines +17 to +18


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[reviewdog-suggester] reported by reviewdog 🐶

Suggested change

#include "tensorflow/core/framework/op_kernel.h"

namespace tensorflow {
namespace io {


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[reviewdog-suggester] reported by reviewdog 🐶

Suggested change

namespace {

class DecodeAVIFOp : public OpKernel {
public:
explicit DecodeAVIFOp(OpKernelConstruction* context) : OpKernel(context) {}
explicit DecodeAVIFOp(OpKernelConstruction* context) : OpKernel(context) {}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[reviewdog-suggester] reported by reviewdog 🐶

Suggested change
explicit DecodeAVIFOp(OpKernelConstruction* context) : OpKernel(context) {}
explicit DecodeAVIFOp(OpKernelConstruction* context) : OpKernel(context) {}

@yongtang yongtang closed this Feb 6, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant