Converts the given `value` to a `Tensor`. This function converts Python objects of various types to `Tensor` objects. It accepts `Tensor` objects, numpy arrays, Python lists, and Python scalars. For example: ```python import numpy as np def my_func(arg): arg = tf.convert_to_tensor
(value, dtype=None, dtype_hint=None, name=None)
source not stored for this graph (policy: none)
no test coverage detected