Try casting fake_A1 to complex64 with tf.cast(fake_A1,tf.complex64) or with tf.dtypes.complex(fake_A1,0.0)
fake_A1
tf.cast(fake_A1,tf.complex64)
tf.dtypes.complex(fake_A1,0.0)