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

Function SideString

tensorflow/stream_executor/blas.cc:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58string SideString(Side s) {
59 switch (s) {
60 case Side::kLeft:
61 return "Left";
62 case Side::kRight:
63 return "Right";
64 default:
65 LOG(FATAL) << "Unknown side " << static_cast<int32>(s);
66 }
67}
68
69// -- AlgorithmConfig
70

Callers 2

ToVlogStringFunction · 0.85
ExecuteOnStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected