Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Denv_time.h32 static constexpr uint64 kSecondsToMillis = 1000ULL; variable
/external/v8/tools/
Dparse-processor.js429 let indexToTime = (t) => (start + t * delta) / kSecondsToMillis;
734 const kSecondsToMillis = 1000; constant