Update API golden to expose tf.experimental.register_filesystem_plugin
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
bcf7e85b0c
commit
cc30517761
tensorflow/tools/api/golden
@ -20,4 +20,8 @@ tf_module {
|
||||
name: "output_all_intermediates"
|
||||
argspec: "args=[\'state\'], varargs=None, keywords=None, defaults=None"
|
||||
}
|
||||
member_method {
|
||||
name: "register_filesystem_plugin"
|
||||
argspec: "args=[\'plugin_location\'], varargs=None, keywords=None, defaults=None"
|
||||
}
|
||||
}
|
||||
|
@ -28,4 +28,8 @@ tf_module {
|
||||
name: "function_executor_type"
|
||||
argspec: "args=[\'executor_type\'], varargs=None, keywords=None, defaults=None"
|
||||
}
|
||||
member_method {
|
||||
name: "register_filesystem_plugin"
|
||||
argspec: "args=[\'plugin_location\'], varargs=None, keywords=None, defaults=None"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user