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

Function ToVlogString

tensorflow/stream_executor/stream.cc:38–40  ·  view source on GitHub ↗

Code to turn parameters to functions on stream into strings that will be VLOG'ed. We need overloads, instead of e.g. BatchDescriptorToVlogString(), as the code that calls these functions does not know what the type of the parameter is.

Source from the content-addressed store, hash-verified

36// e.g. BatchDescriptorToVlogString(), as the code that calls these
37// functions does not know what the type of the parameter is.
38string ToVlogString(const dnn::BatchDescriptor &descriptor) {
39 return descriptor.ToShortString();
40}
41
42string ToVlogString(const dnn::FilterDescriptor &descriptor) {
43 return descriptor.ToShortString();

Callers 1

DebugStreamPointersMethod · 0.85

Calls 15

ActivationModeStringFunction · 0.85
TransposeStringFunction · 0.85
UpperLowerStringFunction · 0.85
DiagonalStringFunction · 0.85
SideStringFunction · 0.85
ComputationTypeStringFunction · 0.85
opaqueMethod · 0.80
pointerMethod · 0.80
StrCatFunction · 0.50
maxFunction · 0.50

Tested by

no test coverage detected