ivy
ivy copied to clipboard
cond #17520
close #17520
Yeah, I have seen, i hope it is solved now
On Mon, Jun 26, 2023 at 3:29 PM Felix Hirwa Nshuti @.***> wrote:
@.**** commented on this pull request.
In ivy/functional/frontends/paddle/tensor/linalg.py https://github.com/unifyai/ivy/pull/17610#discussion_r1242118561:
@@ -144,3 +144,9 @@ def bmm(x, y, transpose_x=False, transpose_y=False, name=None): @to_ivy_arrays_and_back def matrix_power(x, n, name=None): return ivy.matrix_power(x, n)
@.***_unsupported_dtypes({"2.4.2 and below": ("float32", "float64")}, "paddle")
This decorator is for filtering unsupported dtypes of that function and from the docs this function supports only float32 and float64
— Reply to this email directly, view it on GitHub https://github.com/unifyai/ivy/pull/17610#discussion_r1242118561, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMLCYFOLFUUYCEH4SH3QFXTXNF6EPANCNFSM6AAAAAAZRD5SYI . You are receiving this because you were mentioned.Message ID: @.***>