Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc126 bool ParseNonTupleLiteral(Literal* literal, const Shape& shape);
2122 : ParseNonTupleLiteral(literal, shape); in ParseLiteral()
2160 bool HloParser::ParseNonTupleLiteral(Literal* literal, const Shape& shape) { in ParseNonTupleLiteral() function in xla::__anonc071bf1f0111::HloParser