"...text-generation-inference.git" did not exist on "b1f9044d6cf082423a517cf9a6aa6e5ebd34e1c2"
Commit c953c6a7 authored by Mark Daoust's avatar Mark Daoust Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 448107266
parent e7f203e9
...@@ -12,3 +12,5 @@ ...@@ -12,3 +12,5 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Tools for exporting models."""
from official.vision.serving import export_saved_model_lib
...@@ -14,5 +14,6 @@ ...@@ -14,5 +14,6 @@
"""TensorFlow Models Vision Libraries.""" """TensorFlow Models Vision Libraries."""
from official.vision import configs from official.vision import configs
from official.vision import serving
from official.vision.modeling import * from official.vision.modeling import *
from official.vision.ops import * from official.vision.ops import *
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment