Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsAlphaNum
Function
IsAlphaNum
tensorflow/compiler/aot/codegen.cc:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool IsAlphaNum(char c) { return IsAlpha(c) || (c >=
'0'
&& c <=
'9'
); }
49
50
// Convert an XLA type into a C++ type.
51
Status XLATypeToCpp(xla::PrimitiveType type, string* str) {
Callers
1
ValidateCppIdent
Function · 0.70
Calls
1
IsAlpha
Function · 0.70
Tested by
no test coverage detected