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

Function DiagonalString

tensorflow/stream_executor/blas.cc:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47string DiagonalString(Diagonal d) {
48 switch (d) {
49 case Diagonal::kUnit:
50 return "Unit";
51 case Diagonal::kNonUnit:
52 return "NonUnit";
53 default:
54 LOG(FATAL) << "Unknown diagonal " << static_cast<int32>(d);
55 }
56}
57
58string SideString(Side s) {
59 switch (s) {

Callers 2

ToVlogStringFunction · 0.85
ExecuteOnStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected