Several simple examples showing the usage of scatter_nd_sub
scatter_nd_subExample1:subtractionattheseconddimension,[0,1],whichcorrespondingtoavector.>>>ref=tf.Variable(tf.ones([2,3,3],tf.int32))>>>indices=tf.constant([[0,1]])>>>updates=tf.constant([[1,1,1]])>>