File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tensorflow_serving/model_servers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ cc_library(
220220 "//tensorflow_serving/apis:model_service_cc_proto" ,
221221 "//tensorflow_serving/util:status_util" ,
222222 "@com_google_absl//absl/container:flat_hash_map" ,
223- "@local_tsl/ /tsl/lib/monitoring:collected_metrics" ,
224- "@local_tsl/ /tsl/lib/monitoring:collection_registry" ,
223+ "@local_xla//xla /tsl/lib/monitoring:collected_metrics" ,
224+ "@local_xla//xla /tsl/lib/monitoring:collection_registry" ,
225225 ],
226226)
227227
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ limitations under the License.
2121#include < vector>
2222
2323#include " absl/container/flat_hash_map.h"
24- #include " tsl/lib/monitoring/collected_metrics.h"
25- #include " tsl/lib/monitoring/collection_registry.h"
24+ #include " xla/ tsl/lib/monitoring/collected_metrics.h"
25+ #include " xla/ tsl/lib/monitoring/collection_registry.h"
2626#include " tensorflow_serving/model_servers/get_model_status_impl.h"
2727#include " tensorflow_serving/model_servers/grpc_status_util.h"
2828#include " tensorflow_serving/util/status_util.h"
You can’t perform that action at this time.
0 commit comments