I have two types of tensors.
1) <class 'tensorflow.python.ops.resource_variable_ops.ResourceVariable'>
2) <class 'tensorflow.python.framework.ops.Tensor'>
What is the difference between the two? Can interconversion be done? In particular if I want to convert the second type to first type. Thanks