Searched refs:semantic_str_lower (Results 1 – 1 of 1) sorted by relevance
60 string semantic_str_lower = semantic_str; in StringToItemSemantic() local61 std::transform(semantic_str_lower.begin(), semantic_str_lower.end(), in StringToItemSemantic()62 semantic_str_lower.begin(), ::tolower); in StringToItemSemantic()63 if (kItemSemanticSegmentationLower == semantic_str_lower) { in StringToItemSemantic()