Open suvadityamuk opened 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!
I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!
ivy/functional/frontends/paddle/tensor/manipulation.py ivy/functional/frontends/paddle/tensor/tensor.py