id
int64
0
190k
prompt
stringlengths
21
13.4M
docstring
stringlengths
1
12k
147,889
import ivy from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, numpy_to_torch_style_args, ) from collections import namedtuple import ivy.functional.frontends.torch as torch_frontend def mean(input, dim=Non...
null
147,890
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matmul(input, other, *, out=None): input, other = torch_frontend.promote_types_of_torch_inputs(input, other) ...
null
147,891
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matmul(input, other, *, out=None): import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional...
null
147,892
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matmul(input, other, *, out=None): input, other = torch_frontend.promote_types_of_torch_inputs(input, other) ...
null
147,893
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def outer(input, vec2, *, out=None): input, vec2 = torch_frontend.promote_types_of_torch_inputs(input, vec2) retu...
null
147,894
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matmul(input, other, *, out=None): input, other = torch_frontend.promote_types_of_torch_inputs(input, other) ...
null
147,895
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matmul(input, other, *, out=None): import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional...
null
147,896
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,897
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,898
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matmul(input, other, *, out=None): input, other = torch_frontend.promote_types_of_torch_inputs(input, other) ...
null
147,899
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def outer(input, vec2, *, out=None): input, vec2 = torch_frontend.promote_types_of_torch_inputs(input, vec2) retu...
null
147,900
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,901
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def inverse(input, *, out=None): return torch_frontend.linalg.inv(input, out=out)
null
147,902
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def det(input): return torch_frontend.linalg.det(input) import ivy from ivy.utils.exceptions import handle_exception...
null
147,903
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matrix_power(A, n, *, out=None): return torch_frontend.linalg.matrix_power(A, n, out=out)
null
147,904
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,905
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matmul(input, other, *, out=None): input, other = torch_frontend.promote_types_of_torch_inputs(input, other) ...
null
147,906
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def matmul(input, other, *, out=None): input, other = torch_frontend.promote_types_of_torch_inputs(input, other) ...
null
147,907
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,908
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,909
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back def slogdet(A, *, out=None): return torch_frontend.linalg.slogdet(A, out=out)
null
147,910
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,911
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,912
import ivy from ivy.func_wrapper import with_unsupported_dtypes import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_speci...
null
147,913
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def _compute_allclose_with_tol(input, other, rtol, atol): input, other = torch_fro...
null
147,914
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def equal(input, other): input, other = torch_frontend.promote_types_of_torch_inpu...
null
147,915
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def greater(input, other, *, out=None): input, other = torch_frontend.promote_type...
null
147,916
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def isnan(input): return ivy.isnan(input) def less(input, other, *, out=None): ...
null
147,917
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.fro...
null
147,918
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def _compute_isclose_with_tol(input, other, rtol, atol): def equal(input, other): def ...
null
147,919
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def argsort(input, dim=-1, descending=False): def sort(input, *, dim=-1, descending=Fa...
null
147,920
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def isinf(input): return ivy.isinf(input) def less(input, other, *, out=None): ...
null
147,921
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def isinf(input): return ivy.isinf(input) def less(input, other, *, out=None): ...
null
147,922
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.fro...
null
147,923
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def argsort(input, dim=-1, descending=False): def sort(input, *, dim=-1, descending=Fa...
null
147,924
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.fro...
null
147,925
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.fro...
null
147,926
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple def sort(input, *, dim=-1, descending=False, stable=False, out=None): values = ivy...
null
147,927
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.fro...
null
147,928
import ivy import ivy.functional.frontends.torch as torch_frontend from ivy.func_wrapper import with_unsupported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from collections import namedtuple import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.fro...
null
147,929
import ivy from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from ivy.func_wrapper import with_supported_dtypes import inspect def _assert(condition, message): if not condition: raise Exception(message) else: return True
null
147,930
import ivy from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from ivy.func_wrapper import with_supported_dtypes import inspect import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local...
null
147,931
import ivy from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from ivy.func_wrapper import with_supported_dtypes import inspect import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local...
null
147,932
import ivy from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back from ivy.func_wrapper import with_supported_dtypes import inspect import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local...
null
147,933
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend def asarray( obj, *, dtype=None, device=No...
null
147,934
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,935
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend def as_strided(input, size, stride, storage_offset=None): ...
null
147,936
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,937
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,938
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend def asarray( obj, *, dtype=None, device=No...
null
147,939
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,940
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,941
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,942
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,943
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,944
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,945
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,946
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,947
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,948
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend def complex( real, imag, *, out=None, ): ...
null
147,949
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,950
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,951
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,952
import ivy from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, to_ivy_shape, ) from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend import ivy from ivy.utils.exceptions import handle_except...
null
147,953
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,954
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,955
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,956
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,957
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,958
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,959
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,960
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,961
import ivy from ivy.func_wrapper import with_supported_dtypes from ivy.functional.frontends.torch.func_wrapper import to_ivy_arrays_and_back import ivy from ivy.utils.exceptions import handle_exceptions from ivy.functional.frontends import set_frontend_to_specific_version if ivy.is_local(): module ...
null
147,962
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,963
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,964
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) def add(input, other, *, alpha=1, out=None): input, other = torch_fronte...
null
147,965
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) def add(input, other, *, alpha=1, out=None): multiply = mul import ivy from...
null
147,966
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,967
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,968
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,969
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,970
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,971
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,972
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,973
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,974
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,975
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,976
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,977
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,978
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) clip = clamp import ivy from ivy.utils.exceptions import handle_exceptions ...
null
147,979
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,980
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,981
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,982
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,983
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,984
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) def floor_divide(input, other, *, out=None): return ivy.floor_divide(inp...
null
147,985
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,986
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,987
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null
147,988
import ivy from ivy.func_wrapper import ( with_unsupported_dtypes, with_supported_dtypes, ) import ivy.functional.frontends.torch as torch_frontend from ivy.functional.frontends.torch.func_wrapper import ( to_ivy_arrays_and_back, ) import ivy from ivy.utils.exceptions import handle_exceptions from ivy.func...
null