Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc125 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