MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / CallStr

Function CallStr

tensorflow/stream_executor/stream.cc:196–213  ·  view source on GitHub ↗

Used together with PARAM to VLOG calls made to the stream. Intended to be used like this: VLOG(1) << CallStr("MyFunction", this, {PARAM(a), PARAM(b)}); where a and b are the parameters to MyFunction. See VLOG_CALL for a short-hand for this. This way of doing it saves a tremendous amount of boilerplate code given how many functions there are on Stream and how many parameters they each have.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

ToVlogStringFunction · 0.85
CurrentStackTraceFunction · 0.85
StrCatFunction · 0.50
StrAppendFunction · 0.50

Tested by

no test coverage detected