MCPcopy Create free account

hub / github.com/cupy/cupy / functions

Functions14,004 in github.com/cupy/cupy

↓ 3 callersMethodcheck_eigvals_for_shape
(self, dtype, shape)
tests/cupy_tests/linalg_tests/test_eigenvalue.py:368
↓ 3 callersMethodcheck_int8_sum
(self, shape, xp, axis=None, keepdims=False, trans=None)
tests/cupy_tests/core_tests/test_reduction.py:38
↓ 3 callersMethodcheck_lognormal
(self, dtype)
tests/cupy_tests/random_tests/test_generator.py:359
↓ 3 callersMethodcheck_packbits
(self, data, xp, dtype, bitorder='big')
tests/cupy_tests/binary_tests/test_packing.py:13
↓ 3 callersMethodcheck_unary_complex
(self, name, xp, dtype)
tests/cupy_tests/math_tests/test_rounding.py:22
↓ 3 callersMethodcheck_unary_linspace0_1
(self, name, xp, scp, dtype)
tests/cupyx_tests/scipy_tests/special_tests/test_statistics.py:68
↓ 3 callersMethodcheck_unary_lower_precision
(self, name, xp, scp, dtype)
tests/cupyx_tests/scipy_tests/special_tests/test_statistics.py:62
↓ 3 callersMethodcheck_unary_nan
(self, name, xp, dtype, **kwargs)
tests/cupy_tests/math_tests/test_misc.py:57
↓ 3 callersMethodclear_counter
()
tests/cupy_tests/testing_tests/test_condition.py:25
↓ 3 callersMethodcompile
(self, obj: str, src: str, ext: Extension)
install/cupy_builder/_compiler.py:169
↓ 3 callersFunctioncont2discrete
Transform a continuous to a discrete state-space system. Parameters ---------- system : a tuple describing the system or an instance
cupyx/scipy/signal/_ltisys.py:2965
↓ 3 callersMethodcopy
Not supported.
cupyx/distributed/array/_array.py:495
↓ 3 callersFunctioncorrelate1d
One-dimensional correlate. The array is correlated with the given kernel. Args: input (cupy.ndarray): The input array. weigh
cupyx/scipy/ndimage/_filters.py:98
↓ 3 callersMethodcreate_placeholder
( cls, shape: tuple[int, ...], device: int | Device, index: tuple[slice, ...], updates
cupyx/distributed/array/_chunk.py:73
↓ 3 callersMethodcsrsm2
(A, B, lower, transa)
cupyx/scipy/sparse/linalg/_solve.py:594
↓ 3 callersMethoddata
(self)
tests/cupyx_tests/scipy_tests/sparse_tests/test_construct.py:129
↓ 3 callersMethoddeclvar
(self, x: str, init: Data | None)
cupyx/jit/_cuda_types.py:22
↓ 3 callersFunctiondlsim
Simulate output of a discrete-time linear system. Parameters ---------- system : tuple of array_like or instance of `dlti` A
cupyx/scipy/signal/_ltisys.py:2578
↓ 3 callersFunctioneye
Creates a sparse matrix with ones on diagonal. Args: m (int): Number of rows. n (int or None): Number of columns. If it is ``None
cupyx/scipy/sparse/_construct.py:88
↓ 3 callersFunctionf
(x)
tests/cupy_tests/testing_tests/test_parameterized.py:44
↓ 3 callersFunctionfilter_files_by_extension
( sources: list[str], extension: str, )
install/cupy_builder/_command.py:20
↓ 3 callersFunctionfloat_factorial
Compute the factorial and return as a float Returns infinity when result is too large for a double
cupyx/scipy/_lib/_util.py:8
↓ 3 callersMethodgather
Performs a gather operation. Args: in_array (cupy.ndarray): array to be sent. out_array (cupy.ndarray): array where t
cupyx/distributed/_nccl_comm.py:267
↓ 3 callersMethodgather
(self, in_array, out_array, root=0, stream=None)
cupyx/distributed/_comm.py:56
↓ 3 callersFunctiongenerate_binary_structure
Generate a binary structure for binary morphological operations. Args: rank(int): Number of dimensions of the array to which the structur
cupyx/scipy/ndimage/_morphology.py:127
↓ 3 callersMethodgenerate_input
(self, a_shape, y_shape, xp, dtype)
tests/cupy_tests/statistics_tests/test_correlation.py:51
↓ 3 callersFunctiongetVersion
()
cupyx/cusparse.py:314
↓ 3 callersFunctionget_batched_gesv_limit
()
cupy/cublas.py:19
↓ 3 callersMethodget_data
(self, dtype, shape, order)
tests/cupy_tests/test_cublas.py:283
↓ 3 callersFunctionget_high_word
cupy/_core/include/cupy/complex/math_private.h:98
↓ 3 callersMethodget_xy
(self, xp)
tests/cupyx_tests/scipy_tests/interpolate_tests/test_bspline2.py:370
↓ 3 callersMethodgetcol
Return a copy of column ``j`` as a (m x 1) sparse column vector. Matrix-only API; for sparse arrays use ``A[:, j]`` (or ``A[:, [j]]``
cupyx/scipy/sparse/_base.py:906
↓ 3 callersMethodgetrow
Return a copy of row ``i`` as a (1 x n) sparse row vector. Matrix-only API; for sparse arrays use ``A[i]`` (or ``A[[i], :]`` for a 2-
cupyx/scipy/sparse/_base.py:898
↓ 3 callersFunctioninsert_words
cupy/_core/include/cupy/complex/math_private.h:112
↓ 3 callersFunctioninstalled
Returns True if the current environment satisfies the specified package requirement. Args: specifiers: Version specifiers (e.g., `num
cupy/testing/_helper.py:73
↓ 3 callersMethodinstantiate
( self, mode: str = REPLICA, )
tests/cupyx_tests/distributed_tests/test_linalg.py:30
↓ 3 callersMethodinstantiate
( self, mode: str = REPLICA, )
tests/cupyx_tests/distributed_tests/test_linalg.py:67
↓ 3 callersMethodintegrate
Compute a definite integral over a piecewise polynomial. Parameters ---------- a : float Lower integrati
cupyx/scipy/interpolate/_interpolate.py:1599
↓ 3 callersFunctionintercept_stdout
(func)
tests/cupy_tests/fft_tests/test_cache.py:21
↓ 3 callersFunctionis_constants
(*values: _internal_types.Expr)
cupyx/jit/_compile.py:254
↓ 3 callersFunctionisdense
(x)
cupyx/scipy/sparse/_util.py:9
↓ 3 callersFunctionlsim
Simulate output of a continuous-time linear system. Parameters ---------- system : an instance of the LTI class or a tuple describin
cupyx/scipy/signal/_ltisys.py:1426
↓ 3 callersFunctionlstsq
Return the least-squares solution to a linear matrix equation. Solves the equation `a x = b` by computing a vector `x` that minimizes the Euc
cupy/linalg/_solve.py:134
↓ 3 callersFunctionmock_alloc
(size)
tests/cupy_tests/cuda_tests/test_pinned_memory.py:23
↓ 3 callersFunctionmock_alloc
(size)
tests/cupy_tests/cuda_tests/test_memory.py:34
↓ 3 callersFunctionobj2sctype
Return the scalar dtype or NumPy equivalent of Python type of an object. Parameters ---------- rep : any The object of which
cupy/__init__.py:966
↓ 3 callersMethodquery_ball_tree
Find all pairs of points between `self` and `other` whose distance is at most r. Parameters ---------- other
cupyx/scipy/spatial/_kdtree.py:359
↓ 3 callersMethodraises_size_required
(self)
tests/cupy_tests/core_tests/test_userkernel.py:106
↓ 3 callersFunctionreduce
Generalization of summation.
cupyx/jit/thrust.py:457
↓ 3 callersFunctionrotate
Rotate an array. The array is rotated in the plane defined by the two axes given by the ``axes`` parameter using spline interpolation of the
cupyx/scipy/ndimage/_interpolation.py:492
↓ 3 callersMethodrun_div
(self, func, xp, dtypes)
tests/cupy_tests/functional_tests/test_vectorize.py:95
↓ 3 callersFunctionrun_threaded
Runs a function many times in parallel This function has been taken from NumPy: https://github.com/numpy/numpy/blob/a90ef57574c501a780fe83412
tests/cupy_tests/core_tests/test_multithreading.py:19
↓ 3 callersMethodsave
(self, name, cubin, source)
tests/cupy_tests/core_tests/test_raw.py:1234
↓ 3 callersMethodsend
(self, array, peer, stream=None)
cupyx/distributed/_comm.py:40
↓ 3 callersMethodsetUp
(self)
tests/cupy_tests/random_tests/test_bit_generator.py:14
↓ 3 callersFunctionset_high_word
Set the more significant 32 bits of a double from an int. */
cupy/_core/include/cupy/complex/math_private.h:105
↓ 3 callersFunctionsosfilt
Filter data along one dimension using cascaded second-order sections. Filter a data sequence, `x`, using a digital IIR filter defined by
cupyx/scipy/signal/_signaltools.py:1452
↓ 3 callersMethodspawn
(self, commands: list[str])
install/cupy_builder/_compiler.py:162
↓ 3 callersFunctionsplantider
Compute the spline for the antiderivative (integral) of a given spline. Parameters ---------- tck : tuple of (t, c, k) Splin
cupyx/scipy/interpolate/_bspline.py:392
↓ 3 callersFunctionsplit
Splits an array into multiple sub arrays along a given axis. Args: ary (cupy.ndarray): Array to split. indices_or_sections (int o
cupy/_manipulation/split.py:51
↓ 3 callersFunctionss2tf
r"""State-space to transfer function. A, B, C, D defines a linear state-space system with `p` inputs, `q` outputs, and `n` state variables.
cupyx/scipy/signal/_iir_filter_conversions.py:1472
↓ 3 callersMethodstandard_gamma
Returns an array of samples drawn from a standard gamma distribution. .. seealso:: - :func:`cupy.random.standard_gamma` for full
cupy/random/_generator.py:883
↓ 3 callersMethodstop
(self)
cupyx/distributed/_store.py:105
↓ 3 callersMethodsync
sync() Synchronize the threads named in the group. .. seealso:: :meth:`numba.cuda.cg.GridGroup.sync`
cupyx/jit/cg.py:74
↓ 3 callersFunctiontf2ss
r"""Transfer function to state-space representation. Parameters ---------- num, den : array_like Sequences representing the coeff
cupyx/scipy/signal/_iir_filter_conversions.py:1402
↓ 3 callersMethodthread_rank
thread_rank() Rank of the calling thread within ``[0, num_threads)``.
cupyx/jit/cg.py:88
↓ 3 callersMethodto_discrete
Return a discretized version of the current system. Parameters: See `cont2discrete` for details. Returns ------- sys
cupyx/scipy/signal/_ltisys.py:217
↓ 3 callersMethodto_ss
Return a copy of the current `StateSpace` system. Returns ------- sys : instance of `StateSpace` The cur
cupyx/scipy/signal/_ltisys.py:1318
↓ 3 callersMethodto_tf
Convert system representation to `TransferFunction`. Parameters ---------- kwargs : dict, optional Addit
cupyx/scipy/signal/_ltisys.py:1282
↓ 3 callersMethodtocsr
Converts the matrix to Compressed Sparse Row format. Args: copy (bool): If ``False``, it shares data arrays as much as
cupyx/scipy/sparse/_csc.py:361
↓ 3 callersFunctionuse_temporary_cache_dir
()
tests/cupy_tests/fft_tests/test_callback.py:55
↓ 3 callersFunctionzpk2sos
Return second-order sections from zeros, poles, and gain of a system Parameters ---------- z : array_like Zeros of the transfer f
cupyx/scipy/signal/_iir_filter_conversions.py:140
↓ 2 callersMethodSum
(self, env, instance, input)
cupyx/jit/cub.py:67
↓ 2 callersFunction_KNV0
Algorithm "KNV0" Kautsky et Al. Robust pole assignment in linear state feedback, Int journal of Control 1985, vol 41 p 1129->1155 htt
cupyx/scipy/signal/_ltisys.py:1950
↓ 2 callersMethod__cuda_stream__
(self)
tests/cupy_tests/cuda_tests/test_stream.py:397
↓ 2 callersMethod__enter__
(self)
cupy/_io/npz.py:18
↓ 2 callersMethod__init__
(self, arg1, shape=None, dtype=None, copy=False, *, maxprint=None)
cupyx/scipy/sparse/_compressed.py:231
↓ 2 callersMethod__init__
Check shape of points and values arrays, and reshape values to (npoints, nvalues). Ensure the `points` and values arrays are
cupyx/scipy/interpolate/_interpnd.py:66
↓ 2 callersMethod__init__
Initialize a 1-D linear interpolation class.
cupyx/scipy/interpolate/_polyint.py:631
↓ 2 callersMethod__new__
(cls, *args, **kwargs)
cupyx/scipy/sparse/linalg/_interface.py:36
↓ 2 callersMethod_antiderivative_inplace
Compute 1-D antiderivative along a selected dimension May result to non-contiguous c array.
cupyx/scipy/interpolate/_interpolate.py:2154
↓ 2 callersMethod_arg_min_or_max
(self, axis, out, op, compare)
cupyx/scipy/sparse/_data.py:376
↓ 2 callersFunction_arg_peaks_as_expected
Ensure argument `peaks` is a 1-D C-contiguous array of dtype('int64'). Used in `peak_prominences` and `peak_widths` to make `peaks` compatible
cupyx/scipy/signal/_peak_finding.py:740
↓ 2 callersMethod_as_2d
Return the ``(1, N)`` 2-D backing of a 1-D array (else self). A 1-D CSR array stores a single row (``indptr == [0, nnz]``), so the ba
cupyx/scipy/sparse/_compressed.py:545
↓ 2 callersMethod_as_tf
Convert to `TransferFunction` system, without copying. Returns ------- sys: ZerosPolesGain The `TransferFunction`
cupyx/scipy/signal/_ltisys.py:96
↓ 2 callersMethod_as_zpk
Convert to `ZerosPolesGain` system, without copying. Returns ------- sys: ZerosPolesGain The `ZerosPolesGain` sys
cupyx/scipy/signal/_ltisys.py:82
↓ 2 callersMethod_bool_reduction_carrier
Non-mutating float64 carrier for reducing a bool array. cuSPARSE has no bool arithmetic, so bool ``sum``/``mean`` reduce through a fl
cupyx/scipy/sparse/_data.py:32
↓ 2 callersFunction_boundary_inputs
(boundary, rtol, atol)
tests/cupyx_tests/scipy_tests/special_tests/test_erf.py:12
↓ 2 callersFunction_build_and_solve_system
Build and solve the RBF interpolation system of equations. Parameters ---------- y : (P, N) float ndarray Data point coordinates.
cupyx/scipy/interpolate/_rbfinterp.py:440
↓ 2 callersFunction_calc_out_shape
(shape, axis, keepdims)
tests/cupy_tests/logic_tests/test_truth.py:8
↓ 2 callersMethod_calculate_checksum
(self, glob_pattern: str)
install/cupy_builder/_context.py:129
↓ 2 callersFunction_call_func
(impl, args, kw)
cupy/testing/_loops.py:47
↓ 2 callersFunction_call_func_cupy
(impl, args, kw, name, sp_name, scipy_name)
cupy/testing/_loops.py:67
↓ 2 callersFunction_call_ufunc
( ufunc: _kernel.ufunc, args: Sequence[Constant | Data], dtype: numpy.dtype | None,
cupyx/jit/_compile.py:431
↓ 2 callersFunction_change_order_if_necessary
(a, lda)
cupy/cublas.py:683
↓ 2 callersMethod_check_and_update_bounds_error_for_extrapolation
(self)
cupyx/scipy/interpolate/_polyint.py:817
↓ 2 callersMethod_check_call_shape
(self, xi)
cupyx/scipy/interpolate/_interpnd.py:141
↓ 2 callersMethod_check_deepcopy
(self, arr, arr2)
tests/cupy_tests/core_tests/test_ndarray.py:211
↓ 2 callersFunction_check_dimensionality
(points, values)
cupyx/scipy/interpolate/_rgi.py:34
↓ 2 callersFunction_check_distances
(distances, shape, dtype)
cupyx/scipy/ndimage/_pba_2d.py:246
← previousnext →701–800 of 14,004, ranked by callers