Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc267 …std::shared_ptr<Statistics> parsed_statistic = Statistics::Build(statistic_description, statistic_… in ParseStatistics() local
268 RETURN_UNEXPECTED_IF_NULL(parsed_statistic); in ParseStatistics()
269 AddStatistic(parsed_statistic); in ParseStatistics()