Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
d1cdc444
Commit
d1cdc444
authored
Aug 21, 2017
by
Chris Shallue
Committed by
GitHub
Aug 21, 2017
Browse files
Merge pull request #2264 from cshallue/master
Remove internal restrictions in Skip Thoughts BUILD
parents
142c080c
766c8084
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
skip_thoughts/skip_thoughts/BUILD
skip_thoughts/skip_thoughts/BUILD
+0
-7
skip_thoughts/skip_thoughts/data/BUILD
skip_thoughts/skip_thoughts/data/BUILD
+1
-1
skip_thoughts/skip_thoughts/ops/BUILD
skip_thoughts/skip_thoughts/ops/BUILD
+1
-1
No files found.
skip_thoughts/skip_thoughts/BUILD
View file @
d1cdc444
...
...
@@ -4,13 +4,6 @@ licenses(["notice"]) # Apache 2.0
exports_files
([
"LICENSE"
])
package_group
(
name
=
"internal"
,
packages
=
[
"//skip_thoughts/..."
,
],
)
py_library
(
name
=
"configuration"
,
srcs
=
[
"configuration.py"
],
...
...
skip_thoughts/skip_thoughts/data/BUILD
View file @
d1cdc444
package
(
default_visibility
=
[
"//
skip_thoughts:internal
"
])
package
(
default_visibility
=
[
"//
visibility:public
"
])
licenses
([
"notice"
])
# Apache 2.0
...
...
skip_thoughts/skip_thoughts/ops/BUILD
View file @
d1cdc444
package
(
default_visibility
=
[
"//
skip_thoughts:internal
"
])
package
(
default_visibility
=
[
"//
visibility:public
"
])
licenses
([
"notice"
])
# Apache 2.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment