View source on GitHub |
Summarize an activation.
tf.contrib.layers.summarize_activation(
op
)
This applies the given activation and adds useful summaries specific to the activation.
Args | |
---|---|
op
|
The tensor to summarize (assumed to be a layer activation). |
Returns | |
---|---|
The summary op created to summarize op .
|