Home
last modified time | relevance | path

Searched defs:MilliSeconds (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dcost_estimator.h82 struct MilliSeconds : std::chrono::milliseconds { struct
83 MilliSeconds() : std::chrono::milliseconds(0) {} in MilliSeconds() function
84 MilliSeconds(double d) in MilliSeconds() function
86 MilliSeconds(const std::chrono::milliseconds& d) in MilliSeconds() argument
/external/pytorch/caffe2/core/
Dtimer.h32 inline float MilliSeconds() { return NanoSeconds() / 1000000.f; } in MilliSeconds() function
/external/perfetto/src/perfetto_cmd/
Dconfig_unittest.cc42 TEST_F(CreateConfigFromOptionsTest, MilliSeconds) { in TEST_F() argument