Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc265 std::string statistic_description = statistic["desc"].get<std::string>(); in ParseStatistics() local
267 …std::shared_ptr<Statistics> parsed_statistic = Statistics::Build(statistic_description, statistic_… in ParseStatistics()