Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696642415
  • Loading branch information
tensorflower-gardener authored and tensorflow-copybara committed Nov 14, 2024
1 parent c94bd93 commit db746a0
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions tensorflow_serving/example/mnist_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import sys
import threading

# This is a placeholder for a Google-internal import.

import grpc
import numpy
import tensorflow as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_serving/example/mnist_saved_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import os
import sys

# This is a placeholder for a Google-internal import.

import tensorflow as tf

from tensorflow.python.ops import lookup_ops
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_serving/example/resnet_client_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

import io

# This is a placeholder for a Google-internal import.

import grpc
import numpy as np
from PIL import Image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"""
from __future__ import print_function

# This is a placeholder for a Google-internal import.

import grpc
import tensorflow.compat.v1 as tf

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

from __future__ import print_function

# This is a placeholder for a Google-internal import.

import tensorflow.compat.v1 as tf

from tensorflow_serving.experimental.tensorflow.ops.remote_predict.python.ops import remote_predict_ops
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from __future__ import print_function

import os.path
# This is a placeholder for a Google-internal import.
import tensorflow.compat.v1 as tf

from tensorflow_serving.experimental.tensorflow.ops.remote_predict.ops import gen_remote_predict_op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from __future__ import division
from __future__ import print_function

# This is a placeholder for a Google-internal import.

import grpc
import tensorflow as tf

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
import subprocess
import time

# This is a placeholder for a Google-internal import.

import grpc
from six.moves import range
from six.moves import urllib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

import os

# This is a placeholder for a Google-internal import.

import tensorflow as tf


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from __future__ import division
from __future__ import print_function

# This is a placeholder for a Google-internal import.
import tensorflow as tf


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import argparse
import sys

# This is a placeholder for a Google-internal import.
import tensorflow.compat.v1 as tf

from tensorflow.lite.tools.signature import signature_def_utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
import os
import sys

# This is a placeholder for a Google-internal import.
import tensorflow.compat.v1 as tf

from tensorflow.lite.tools.signature import signature_def_utils
Expand Down

0 comments on commit db746a0

Please sign in to comment.