mesh
mesh copied to clipboard
Move `convert_to_tensor`, `convert_to_tensor_v1`, `convert_to_tensor_v1_with_dispatch`, `convert_to_tensor_v2_with_dispatch`, and `convert_to_tensor_v2` into `tensor_conversion_registry`.
Move convert_to_tensor
, convert_to_tensor_v1
, convert_to_tensor_v1_with_dispatch
, convert_to_tensor_v2_with_dispatch
, and convert_to_tensor_v2
into tensor_conversion_registry
.
Also renaming tensor_conversion_registry
to tensor_conversion
to match.