Searched refs:GetStrVal (Results 1 – 2 of 2) sorted by relevance
2708 (*frontend_attributes->mutable_map())[attribute] = lexer_.GetStrVal(); in ParseFrontendAttributes()2753 if (lexer_.GetStrVal() == "device") { in ParseSingleSharding()2759 } else if (lexer_.GetStrVal() == "devices") { in ParseSingleSharding()2785 } else if (lexer_.GetStrVal() == "metadata") { in ParseSingleSharding()3662 std::string result = lexer_.GetStrVal(); in ParseAttributeHelper()4096 std::string str = lexer_.GetStrVal(); in ParseConvolutionDimensionNumbers()4531 if (lexer_.GetKind() == TokKind::kIdent && lexer_.GetStrVal() == "T") { in ParseLayout()4536 if (lexer_.GetKind() == TokKind::kIdent && lexer_.GetStrVal() == "E") { in ParseLayout()4541 if (lexer_.GetKind() == TokKind::kIdent && lexer_.GetStrVal() == "S") { in ParseLayout()4647 *result = lexer_.GetStrVal(); in ParseName()[all …]
100 string GetStrVal() const { in GetStrVal() function