解决方案

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
partitions = tf.placeholder(tf.int64, shape=(16))

说明

tensorflow的一些新的变化。