id int64 0 190k | prompt stringlengths 21 13.4M | docstring stringlengths 1 12k ⌀ |
|---|---|---|
146,989 | import ivy
from ivy.functional.frontends.numpy.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
def fftshift(x, axes=None):
x = ivy.asarray(x)
if axes is None:
axes = tuple(range(x.ndim))
shift = [(dim // 2) for dim in x.sha... | null |
146,990 | import ivy
from ivy.functional.frontends.numpy.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
def ifft(a, n=None, axis=-1, norm=None):
a = ivy.array(a, dtype=ivy.complex128)
if norm is None:
norm = "backward"
return ivy.ifft(a,... | null |
146,991 | import ivy
from ivy.functional.frontends.numpy.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
def ifftn(a, s=None, axes=None, norm=None):
def ifft2(a, s=None, axes=(-2, -1), norm=None):
a = ivy.asarray(a, dtype=ivy.complex128)
a = ivy.ifft... | null |
146,992 | import ivy
from ivy.functional.frontends.numpy.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
def ifftshift(x, axes=None):
x = ivy.asarray(x)
if axes is None:
axes = tuple(range(x.ndim))
shift = [-(dim // 2) for dim in x.s... | null |
146,993 | import ivy
from ivy.functional.frontends.numpy.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
def _swap_direction(norm):
try:
return _SWAP_DIRECTION_MAP[norm]
except KeyError:
raise ValueError(
f'Invalid norm val... | null |
146,994 | import ivy
from ivy.functional.frontends.numpy.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
def rfftfreq(n, d=1.0):
if not isinstance(
n, (int, type(ivy.int8), type(ivy.int16), type(ivy.int32), type(ivy.int64))
):
raise T... | null |
146,995 | import ivy
from ivy.functional.frontends.numpy.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
def rfftn(a, s=None, axes=None, norm=None):
a = ivy.asarray(a, dtype=ivy.complex128)
return ivy.rfftn(a, s=s, axes=axes, norm=norm) | null |
146,996 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
146,997 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
146,998 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
146,999 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,000 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,001 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,002 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,003 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,004 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,005 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,006 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,007 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,008 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,009 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,010 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,011 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,012 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,013 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,014 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,015 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,016 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,017 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,018 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,019 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,020 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,021 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,022 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,023 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,024 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,025 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,026 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,027 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,028 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,029 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,030 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,031 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,032 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,033 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,034 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,035 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,036 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,037 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,038 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,039 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,040 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,041 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,042 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,043 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,044 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,045 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,046 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,047 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,048 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,049 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,050 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,051 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,052 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,053 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,054 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,055 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,056 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,057 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,058 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,059 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,060 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,061 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,062 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,063 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,064 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,065 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,066 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,067 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,068 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,069 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,070 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,071 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,072 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,073 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,074 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,075 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,076 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,077 | import ivy
from ivy import (
with_supported_dtypes,
with_unsupported_dtypes,
with_supported_device_and_dtypes,
)
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
to_ivy... | null |
147,078 | import ivy.functional.frontends.tensorflow as tf_frontend
def add(x, y, name=None):
return tf_frontend.math.add(x, y, name=name) | null |
147,079 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,080 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,081 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,082 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,083 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,084 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,085 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,086 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,087 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
147,088 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
map_raw_ops_alias,
to_ivy_dtype,
)
from ivy.func_wrapper import with_unsupporte... | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.