Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc128 bool ParseSparseLiteral(Literal* literal, const Shape& shape);
2162 return ParseSparseLiteral(literal, shape); in ParseNonTupleLiteral()
2331 bool HloParser::ParseSparseLiteral(Literal* literal, const Shape& shape) { in ParseSparseLiteral() function in xla::__anon8590f6b60111::HloParser