Searched refs:shape_loc (Results 1 – 1 of 1) sorted by relevance
292 bool ParseParamListToShape(Shape* shape, LocTy* shape_loc);558 LocTy shape_loc = nullptr; in ParseComputation() local560 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() argument3356 *shape_loc = lexer_.GetLoc(); in ParseParamListToShape()