Home
last modified time | relevance | path

Searched refs:RunId (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dexecutable_run_options.h51 class RunId {
54 RunId();
55 explicit RunId(int64_t value) : data_(value) {} in RunId() function
57 RunId(const RunId&) = default;
58 RunId& operator=(const RunId&) = default;
59 friend bool operator==(const RunId& a, const RunId& b);
64 friend H AbslHashValue(H h, const RunId& id) { in AbslHashValue()
140 ExecutableRunOptions& set_run_id(RunId id);
141 RunId run_id() const;
169 RunId run_id_;
Dexecutable_run_options.cc22 RunId::RunId() { in RunId() function in xla::RunId
27 bool operator==(const RunId& a, const RunId& b) { return a.data_ == b.data_; } in operator ==()
29 std::string RunId::ToString() const { in ToString()
33 int64_t RunId::ToInt() const { return data_; } in ToInt()
123 ExecutableRunOptions& ExecutableRunOptions::set_run_id(RunId id) { in set_run_id()
128 RunId ExecutableRunOptions::run_id() const { return run_id_; } in run_id()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcollective_ops_utils.h165 explicit RendezvousKey(const RunId& run_id, in RendezvousKey()
207 RunId run_id;
Dhlo_runner.cc178 nullptr, RunId()); in ExecuteWithDeviceBuffers()
235 RunId run_id; in ExecuteReplicatedImpl()
474 RunId run_id) { in GetServiceRunOptionsForDevice()
Dhlo_runner.h156 RunId run_id);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_utils.cc140 RunId run_id, OpId op_id, NcclCliqueKey clique_key, in AcquireNcclClique()
224 RunId run_id, OpId op_id, std::vector<GlobalDeviceId> participants, in AcquireNcclComm()
Dgpu_executable_run_options.h89 RunId run_id;
Dnccl_utils.h119 RunId run_id, OpId op_id, std::vector<GlobalDeviceId> participants,
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc558 int partition, const RunId& run_id) { in ExecuteHelper()
658 /*replica=*/0, /*partition=*/0, RunId()); in Execute()
726 RunId run_id; in ExecuteOnLocalDevices()
Dtpu_client.h431 int partition, const RunId& run_id);
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.h818 int partition, int executable_idx, const RunId& run_id,
834 const RunId& run_id,
Dtfrt_cpu_pjrt_client.cc1305 const RunId& run_id, const ExecuteOptions& options, in ExecuteHelper()
1623 RunId run_id; in Execute()
1747 addressable_device_logical_ids_[i].partition, RunId(), options, in ExecuteSharded()
1785 /*partition=*/0, RunId(), options, in ExecutePortable()
Dpjrt_stream_executor_client.cc1901 int executable_idx, const RunId& run_id, const ExecuteOptions& options, in EnqueueExecution()
2093 const RunId& run_id, const ExecuteOptions& options, bool fill_future, in ExecuteHelper()
2203 RunId run_id; in Execute()
2336 addressable_device_logical_ids_[i].partition, RunId(), in ExecuteSharded()
2369 /*partition=*/0, RunId(), in ExecutePortable()
Dtfrt_cpu_pjrt_client.h556 int partition, const RunId& run_id, const ExecuteOptions& options,
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc319 run_options.set_run_id(xla::RunId(config.run_id())); in RunExecutable()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc369 xla::RunId run_id(0); in ComputeAsync()