Home
last modified time | relevance | path

Searched defs:ExecuteOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_client.h1060 struct ExecuteOptions { struct
1065 bool arguments_are_tupled = false;
1068 bool untuple_result = false;
1073 int32_t launch_id = 0;
1076 const ExecuteContext* context = nullptr;
1079 bool strict_shape_checking = true;
1084 const MultiSliceConfig* multi_slice_config = nullptr;
1091 absl::Span<const std::vector<SendCallback>> send_callbacks;
1092 absl::Span<const std::vector<RecvCallback>> recv_callbacks;
1098 enum class ExecutionMode { kDefault = 0, kSynchronous, kAsynchronous };
[all …]