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
766c8084
"scripts/vscode:/vscode.git/clone" did not exist on "fb2d0680e0479acd7ea69737cbb09eec21755af9"
Commit
766c8084
authored
Aug 21, 2017
by
Christopher Shallue
Browse files
Remove internal restriction in Skip Thoughts BUILD
parent
220e8e7a
Changes
3
Hide 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 @
766c8084
...
@@ -4,13 +4,6 @@ licenses(["notice"]) # Apache 2.0
...
@@ -4,13 +4,6 @@ licenses(["notice"]) # Apache 2.0
exports_files
([
"LICENSE"
])
exports_files
([
"LICENSE"
])
package_group
(
name
=
"internal"
,
packages
=
[
"//skip_thoughts/..."
,
],
)
py_library
(
py_library
(
name
=
"configuration"
,
name
=
"configuration"
,
srcs
=
[
"configuration.py"
],
srcs
=
[
"configuration.py"
],
...
...
skip_thoughts/skip_thoughts/data/BUILD
View file @
766c8084
package
(
default_visibility
=
[
"//
skip_thoughts:internal
"
])
package
(
default_visibility
=
[
"//
visibility:public
"
])
licenses
([
"notice"
])
# Apache 2.0
licenses
([
"notice"
])
# Apache 2.0
...
...
skip_thoughts/skip_thoughts/ops/BUILD
View file @
766c8084
package
(
default_visibility
=
[
"//
skip_thoughts:internal
"
])
package
(
default_visibility
=
[
"//
visibility:public
"
])
licenses
([
"notice"
])
# Apache 2.0
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