MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / NowMicros

Method NowMicros

tensorflow/core/kernels/batching_util/fake_clock_env.cc:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68uint64 FakeClockEnv::NowMicros() const {
69 {
70 mutex_lock l(mu_);
71 return current_time_;
72 }
73}
74
75void FakeClockEnv::SleepForMicroseconds(int64 micros) {
76 if (micros == 0) {

Callers 15

TestResizeBilinearFunction · 0.45
TEST_FFunction · 0.45
ComputeMethod · 0.45
TEST_FFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
PublishTensorMethod · 0.45
ComputeMethod · 0.45
EnforceTimeoutMethod · 0.45
TimeAddFunction · 0.45
TimeMulFunction · 0.45

Calls

no outgoing calls

Tested by 12

TestResizeBilinearFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TimeAddFunction · 0.36
TimeMulFunction · 0.36
TEST_FFunction · 0.36
InjectLoadMethod · 0.36
BenchmarkBatchTaskMethod · 0.36
RunBenchmarkMethod · 0.36
ProcessBatchMethod · 0.36