Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc124 bool ParseLiteral(Literal* literal, const Shape& shape);
709 !ParseLiteral(&literal, shape) || in ParseInstructionRhs()
2120 bool HloParser::ParseLiteral(Literal* literal, const Shape& shape) { in ParseLiteral() function in xla::__anonc071bf1f0111::HloParser
2144 if (!ParseLiteral(&elements[i], in ParseTupleLiteral()