Skip to content

Commit 84a71a4

Browse files
SiqiaoWu1993tensorflow-copybara
authored andcommitted
Add core selector support for TFRT+IFRT serving on tensorflow serving
PiperOrigin-RevId: 633836270
1 parent a2d636d commit 84a71a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tensorflow_serving/servables/tensorflow/tfrt_saved_model_source_adapter.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ message TfrtSavedModelConfig {
200200

201201
// Whether to use IFRT as device driver for device execution.
202202
bool tfrt_use_ifrt = 2020;
203+
204+
// Whether to enable core selector for TFRT+IFRT. It is only effective when
205+
// tfrt_use_ifrt is true.
206+
bool enable_tfrt_use_ifrt_core_selector = 2021;
203207
}
204208

205209
// Config proto for TfrtSavedModelSourceAdapter.

0 commit comments

Comments
 (0)