Home
last modified time | relevance | path

Searched refs:VLOG_CALL (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream.cc246 #define VLOG_CALL(...) VLOG(1) << CallStr(__func__, this, {__VA_ARGS__}) macro
256 VLOG_CALL(PARAM(parent)); in Stream()
266 VLOG_CALL(PARAM(parent), PARAM(implementation)); in Stream()
270 VLOG_CALL(); in ~Stream()
298 VLOG_CALL(); in Init()
317 VLOG_CALL(PARAM(timer)); in InitTimer()
324 VLOG_CALL(PARAM(timer)); in InitWithTimer()
330 VLOG_CALL(PARAM(event)); in ThenRecordEvent()
356 VLOG_CALL(PARAM(x), PARAM(scale), PARAM(offset), PARAM(x_desc), in ThenBatchNormalizationForward()
379 VLOG_CALL(PARAM(y_backprop), PARAM(x), PARAM(scale), PARAM(x_desc), in ThenBatchNormalizationBackward()
[all …]