MCPcopy 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
48bool IsAlphaNum(char c) { return IsAlpha(c) || (c >= '0' && c <= '9'); }
49
50// Convert an XLA type into a C++ type.
51Status XLATypeToCpp(xla::PrimitiveType type, string* str) {

Callers 1

ValidateCppIdentFunction · 0.70

Calls 1

IsAlphaFunction · 0.70

Tested by

no test coverage detected