"TensorFlow machine learning combat guide" study notes-Tensorflow1.12 version function rename

Article Directory

  • EName
Function old name Function new name A brief description
tf.sub tf.subtract Subtraction
tf.neg tf.negative Negative
tf.mul tf.multiply multiplication
tf.pack tf.stack
tf.per_image_whitening tf.per_image_standardization
tf.train.SummaryWriter tf.summary.FileWriter
tf.scalar_summary tf.summary.scalar
tf.merge_all_summaries tf.summary.merge_all
tf.histogram_summary tf.summary.histogram
  • Refer to the
    tensorflow API to find the corresponding version of the webpage, and then search the corresponding API, it is very convenient
Published 41 original articles · praised 7 · 20,000+ views

Guess you like

Origin blog.csdn.net/pkxpp/article/details/89418196
Recommended