Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc420 EventId NewOperationId() { return EventId{client_id_, ++operation_id_}; } in NewOperationId() function in tpu_driver::__anond0091eda0111::GrpcTpuDriver
496 auto operation_id = driver_->NewOperationId(); in InitializeRequest()