MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / UpperLowerString

Function UpperLowerString

tensorflow/stream_executor/blas.cc:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36string UpperLowerString(UpperLower ul) {
37 switch (ul) {
38 case UpperLower::kUpper:
39 return "Upper";
40 case UpperLower::kLower:
41 return "Lower";
42 default:
43 LOG(FATAL) << "Unknown upperlower " << static_cast<int32>(ul);
44 }
45}
46
47string DiagonalString(Diagonal d) {
48 switch (d) {

Callers 3

ToVlogStringFunction · 0.85
ExecuteOnStreamMethod · 0.85
ExecuteOnStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected