Skip to content

Commit

Permalink
Remove experimental export for tf.Module.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 234514233
  • Loading branch information
tomhennigan authored and tensorflower-gardener committed Feb 18, 2019
1 parent 6adb75f commit 6f7a0a8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 79 deletions.
2 changes: 1 addition & 1 deletion tensorflow/python/module/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def with_name_scope(unbound_method):
wrap_with_name_scope(unbound_method))


@tf_export("Module", "experimental.Module")
@tf_export("Module")
class Module(six.with_metaclass(ModuleMetaclass, tracking.AutoTrackable)):
"""Base neural network module class.
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions tensorflow/tools/api/golden/v1/tensorflow.experimental.pbtxt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
path: "tensorflow.experimental"
tf_module {
member {
name: "Module"
mtype: "<class \'tensorflow.python.module.module.ModuleMetaclass\'>"
}
member_method {
name: "function_executor_type"
argspec: "args=[\'executor_type\'], varargs=None, keywords=None, defaults=None"
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions tensorflow/tools/api/golden/v2/tensorflow.experimental.pbtxt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
path: "tensorflow.experimental"
tf_module {
member {
name: "Module"
mtype: "<class \'tensorflow.python.module.module.ModuleMetaclass\'>"
}
member_method {
name: "function_executor_type"
argspec: "args=[\'executor_type\'], varargs=None, keywords=None, defaults=None"
Expand Down

0 comments on commit 6f7a0a8

Please sign in to comment.