Lines Matching full:scalar_summary
897 * Replace tf.scalar_summary, tf.histogram_summary, tf.audio_summary, tf.image_summary with tf.summary.scalar, tf.summary.histogram, tf.summary.audio, tf.summary.image, respectively. The new summary ops take name rather than tag as their first argument, meaning summary ops now respect TensorFlow name scopes.
1046 * Deprecate `histogram_summary`, `audio_summary`, `scalar_summary`,