id int64 0 190k | prompt stringlengths 21 13.4M | docstring stringlengths 1 12k ⌀ |
|---|---|---|
150,090 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
from ivy.func_wrapper import _dtype_from_version
from ivy.utils.exceptions import IvyNotImplementedException
if not ivy.is_local():
... | null |
150,091 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
def roll(
x... | null |
150,092 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
def squeeze(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
axis: Optional[Union[int, Sequence[int]]] = None,
copy: Optional[bo... | null |
150,093 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super()._... | null |
150,094 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super()._... | null |
150,095 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
def repeat(
... | null |
150,096 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
def tile(
x: Union[(None, mx.ndarray.NDArray)],
/,
repeats: Sequence[int],
*,
out: Optional[Union[(None, mx.ndarray.NDArray)... | null |
150,097 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super()._... | null |
150,098 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super()._... | null |
150,099 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super()._... | null |
150,100 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
def clip(
x: Union[(None, mx.ndarray.NDArray)],
x_min: Union[(Number, None, mx.ndarray.NDArray)],
x_max: Union[(Number, None, mx.nda... | null |
150,101 | import mxnet as mx
from numbers import Number
from typing import Union, Tuple, Optional, List, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super()._... | null |
150,102 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def abs(
x: Union[(float, None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray... | null |
150,103 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def acos(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArr... | null |
150,104 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def acosh(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDAr... | null |
150,105 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def multiply(
x1: Union[(float, None, mx.ndarray.NDArray)],
x2: Union[(float, None, mx.ndarray.NDArray)],
... | null |
150,106 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def asin(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArr... | null |
150,107 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def asinh(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDAr... | null |
150,108 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def atan(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArr... | null |
150,109 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def atan2(
x1: Union[(None, mx.ndarray.NDArray)],
x2: Union[(None, mx.ndarray.NDArray)],
/,
*,
... | null |
150,110 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def atanh(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDAr... | null |
150,111 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,112 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,113 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,114 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,115 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,116 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_b... | null |
150,117 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def ceil(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArr... | null |
150,118 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def cos(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArra... | null |
150,119 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def cosh(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArr... | null |
150,120 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_b... | null |
150,121 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def exp(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArray... | null |
150,122 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def divide(
x1: Union[(float, None, mx.ndarray.NDArray)],
x2: Union[(float, None, mx.ndarray.NDArray)],
... | null |
150,123 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,124 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def greater(
x1: Union[(float, None, mx.ndarray.NDArray)],
x2: Union[(float, None, mx.ndarray.NDArray)],
... | null |
150,125 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def greater_equal(
x1: Union[(float, None, mx.ndarray.NDArray)],
x2: Union[(float, None, mx.ndarray.NDArr... | null |
150,126 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,127 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,128 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_b... | null |
150,129 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,130 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def less(
x1: Union[(float, None, mx.ndarray.NDArray)],
x2: Union[(float, None, mx.ndarray.NDArray)],
... | null |
150,131 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def less_equal(
x1: Union[(float, None, mx.ndarray.NDArray)],
x2: Union[(float, None, mx.ndarray.NDArray)... | null |
150,132 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def log(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArra... | null |
150,133 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,134 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def log1p(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDAr... | null |
150,135 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def log2(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArr... | null |
150,136 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def logaddexp(
x1: Union[(None, mx.ndarray.NDArray)],
x2: Union[(None, mx.ndarray.NDArray)],
/,
*... | null |
150,137 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_b... | null |
150,138 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def logical_and(
x1: Union[(None, mx.ndarray.NDArray)],
x2: Union[(None, mx.ndarray.NDArray)],
/,
... | null |
150,139 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def logical_not(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarra... | null |
150,140 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def logical_or(
x1: Union[(None, mx.ndarray.NDArray)],
x2: Union[(None, mx.ndarray.NDArray)],
/,
... | null |
150,141 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def logical_xor(
x1: Union[(None, mx.ndarray.NDArray)],
x2: Union[(None, mx.ndarray.NDArray)],
/,
... | null |
150,142 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def negative(
x: Union[(float, None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.nd... | null |
150,143 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,144 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,145 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def pow(
x1: Union[(None, mx.ndarray.NDArray)],
x2: Union[(int, float, None, mx.ndarray.NDArray)],
/,... | null |
150,146 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,147 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,148 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,149 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def sin(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArra... | null |
150,150 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def sinh(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArr... | null |
150,151 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def sqrt(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArr... | null |
150,152 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def square(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDA... | null |
150,153 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def multiply(
x1: Union[(float, None, mx.ndarray.NDArray)],
x2: Union[(float, None, mx.ndarray.NDArray)],
... | null |
150,154 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,155 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def tan(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.ndarray.NDArra... | null |
150,156 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def tanh(
x: Union[(None, mx.ndarray.NDArray)],
/,
*,
complex_mode="jax",
out: Optional[Union... | null |
150,157 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,158 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,159 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,160 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,161 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_b... | null |
150,162 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,163 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_b... | null |
150,164 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
def reciprocal(
x: Union[(float, None, mx.ndarray.NDArray)],
/,
*,
out: Optional[Union[(None, mx.... | null |
150,165 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,166 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,167 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,168 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,169 | import mxnet as mx
from typing import Union, Optional
from ivy.func_wrapper import with_supported_dtypes
from . import backend_version
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_ba... | null |
150,170 | import mxnet as mx
from typing import Union, Optional
import ivy
from ivy.functional.ivy.device import Profiler as BaseProfiler
from ivy.utils.exceptions import IvyNotImplementedException
def as_ivy_dev(device):
if isinstance(device, str):
return ivy.Device(device)
if device is None:
return None... | null |
150,171 | import mxnet as mx
from typing import Union, Optional
import ivy
from ivy.functional.ivy.device import Profiler as BaseProfiler
from ivy.utils.exceptions import IvyNotImplementedException
def as_native_dev(device: str, /):
if isinstance(device, mx.Context):
return device
if device is None or "cpu" in de... | null |
150,172 | import mxnet as mx
from typing import Union, Optional
import ivy
from ivy.functional.ivy.device import Profiler as BaseProfiler
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
de... | null |
150,173 | import mxnet as mx
from typing import Union, Optional
import ivy
from ivy.functional.ivy.device import Profiler as BaseProfiler
from ivy.utils.exceptions import IvyNotImplementedException
def num_gpus() -> int:
return mx.context.num_gpus()
def gpu_is_available() -> bool:
if mx.context.num_gpus() > 0:
r... | null |
150,174 | import mxnet as mx
from typing import Union, Optional
import ivy
from ivy.functional.ivy.device import Profiler as BaseProfiler
from ivy.utils.exceptions import IvyNotImplementedException
def tpu_is_available() -> bool:
return False | null |
150,175 | import mxnet as mx
from typing import Optional, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
from ivy.func_wrapper import _dtype_from_version
from ivy.utils.exceptions import IvyNotImplementedException
if not ivy.is_local():
_module_in_memory = sys.modules[__na... | null |
150,176 | import mxnet as mx
from typing import Optional, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
from ivy.func_wrapper import _dtype_from_version
from ivy.utils.exceptions import IvyNotImplementedException
if not ivy.is_local():
_module_in_memory = sys.modules[__na... | null |
150,177 | import mxnet as mx
from typing import Optional, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super().__init__(*messages, include_backend=inclu... | null |
150,178 | import mxnet as mx
from typing import Optional, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
from ivy.func_wrapper import _dtype_from_version
from ivy.utils.exceptions import IvyNotImplementedException
if not ivy.is_local():
_module_in_memory = sys.modules[__na... | null |
150,179 | import mxnet as mx
from typing import Optional, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super().__init__(*messages, include_backend=inclu... | null |
150,180 | import mxnet as mx
from typing import Optional, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super().__init__(*messages, include_backend=inclu... | null |
150,181 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
def conv1d(
x: Union[(None, mx.ndarray.NDArr... | null |
150,182 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
from ivy.func_wrapper import _dtype_from_version
from ivy.utils.exceptions import IvyNotImplementedException
if not ivy.is_local():
_module_in_memory = sys.modul... | null |
150,183 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
def conv2d(
x: Union[(None, mx.ndarray.NDArr... | null |
150,184 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
from ivy.func_wrapper import _dtype_from_version
from ivy.utils.exceptions import IvyNotImplementedException
if not ivy.is_local():
_module_in_memory = sys.modul... | null |
150,185 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super().__init__(*messages, include_backen... | null |
150,186 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super().__init__(*messages, include_backen... | null |
150,187 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
from ivy.func_wrapper import _dtype_from_version
from ivy.utils.exceptions import IvyNotImplementedException
if not ivy.is_local():
_module_in_memory = sys.modul... | null |
150,188 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
class IvyNotImplementedException(IvyException, NotImplementedError):
def __init__(self, *messages, include_backend=False):
super().__init__(*messages, include_backen... | null |
150,189 | import mxnet as mx
from typing import Optional, Tuple, Union, Sequence
import ivy
from ivy.utils.exceptions import IvyNotImplementedException
import ivy
from ivy.func_wrapper import _dtype_from_version
from ivy.utils.exceptions import IvyNotImplementedException
if not ivy.is_local():
_module_in_memory = sys.modul... | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.