Searched refs:GetStrVal (Results 1 – 2 of 2) sorted by relevance
1814 if (lexer_.GetStrVal() == "device") { in ParseSingleSharding()1820 } else if (lexer_.GetStrVal() == "devices") { in ParseSingleSharding()2966 string val = lexer_.GetStrVal(); in ParseAttributeAsProtoMessageHelper()3097 string str = lexer_.GetStrVal(); in ParseConvolutionDimensionNumbers()3480 if (lexer_.GetKind() == TokKind::kIdent && lexer_.GetStrVal() == "T") { in ParseLayout()3485 if (lexer_.GetKind() == TokKind::kIdent && lexer_.GetStrVal() == "E") { in ParseLayout()3619 *result = lexer_.GetStrVal(); in ParseName()3628 *result = lexer_.GetStrVal(); in ParseAttributeName()3638 *result = lexer_.GetStrVal(); in ParseString()3659 string str = lexer_.GetStrVal(); in ParseDxD()[all …]
98 string GetStrVal() const { in GetStrVal() function