Thanks for tuning in to Google I/O. View all sessions on demandWatch on demand

hub.register_module_for_export

Register a Module to be exported under export_name.

This function registers module to be exported by LatestModuleExporter under a subdirectory named export_name.

Note that export_name must be unique for each module exported from the current graph. It only controls the export subdirectory name and it has no scope effects such as the name parameter during Module instantiation.

THIS FUNCTION IS DEPRECATED.

module Module instance to be exported.
export_name subdirectory name to use when performing the export.

ValueError if export_name is already taken in the current graph.