Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc2671 LocTy attr_loc = lexer_.GetLoc(); in ParseAttributeHelper() local
2695 return Error(attr_loc, "value out of range for int32"); in ParseAttributeHelper()
2708 return Error(attr_loc, "value out of range for float"); in ParseAttributeHelper()
3023 LocTy attr_loc = lexer_.GetLoc(); in ParseWindow() local
3026 return Error(attr_loc, "expects sub-attributes in window"); in ParseWindow()
3047 return Error(attr_loc, StrCat("unexpected attribute name: ", field_name)); in ParseWindow()