Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
bool HloParserImpl::TokenError(absl::string_view msg) {
442
return Error(lexer_.GetLoc(), msg);
443
}
444
445
Status HloParserImpl::Run(HloModule* module) {
446
lexer_.Lex();
Callers
nothing calls this directly
Calls
2
GetLoc
Method · 0.80
Error
Function · 0.50
Tested by
no test coverage detected