Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/dataset/common/
Dbboxop_common.cc211 XMLElement *ymin_node = bbox_node->FirstChildElement("ymin"); in LoadAnnotationFile() local
212 if (ymin_node != nullptr) ymin = ymin_node->FloatText(); in LoadAnnotationFile()