suvadityamuk / ivy

The Unified Machine Learning Framework
https://lets-unify.ai
Other
0 stars 0 forks source link

Sweep: Add an implementation for the acos paddle.Tensor instance method #1

Open suvadityamuk opened 1 year ago

suvadityamuk commented 1 year ago

ivy/functional/frontends/paddle/tensor/manipulation.py ivy/functional/frontends/paddle/tensor/tensor.py

sweep-ai[bot] commented 1 year ago

Hey @suvadityamuk,

I've started working on this issue. The plan is to add the acos method to the Tensor class in the ivy/functional/frontends/paddle/tensor/tensor.py file. This method will be similar to the existing methods like asin, sin, etc., and will be decorated with the with_supported_dtypes decorator to specify the supported data types.

Give me a minute!

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/suvadityamuk/ivy/blob/1448cfbb2b55cb99f70b25a761d809c868f91d00/ivy/functional/frontends/paddle/tensor/creation.py#L1-L47 https://github.com/suvadityamuk/ivy/blob/1448cfbb2b55cb99f70b25a761d809c868f91d00/ivy/functional/backends/paddle/linear_algebra.py#L207-L248 https://github.com/suvadityamuk/ivy/blob/1448cfbb2b55cb99f70b25a761d809c868f91d00/ivy/functional/backends/paddle/experimental/random.py#L51-L102 https://github.com/suvadityamuk/ivy/blob/1448cfbb2b55cb99f70b25a761d809c868f91d00/ivy/functional/frontends/paddle/tensor/manipulation.py#L1-L31 https://github.com/suvadityamuk/ivy/blob/1448cfbb2b55cb99f70b25a761d809c868f91d00/ivy/functional/frontends/paddle/tensor/tensor.py#L1-L177

I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!