Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h150 constexpr int64_t kThousandYear = 1000; variable
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_wrapper.cc175 t.tm_year = (str[i++] - '0') * kThousandYear; in ConvertAsn1Time()