Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc292 bool ParseParamListToShape(Shape* shape, LocTy* shape_loc);
558 LocTy shape_loc = nullptr; in ParseComputation() local
560 if (CanBeParamListToShape() && !ParseParamListToShape(&shape, &shape_loc)) { in ParseComputation()
570 if (shape_loc != nullptr && in ParseComputation()
573 shape_loc, in ParseComputation()
3352 bool HloParser::ParseParamListToShape(Shape* shape, LocTy* shape_loc) { in ParseParamListToShape() argument
3356 *shape_loc = lexer_.GetLoc(); in ParseParamListToShape()