Skip to content
GitLab
菜单
项目
群组
代码片段
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
KMSCAKKSCFKA AKFACAMADCAS
tensorflow-federated
提交
bfebce02
提交
bfebce02
编辑于
12月 16, 2020
作者:
Krzysztof Ostrowski
提交者:
tensorflow-copybara
12月 16, 2020
浏览文件
Adds __init__.py files for "experimental".
PiperOrigin-RevId: 347908308
上级
5a0e7f39
变更
8
Hide whitespace changes
Inline
Side-by-side
tensorflow_federated/experimental/BUILD
浏览文件 @
bfebce02
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
)
package
(
default_visibility
=
[
"//visibility:private"
])
licenses
([
"notice"
])
py_library
(
name
=
"experimental"
,
srcs
=
[
"__init__.py"
],
srcs_version
=
"PY3"
,
)
tensorflow_federated/experimental/__init__.py
0 → 100644
浏览文件 @
bfebce02
# Copyright 2020, The TensorFlow Federated Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
tensorflow_federated/experimental/python/BUILD
浏览文件 @
bfebce02
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
)
package
(
default_visibility
=
[
"//visibility:private"
])
licenses
([
"notice"
])
py_library
(
name
=
"python"
,
srcs
=
[
"__init__.py"
],
srcs_version
=
"PY3"
,
)
tensorflow_federated/experimental/python/__init__.py
0 → 100644
浏览文件 @
bfebce02
# Copyright 2020, The TensorFlow Federated Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
tensorflow_federated/experimental/python/core/BUILD
浏览文件 @
bfebce02
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
)
package
(
default_visibility
=
[
"//visibility:private"
])
licenses
([
"notice"
])
py_library
(
name
=
"core"
,
srcs
=
[
"__init__.py"
],
srcs_version
=
"PY3"
,
)
tensorflow_federated/experimental/python/core/__init__.py
0 → 100644
浏览文件 @
bfebce02
# Copyright 2020, The TensorFlow Federated Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
tensorflow_federated/experimental/python/core/api/BUILD
浏览文件 @
bfebce02
load
(
"@rules_python//python:defs.bzl"
,
"py_test"
)
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
,
"py_test"
)
package
(
default_visibility
=
[
"//visibility:private"
])
...
...
@@ -14,3 +14,9 @@ py_test(
"nopresubmit"
,
],
)
py_library
(
name
=
"api"
,
srcs
=
[
"__init__.py"
],
srcs_version
=
"PY3"
,
)
tensorflow_federated/experimental/python/core/api/__init__.py
0 → 100644
浏览文件 @
bfebce02
# Copyright 2020, The TensorFlow Federated Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
编辑
预览
Supports
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录