Home
last modified time | relevance | path

Searched defs:NowMicros (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv.h424 virtual uint64 NowMicros() const { return EnvTime::NowMicros(); } in NowMicros() function
534 uint64 NowMicros() const override { return target_->NowMicros(); } in NowMicros() function
H A Denv_time.h44 static uint64 NowMicros() { return NowNanos() / kMicrosToNanos; } in NowMicros() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/
H A Dtime.cc31 uint64_t NowMicros() { in NowMicros() function
H A Dtime_test.cc23 TEST(TimeTest, NowMicros) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dfake_clock_env.cc68 uint64 FakeClockEnv::NowMicros() const { in NowMicros() function in tensorflow::serving::test_util::FakeClockEnv
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/
H A Dbenchmark.cc41 static double NowMicros() { in NowMicros() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_metadata_test.cc33 uint64_t NowMicros() const override { return current_micros_; } in NowMicros() function in xla::__anon4127a0640111::TestEnv
/aosp_15_r20/external/leveldb/include/leveldb/
H A Denv.h396 uint64_t NowMicros() override { return target_->NowMicros(); } in NowMicros() function
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/
H A Dsummary_db_writer_test.cc42 uint64 NowMicros() const override { return current_millis_ * 1000; } in NowMicros() function in tensorflow::__anonf3bb34220111::FakeClockEnv
H A Dsummary_file_writer_test.cc36 uint64 NowMicros() const override { return current_millis_ * 1000; } in NowMicros() function in tensorflow::__anon709c9a7c0111::FakeClockEnv
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dcollection_registry_test.cc467 uint64 NowMicros() const override { return current_millis_ * 1000; } in NowMicros() function in tensorflow::monitoring::__anoncef61f350111::FakeClockEnv
/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc634 uint64_t NowMicros() override { in NowMicros() function in leveldb::__anon0d865ec80111::WindowsEnv
H A Denv_posix.cc708 uint64_t NowMicros() override { in NowMicros() function in leveldb::__anon233a18300111::PosixEnv