Searched refs:value_loc (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 2361 LocTy value_loc = lexer_.GetLoc(); in ParseSparseLiteral() local 2372 return Error(value_loc, in ParseSparseLiteral() 2376 if (!SetValueInLiteral(value_loc, value, index, literal)) { in ParseSparseLiteral() 2382 return Error(value_loc, in ParseSparseLiteral() 2386 if (!SetValueInLiteral(value_loc, value, index, literal)) { in ParseSparseLiteral() 2392 return Error(value_loc, in ParseSparseLiteral() 2396 if (!SetValueInLiteral(value_loc, value, index, literal)) { in ParseSparseLiteral()
|