Skip to content

Commit

Permalink
Add core selector support for TFRT+IFRT serving on tensorflow serving
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633836270
  • Loading branch information
SiqiaoWu1993 authored and tensorflow-copybara committed May 15, 2024
1 parent a2d636d commit 84a71a4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ message TfrtSavedModelConfig {

// Whether to use IFRT as device driver for device execution.
bool tfrt_use_ifrt = 2020;

// Whether to enable core selector for TFRT+IFRT. It is only effective when
// tfrt_use_ifrt is true.
bool enable_tfrt_use_ifrt_core_selector = 2021;
}

// Config proto for TfrtSavedModelSourceAdapter.
Expand Down

0 comments on commit 84a71a4

Please sign in to comment.