Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dretrying_utils.cc69 int64_t delay_micros = 0; in CallWithRetries() local
/aosp_15_r20/external/openscreen/cast/cast_core/api/runtime/
H A Dcast_audio_channel_service.proto128 int64 delay_micros = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dadaptive_shared_batch_scheduler.h481 int64_t delay_micros = in AddBatch() local
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc294 Node* Delay(Graph* g, Node* input, Microseconds delay_micros) { in Delay()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster_session.cc1608 int64_t delay_micros = std::min(60000000LL, 1000000LL * ++retry_count); in NewStepId() local