Skip to content

Commit 4aed9d7

Browse files
MarkDaoustsaberkun
authored andcommitted
Internal change
PiperOrigin-RevId: 448107266
1 parent 9537373 commit 4aed9d7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

official/vision/serving/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
"""Tools for exporting models."""
16+
from official.vision.serving import export_saved_model_lib

tensorflow_models/vision/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414

1515
"""TensorFlow Models Vision Libraries."""
1616
from official.vision import configs
17+
from official.vision import serving
1718
from official.vision.modeling import *

0 commit comments

Comments
 (0)