Remove experimental export for tf.Module.

PiperOrigin-RevId: 234514233
This commit is contained in:
Tom Hennigan 2019-02-18 15:12:58 -08:00 committed by TensorFlower Gardener
parent 6adb75f800
commit 6f7a0a83c1
5 changed files with 1 additions and 79 deletions

View File

@ -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.

View File

@ -1,35 +0,0 @@
path: "tensorflow.experimental.Module"
tf_class {
is_instance: "<class \'tensorflow.python.module.module.Module\'>"
is_instance: "<class \'tensorflow.python.training.tracking.tracking.AutoTrackable\'>"
is_instance: "<class \'tensorflow.python.training.tracking.base.Trackable\'>"
is_instance: "<type \'object\'>"
member {
name: "name"
mtype: "<type \'property\'>"
}
member {
name: "name_scope"
mtype: "<type \'property\'>"
}
member {
name: "submodules"
mtype: "<type \'property\'>"
}
member {
name: "trainable_variables"
mtype: "<type \'property\'>"
}
member {
name: "variables"
mtype: "<type \'property\'>"
}
member_method {
name: "__init__"
argspec: "args=[\'self\', \'name\'], varargs=None, keywords=None, defaults=[\'None\'], "
}
member_method {
name: "no_name_scope"
argspec: "args=[\'cls\', \'method\'], varargs=None, keywords=None, defaults=None"
}
}

View File

@ -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"

View File

@ -1,35 +0,0 @@
path: "tensorflow.experimental.Module"
tf_class {
is_instance: "<class \'tensorflow.python.module.module.Module\'>"
is_instance: "<class \'tensorflow.python.training.tracking.tracking.AutoTrackable\'>"
is_instance: "<class \'tensorflow.python.training.tracking.base.Trackable\'>"
is_instance: "<type \'object\'>"
member {
name: "name"
mtype: "<type \'property\'>"
}
member {
name: "name_scope"
mtype: "<type \'property\'>"
}
member {
name: "submodules"
mtype: "<type \'property\'>"
}
member {
name: "trainable_variables"
mtype: "<type \'property\'>"
}
member {
name: "variables"
mtype: "<type \'property\'>"
}
member_method {
name: "__init__"
argspec: "args=[\'self\', \'name\'], varargs=None, keywords=None, defaults=[\'None\'], "
}
member_method {
name: "no_name_scope"
argspec: "args=[\'cls\', \'method\'], varargs=None, keywords=None, defaults=None"
}
}

View File

@ -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"