-
Notifications
You must be signed in to change notification settings - Fork 0
Try #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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 != "" |
There was a problem hiding this comment.
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 🐶
assert version != "" | |
assert version != "" |
Signed-off-by: Yong Tang <[email protected]>
|
||
# Note: zlib is placed earlier as tensorflow's zlib does not include unzip | ||
http_archive( | ||
|
There was a problem hiding this comment.
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 🐶
http_archive( | ||
|
||
name = "zlib", | ||
|
There was a problem hiding this comment.
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 🐶
|
||
|
There was a problem hiding this comment.
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 🐶
namespace tensorflow { | ||
namespace io { | ||
|
||
|
There was a problem hiding this comment.
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 🐶
class DecodeAVIFOp : public OpKernel { | ||
public: | ||
explicit DecodeAVIFOp(OpKernelConstruction* context) : OpKernel(context) {} | ||
explicit DecodeAVIFOp(OpKernelConstruction* context) : OpKernel(context) {} |
There was a problem hiding this comment.
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 🐶
explicit DecodeAVIFOp(OpKernelConstruction* context) : OpKernel(context) {} | |
explicit DecodeAVIFOp(OpKernelConstruction* context) : OpKernel(context) {} |
Signed-off-by: Yong Tang [email protected]