Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/common/
Dshard_utils.h73 kNLP = 0, enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_pybind.cc277 …(void)py::enum_<ShardType>(m, "ShardType", py::module_local()).value("NLP", kNLP).value("CV", kCV)… in PYBIND11_MODULE()