Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc869 : timeout_micros_(timeout_micros), in UnbatchResource()
944 Env::Default()->NowMicros() + timeout_micros_; in Compute()
1038 const int32 timeout_micros_; member in tensorflow::UnbatchResource
1062 OP_REQUIRES_OK(c, c->GetAttr("timeout_micros", &timeout_micros_)); in UnbatchKernel()
1069 *r = new UnbatchResource(timeout_micros_); in ComputeAsync()
1085 int32 timeout_micros_; member in tensorflow::UnbatchKernel