MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TokenError

Method TokenError

tensorflow/compiler/xla/service/hlo_parser.cc:441–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441bool HloParserImpl::TokenError(absl::string_view msg) {
442 return Error(lexer_.GetLoc(), msg);
443}
444
445Status HloParserImpl::Run(HloModule* module) {
446 lexer_.Lex();

Callers

nothing calls this directly

Calls 2

GetLocMethod · 0.80
ErrorFunction · 0.50

Tested by

no test coverage detected