Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc292 bool ParseParamListToShape(Shape* shape, LocTy* shape_loc);
560 if (CanBeParamListToShape() && !ParseParamListToShape(&shape, &shape_loc)) { in ParseComputation()
3352 bool HloParser::ParseParamListToShape(Shape* shape, LocTy* shape_loc) { in ParseParamListToShape() function in xla::__anonc071bf1f0111::HloParser