Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc127 bool ParseDenseLiteral(Literal* literal, const Shape& shape);
2166 return ParseDenseLiteral(literal, shape); in ParseNonTupleLiteral()
2169 bool HloParser::ParseDenseLiteral(Literal* literal, const Shape& shape) { in ParseDenseLiteral() function in xla::__anonc071bf1f0111::HloParser