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,
name=None,
preferred_dtype=None,
dtype_hint=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected