MCPcopy 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
29static bool IsAlphaNum(char c) { return IsAlpha(c) || (c >= '0' && c <= '9'); }
30
31// Returns true iff "in" is a valid job name.
32static bool IsJobName(StringPiece in) {

Callers 3

IsJobNameFunction · 0.70
ConsumeJobNameFunction · 0.70
ConsumeDeviceTypeFunction · 0.70

Calls 1

IsAlphaFunction · 0.70

Tested by

no test coverage detected