How can I get test_value in PyMC(PyMC4)?

But, I am still getting an error when I used pm.model.initial_point.

with model:
a = pm.Uniform(‘c’, 0, 50)
print(a.initial_point)

AttributeError: ‘TensorVariable’ object has no attribute ‘initial_point’