I am trying to calculate the second derivative of a simple vector function of a scalar variable f(x) = (x,x^2,x^3) using TF 2.3 with tf.GradientTape
f(x) = (x,x^2,x^3)
tf.GradientTape