We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9537373 commit 4aed9d7Copy full SHA for 4aed9d7
official/vision/serving/__init__.py
@@ -12,3 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+"""Tools for exporting models."""
16
+from official.vision.serving import export_saved_model_lib
tensorflow_models/vision/__init__.py
@@ -14,4 +14,5 @@
"""TensorFlow Models Vision Libraries."""
from official.vision import configs
17
+from official.vision import serving
18
from official.vision.modeling import *
0 commit comments