id int64 0 190k | prompt stringlengths 21 13.4M | docstring stringlengths 1 12k ⌀ |
|---|---|---|
147,289 | import ivy
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
import ivy.functional.frontends.tensorflow as ... | null |
147,290 | import ivy
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
import ivy.functional.frontends.tensorflow as ... | null |
147,291 | import ivy
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
import ivy.functional.frontends.tensorflow as ... | null |
147,292 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
import ivy.functional.frontends.numpy as np_frontend
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
class DType:
def __init__(self, dtype_int):
self._ivy_dtype = tf_fronten... | null |
147,293 | import ivy
import ivy.functional.frontends.tensorflow as tf_frontend
import ivy.functional.frontends.numpy as np_frontend
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.functional.f... | null |
147,294 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
from ivy.func_wrapper import with_unsupported_dtypes
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.functional.frontends import set_frontend_to_specific_version
... | null |
147,295 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
from ivy.func_wrapper import with_unsupported_dtypes
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.functional.frontends import set_frontend_to_specific_version
... | null |
147,296 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
from ivy.func_wrapper import with_unsupported_dtypes
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.functional.frontends import set_frontend_to_specific_version
... | null |
147,297 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
from ivy.func_wrapper import with_unsupported_dtypes
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.functional.frontends import set_frontend_to_specific_version
... | null |
147,298 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
from ivy.func_wrapper import with_unsupported_dtypes
def poisson(shape, lam, dtype=ivy.float32, seed=None, name=None):
shape = ivy.array(shape, dtype=ivy.int32)
lam = ivy.array(lam, dtype... | null |
147,299 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
from ivy.func_wrapper import with_unsupported_dtypes
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.functional.frontends import set_frontend_to_specific_version
... | null |
147,300 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import (
to_ivy_arrays_and_back,
handle_tf_dtype,
)
from ivy.func_wrapper import with_unsupported_dtypes
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.functional.frontends import set_frontend_to_specific_version
... | null |
147,301 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def _convolution_broadcast_helper(
arg, num_spatial_dims, channel_index... | null |
147,302 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def conv2d(
input, filters, strides, padding, data_format="NHWC", dilati... | null |
147,303 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def conv2d_transpose(
input,
filters,
output_shape,
strides,... | null |
147,304 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def avg_pool1d(input, ksize, strides, padding, data_format="NWC", name=None)... | null |
147,305 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,306 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,307 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def _reduce_strides_dilations(dim, stride, dilations):
import ivy
from ivy.... | null |
147,308 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def _reduce_strides_dilations(dim, stride, dilations):
if not isinstance... | null |
147,309 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def _reduce_strides_dilations(dim, stride, dilations):
import ivy
from ivy.... | null |
147,310 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def _reduce_strides_dilations(dim, stride, dilations):
if not isinstance... | null |
147,311 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,312 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def relu(features, name=None):
return ivy.relu(features)
import ivy
fro... | null |
147,313 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,314 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,315 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,316 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,317 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,318 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,319 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,320 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,321 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,322 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,323 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,324 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,325 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,326 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
def _reduce_strides_dilations(dim, stride, dilations):
if not isinstance... | null |
147,327 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,328 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,329 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,330 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,331 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,332 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,333 | import ivy
from ivy.functional.frontends.tensorflow.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, with_supported_dtypes
from ivy.functional.frontends.tensorflow import check_tensorflow_casting
import ivy
from ivy.utils.exceptions import handle_exceptions
from ivy.func... | null |
147,334 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
def cond(pred, true_fun, false_fun, *operands, operand=None, linear=None):
if operand is not None:
if operands:
raise ivy.utils.exceptions.IvyException(
"if `operand` is passed, positional `o... | null |
147,335 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
def fori_loop(lower, upper, body_fun, init_val):
if not callable(body_fun):
raise ivy.exceptions.IvyException(
"jax.lax.fori_loop: Argument body_fun should be callable."
)
val = init_val
for ... | null |
147,336 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
def map(f, xs):
return ivy.stack([f(x) for x in xs]) | null |
147,337 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
def scan(f, init, xs, length=None, reverse=False, unroll=1):
if not (callable(f)):
raise ivy.exceptions.IvyException(
"jax.lax.scan: Argument f should be callable."
)
if xs is None and length is ... | null |
147,338 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
def switch(index, branches, *operands, operand=None):
if operand is not None:
if operands:
raise ivy.utils.exceptions.IvyException(
"if `operand` is passed, positional `operands` should not b... | null |
147,339 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
def while_loop(cond_fun, body_fun, init_val):
if not (callable(body_fun) and callable(cond_fun)):
raise ivy.exceptions.IvyException(
"jax.lax.while_loop: Arguments body_fun and cond_fun should be callable."
... | null |
147,340 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes
def cholesky(x, /, *, symmetrize_input=True):
def symmetrize(x):
# TODO : Take Hermitian transpose after complex numbers added
return (x + ivy.swapaxes(x, -1,... | null |
147,341 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes
def eig(x, /, *, compute_left_eigenvectors=True, compute_right_eigenvectors=True):
return ivy.eig(x) | null |
147,342 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes
def eigh(x, /, *, lower=True, symmetrize_input=True, sort_eigenvalues=True):
UPLO = "L" if lower else "U"
def symmetrize(x):
# TODO : Take Hermitian transpose af... | null |
147,343 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes
def qr(x, /, *, full_matrices=False):
mode = "reduced"
if full_matrices is True:
mode = "complete"
return ivy.qr(x, mode=mode) | null |
147,344 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes
def svd(x, /, *, full_matrices=True, compute_uv=True):
if not compute_uv:
return ivy.svdvals(x)
return ivy.svd(x, full_matrices=full_matrices) | null |
147,345 | import ivy
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
def stop_gradient(x):
return ivy.stop_gradient(x) | null |
147,346 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def acos(x):
return i... | null |
147,347 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def add(x, y):
return... | null |
147,348 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def argmax(operand, axis,... | null |
147,349 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def argmin(operand, axis,... | null |
147,350 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def asin(x):
return i... | null |
147,351 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def asinh(x):
return ... | null |
147,352 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def atan(x):
return i... | null |
147,353 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def atan2(x, y):
retu... | null |
147,354 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def atanh(x):
return ... | null |
147,355 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def batch_matmul(lhs, rhs... | null |
147,356 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def bitwise_and(x, y):
... | null |
147,357 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def bitwise_not(x):
r... | null |
147,358 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def bitwise_or(x, y):
... | null |
147,359 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def bitwise_xor(x, y):
... | null |
147,360 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def broadcast(operand, si... | null |
147,361 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def pow(x, y):
return ... | null |
147,362 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def clamp(min, x, max):
... | null |
147,363 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def complex(x, y):
re... | null |
147,364 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def concatenate(operands,... | null |
147,365 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def conj(x):
return i... | null |
147,366 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def conv_general_dilated(
... | null |
147,367 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def _argsort_tuple(the_tup... | null |
147,368 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def convert_element_type(... | null |
147,369 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def cos(x):
return iv... | null |
147,370 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def cosh(x):
return i... | null |
147,371 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def cummin(operand, axis=... | null |
147,372 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def cumprod(operand, axis... | null |
147,373 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def cumsum(operand, axis=... | null |
147,374 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def div(x, y):
return... | null |
147,375 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def dot(lhs, rhs, precisi... | null |
147,376 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def dot_general(
lhs,... | null |
147,377 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def eq(x, y):
return ... | null |
147,378 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def erf(x):
return ivy... | null |
147,379 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def exp(x):
return iv... | null |
147,380 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def expand_dims(array, di... | null |
147,381 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def expm1(x):
return ... | null |
147,382 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def full(shape, fill_value... | null |
147,383 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def ge(x, y):
return ... | null |
147,384 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def gt(x, y):
return ... | null |
147,385 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def igamma(a, x):
ret... | null |
147,386 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def imag(x):
return i... | null |
147,387 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def is_finite(x):
ret... | null |
147,388 | from typing import Any
import itertools
import string
import builtins
import ivy
from ivy.func_wrapper import with_supported_dtypes
from ivy.functional.frontends.jax.func_wrapper import to_ivy_arrays_and_back
from ivy.func_wrapper import with_unsupported_dtypes, frontend_outputs_to_ivy_arrays
def le(x, y):
return ... | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.