Searched refs:ParseTupleLiteral (Results 1 – 1 of 1) sorted by relevance
125 bool ParseTupleLiteral(Literal* literal, const Shape& shape);2121 return shape.IsTuple() ? ParseTupleLiteral(literal, shape) in ParseLiteral()2130 bool HloParser::ParseTupleLiteral(Literal* literal, const Shape& shape) { in ParseTupleLiteral() function in xla::__anonc071bf1f0111::HloParser