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(
220
220
"//tensorflow_serving/apis:model_service_cc_proto" ,
221
221
"//tensorflow_serving/util:status_util" ,
222
222
"@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" ,
225
225
],
226
226
)
227
227
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ limitations under the License.
21
21
#include < vector>
22
22
23
23
#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"
26
26
#include " tensorflow_serving/model_servers/get_model_status_impl.h"
27
27
#include " tensorflow_serving/model_servers/grpc_status_util.h"
28
28
#include " tensorflow_serving/util/status_util.h"
You can’t perform that action at this time.
0 commit comments