Home
last modified time | relevance | path

Searched refs:GetExecutableExtras (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtpu_client.cc177 TF_ASSIGN_OR_RETURN(ExecutableExtras extras, GetExecutableExtras(&options)); in DeserializeExecutable()
H A Dpjrt_stream_executor_client.h337 StatusOr<ExecutableExtras> GetExecutableExtras(CompileOptions* options);
H A Dpjrt_stream_executor_client.cc2389 PjRtStreamExecutorClient::GetExecutableExtras(CompileOptions* options) { in GetExecutableExtras() function in xla::PjRtStreamExecutorClient
2453 TF_ASSIGN_OR_RETURN(ExecutableExtras extras, GetExecutableExtras(&options)); in Compile()