Searched refs:VLOG_CALL (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | stream.cc | 242 #define VLOG_CALL(...) VLOG(1) << CallStr(__func__, this, {__VA_ARGS__}) macro 252 VLOG_CALL(PARAM(parent)); in Stream() 256 VLOG_CALL(); in ~Stream() 284 VLOG_CALL(); in Init() 303 VLOG_CALL(PARAM(timer)); in InitTimer() 310 VLOG_CALL(PARAM(timer)); in InitWithTimer() 316 VLOG_CALL(PARAM(event)); in ThenRecordEvent() 341 VLOG_CALL(PARAM(x), PARAM(scale), PARAM(offset), PARAM(x_desc), in ThenBatchNormalizationForward() 366 VLOG_CALL(PARAM(y_backprop), PARAM(x), PARAM(scale), PARAM(x_desc), in ThenBatchNormalizationBackward() 395 VLOG_CALL(PARAM(x), PARAM(scale), PARAM(offset), PARAM(x_desc), in ThenBatchNormalizationForward() [all …]
|