Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsAlphaNum
Function
IsAlphaNum
tensorflow/core/util/device_name_utils.cc:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
static bool IsAlphaNum(char c) { return IsAlpha(c) || (c >=
'0'
&& c <=
'9'
); }
30
31
// Returns true iff
"in"
is a valid job name.
32
static bool IsJobName(StringPiece in) {
Callers
3
IsJobName
Function · 0.70
ConsumeJobName
Function · 0.70
ConsumeDeviceType
Function · 0.70
Calls
1
IsAlpha
Function · 0.70
Tested by
no test coverage detected