From 164f0d1885a875fdec69f91c2bd829314d0d358a Mon Sep 17 00:00:00 2001 From: Clive Verghese Date: Tue, 3 Dec 2024 15:35:13 -0800 Subject: [PATCH] Add inference stats sampler and grouping. PiperOrigin-RevId: 702491976 --- xla/tsl/lib/gtl/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/xla/tsl/lib/gtl/BUILD b/xla/tsl/lib/gtl/BUILD index a25764d65ebd3..babcc175a88d5 100644 --- a/xla/tsl/lib/gtl/BUILD +++ b/xla/tsl/lib/gtl/BUILD @@ -31,6 +31,7 @@ package( "//tensorflow/core/lib/gtl:__subpackages__", "//xla/tsl/distributed_runtime/rpc:__pkg__", "//xla/tsl/profiler/utils:__pkg__", + "//tensorflow/core/profiler/convert:__pkg__", ]), licenses = ["notice"], )