MCPcopy Create free account

hub / github.com/cupy/cupy / functions

Functions14,004 in github.com/cupy/cupy

↓ 5 callersFunction_generate_type_routines_input
(xp, dtype, obj_type)
tests/cupy_tests/test_type_routines.py:12
↓ 5 callersMethod_get_fs_sos
(self)
tests/cupyx_tests/scipy_tests/signal_tests/test_filter_design.py:660
↓ 5 callersMethod_get_input
(self, xp, in_type, dtype, *, size=10)
tests/cupy_tests/lib_tests/test_polynomial.py:348
↓ 5 callersFunction_get_module_func
(module, func_name, *template_args)
cupyx/scipy/interpolate/_interpolate.py:543
↓ 5 callersFunction_get_nvrtc_version
()
cupy/cuda/compiler.py:174
↓ 5 callersFunction_hash_hexdigest
Compute SHA1 hash of the given bytes.
cupy/cuda/_compiler_cache.py:21
↓ 5 callersMethod_make_random_mk
(self, m, k, xp)
tests/cupyx_tests/scipy_tests/interpolate_tests/test_ppoly.py:1211
↓ 5 callersFunction_make_square
(xp, sp, dtype)
tests/cupyx_tests/scipy_tests/sparse_tests/test_coo.py:92
↓ 5 callersFunction_make_system
Make a linear system Ax = b Args: A (cupy.ndarray or cupyx.scipy.sparse.spmatrix or cupyx.scipy.sparse.LinearOperator): spars
cupyx/scipy/sparse/linalg/_iterative.py:404
↓ 5 callersMethod_map_coordinates
(self, xp, scp, a, coordinates)
tests/cupyx_tests/scipy_tests/ndimage_tests/test_interpolation.py:119
↓ 5 callersFunction_maybe_promote_complex_output
(output, input_dtype)
tests/cupyx_tests/scipy_tests/ndimage_tests/test_interpolation.py:100
↓ 5 callersFunction_new_like_order_and_strides
Determine order and strides as in NumPy's PyArray_NewLikeArray. (see: numpy/core/src/multiarray/ctors.c)
cupy/_creation/basic.py:37
↓ 5 callersFunction_not_a_knot
Given data x, construct the knot vector w/ not-a-knot BC. cf de Boor, XIII(12).
cupyx/scipy/interpolate/_bspline2.py:24
↓ 5 callersMethod_prep_output
(self, a)
tests/cupyx_tests/scipy_tests/ndimage_tests/test_interpolation.py:734
↓ 5 callersFunction_relative_degree
Return relative degree of transfer function from zeros and poles
cupyx/scipy/signal/_iir_filter_conversions.py:487
↓ 5 callersMethod_run_1d_backing_op
Run a broadcasting binary op involving a 1-D array on the ``(1, N)`` backing, then finalize the result shape. ``run(backing, other)``
cupyx/scipy/sparse/_base.py:315
↓ 5 callersFunction_setup_scalar_ptr
(handle, a, dtype)
cupy/cublas.py:410
↓ 5 callersMethodadd_code
(self, code: str)
cupyx/jit/_compile.py:184
↓ 5 callersFunctionaffine_transform
Apply an affine transformation. Given an output image pixel index vector ``o``, the pixel value is determined from the input image at positio
cupyx/scipy/ndimage/_interpolation.py:323
↓ 5 callersMethodastype
Cast the array elements to a specified type. Args: dtype: Target dtype. copy (bool): If ``True`` (default), the retur
cupyx/scipy/sparse/_data.py:114
↓ 5 callersFunctionaxis_reverse
Reverse the 1-D slices of `a` along axis `axis`. Returns axis_slice(a, step=-1, axis=axis).
cupyx/scipy/signal/_arraytools.py:91
↓ 5 callersFunctionbinary_dilation
Multidimensional binary dilation with the given structuring element. Args: input(cupy.ndarray): The input binary array_like to be dilated
cupyx/scipy/ndimage/_morphology.py:375
↓ 5 callersMethodcheck_binary_int
(self, name, xp, dtype)
tests/cupy_tests/binary_tests/test_elementwise.py:16
↓ 5 callersMethodcheck_get
(self, f, stream, order='C', blocking=True)
tests/cupy_tests/core_tests/test_ndarray_get.py:17
↓ 5 callersMethodcheck_get
(self, f, out, stream)
tests/cupy_tests/core_tests/test_ndarray_get.py:84
↓ 5 callersMethodcheck_mode
(self, array, mode, dtype)
tests/cupy_tests/linalg_tests/test_decomposition.py:120
↓ 5 callersMethodcheck_singular
(self, shape, xp, dtype)
tests/cupy_tests/linalg_tests/test_decomposition.py:248
↓ 5 callersMethodcheck_unary
(self, name, xp, scp, dtype)
tests/cupyx_tests/scipy_tests/special_tests/test_erf.py:51
↓ 5 callersFunctionconcatenate
Joins arrays along an axis. Args: tup (sequence of arrays): Arrays to be joined. All of these should have same dimensionaliti
cupy/_manipulation/join.py:39
↓ 5 callersFunctiondecorator
(impl)
tests/cupy_tests/fft_tests/test_fft.py:38
↓ 5 callersMethodderivative
Construct a new piecewise polynomial representing the derivative. Parameters ---------- nu : int, optional
cupyx/scipy/interpolate/_interpolate.py:1088
↓ 5 callersFunctiondetrend
Remove linear trend along axis from data. Parameters ---------- data : array_like The input data. axis : int, optional
cupyx/scipy/signal/_signaltools.py:940
↓ 5 callersMethoddot
Matrix-matrix or matrix-vector multiplication.
cupyx/scipy/sparse/linalg/_interface.py:177
↓ 5 callersMethodfrom_klv
(value)
cupyx/distributed/_store_actions.py:69
↓ 5 callersFunctiongeneral_cosine
r""" Generic weighted sum of cosine terms window Parameters ---------- M : int Number of points in the output window a :
cupyx/scipy/signal/windows/_windows.py:75
↓ 5 callersFunctionget_preload_config
()
cupy/_environment.py:349
↓ 5 callersFunctioniirfilter
IIR digital and analog filter design given order and critical points. Design an Nth-order digital or analog filter and return the filter
cupyx/scipy/signal/_iir_filter_design.py:25
↓ 5 callersMethodintegers
(x, y)
tests/cupy_tests/core_tests/test_gufuncs.py:267
↓ 5 callersMethodintegrate
Compute a definite integral over a piecewise polynomial. Parameters ---------- a : float Lower integrati
cupyx/scipy/interpolate/_interpolate.py:1186
↓ 5 callersFunctionis_available
()
cupy/testing/_pytest_impl.py:17
↓ 5 callersFunctionkhatri_rao
r""" Khatri-rao product A column-wise Kronecker product of two matrices Parameters ---------- a : (n, k) array_like Inpu
cupyx/scipy/linalg/_matfuncs.py:10
↓ 5 callersMethodload
Load a cached kernel binary from disk. Args: name (str): The cache key (filename) for the compiled kernel. Returns:
cupy/cuda/_compiler_cache.py:149
↓ 5 callersMethodload
Load a cached kernel binary. First checks local disk cache, then falls back to GCS if not found. Downloaded files are persis
tests/cupy_tests/_gcp_kernel_cache_backend.py:190
↓ 5 callersMethodraises_size_not_allowed
(self)
tests/cupy_tests/core_tests/test_userkernel.py:103
↓ 5 callersMethodrecv
(self, out_array, peer, stream=None)
cupyx/distributed/_comm.py:44
↓ 5 callersMethodrmatvec
Adjoint matrix-vector multiplication.
cupyx/scipy/sparse/linalg/_interface.py:102
↓ 5 callersFunctionspsolve
Solves a sparse linear system ``A x = b`` Args: A (cupyx.scipy.sparse.spmatrix): Sparse matrix with dimension ``(M, M)``.
cupyx/scipy/sparse/linalg/_solve.py:489
↓ 5 callersMethodstandard_exponential
Returns an array of samples drawn from the standard exp distribution. .. seealso:: - :func:`cupy.random.standard_exponential` fo
cupy/random/_generator.py:871
↓ 5 callersMethodto_zpk
Convert system representation to `ZerosPolesGain`. Parameters ---------- kwargs : dict, optional Additio
cupyx/scipy/signal/_ltisys.py:1300
↓ 5 callersMethodtocsr
Converts the matrix to Compressed Sparse Row format. Args: copy (bool): If ``False``, the method returns itself.
cupyx/scipy/sparse/_csr.py:624
↓ 4 callersMethod__call__
Calls ``cg::sync()``. Args: group: a valid cooperative group .. seealso:: `cg::sync`_ .. _cg::sync:
cupyx/jit/cg.py:313
↓ 4 callersMethod__cupy_override_reduction_kernel__
( self, kernel, axis, dtype, out, keepdims)
cupyx/distributed/array/_array.py:228
↓ 4 callersMethod__dlpack_device__
(self)
tests/cupy_tests/core_tests/test_dlpack.py:43
↓ 4 callersMethod_add
(self, other, lhs_negative, rhs_negative)
cupyx/scipy/sparse/_compressed.py:643
↓ 4 callersMethod_affine_transform
(self, xp, scp, a, matrix)
tests/cupyx_tests/scipy_tests/ndimage_tests/test_interpolation.py:228
↓ 4 callersFunction_any_sparray
Return True if any argument is a sparse array (not matrix).
cupyx/scipy/sparse/_construct.py:13
↓ 4 callersFunction_as_float_array
Convert the input into a C contiguous float array. NB: Upcasts half- and single-precision floats to double precision.
cupyx/scipy/interpolate/_bspline.py:229
↓ 4 callersFunction_assequence
Convert scalars to a sequence, otherwise pass through ``x`` unchanged
cupyx/scipy/fft/_fft.py:60
↓ 4 callersFunction_atleast_2d_or_none
(arg)
cupyx/scipy/signal/_lti_conversion.py:13
↓ 4 callersFunction_build_indptr
Build compressed indptr from per-nnz major-axis assignments. Mirrors the histogram + prefix-sum recipe used by scipy.sparse, works with both
cupyx/cusparse.py:134
↓ 4 callersMethod_check_get_arch
(self, device_cc, expected_arch)
tests/cupy_tests/cuda_tests/test_compiler.py:31
↓ 4 callersMethod_check_handle
(self, func)
tests/cupy_tests/cuda_tests/test_device.py:124
↓ 4 callersFunction_check_two_vectors
(x, y)
cupy/cublas.py:376
↓ 4 callersFunction_comb
(n, k)
cupyx/scipy/interpolate/_interpolate.py:18
↓ 4 callersFunction_compute_factors
Compute the total polynomial divided by factors for each root.
cupyx/scipy/signal/_polyutils.py:152
↓ 4 callersFunction_cook_shape
(a, s, axes, value_type, order='C')
cupy/fft/_fft.py:41
↓ 4 callersFunction_correlate_or_convolve
(input, weights, output, mode, cval, origin, convolution=False, axes=None)
cupyx/scipy/ndimage/_filters.py:170
↓ 4 callersFunction_cplxreal
Split into complex and real parts, combining conjugate pairs. The 1-D input vector `z` is split up into its complex (zc) and real (zr) e
cupyx/scipy/signal/_iir_filter_conversions.py:307
↓ 4 callersFunction_cupy_transpose_compressed
Pure-CuPy CSR<->CSC transpose (int64 indices or non-float data). Uses ``_build_indptr`` + ``lexsort`` -- O(nnz log nnz) time, and is dtype-ag
cupyx/cusparse.py:1287
↓ 4 callersFunction_dct_or_dst_type2
Forward DCT/DST-II (or inverse DCT/DST-III) along a single axis Parameters ---------- x : cupy.ndarray The data to transform.
cupyx/scipy/fft/_realtransforms.py:134
↓ 4 callersFunction_dct_or_dst_type3
Forward DCT/DST-III (or inverse DCT/DST-II) along a single axis. Parameters ---------- x : cupy.ndarray The data to transform.
cupyx/scipy/fft/_realtransforms.py:254
↓ 4 callersMethod_decorate
(self, f, times)
tests/cupy_tests/testing_tests/test_condition.py:137
↓ 4 callersMethod_decorate
(self, f, times)
tests/cupy_tests/testing_tests/test_condition.py:170
↓ 4 callersMethod_diag_csc_int64
(self, vals)
tests/cupyx_tests/scipy_tests/sparse_tests/test_sparse_int64_indices.py:1121
↓ 4 callersMethod_encode_cubin
Encode a cubin binary to the on-disk format (hash prefix + cubin). Args: cubin (bytes): Raw compiled kernel binary data.
cupy/cuda/_compiler_cache.py:100
↓ 4 callersFunction_filter_input
Perform spline prefiltering when needed. Spline orders > 1 need a prefiltering stage to preserve resolution. For boundary modes without anal
cupyx/scipy/ndimage/_interpolation.py:236
↓ 4 callersFunction_find_nat_freq
(stopb, passb, gpass, gstop, filter_type, filter_kind)
cupyx/scipy/signal/_iir_filter_conversions.py:1941
↓ 4 callersFunction_get_arch
()
cupy/cuda/compiler.py:209
↓ 4 callersFunction_get_dtype
(operators, dtypes=None)
cupyx/scipy/sparse/linalg/_interface.py:355
↓ 4 callersFunction_get_module_func
(module, func_name, *template_args)
cupyx/scipy/signal/_iir_utils.py:497
↓ 4 callersFunction_get_module_func
(module, func_name, *template_args)
cupyx/scipy/signal/_peak_finding.py:484
↓ 4 callersFunction_get_output_fourier
(output, input, complex_only=False)
cupyx/scipy/ndimage/_fourier.py:12
↓ 4 callersMethod_get_shape_and_sizes
(cls, arrays, shape)
cupyx/distributed/_nccl_comm.py:509
↓ 4 callersFunction_get_size
(size)
tests/cupy_tests/random_tests/test_generator.py:59
↓ 4 callersMethod_get_xytk
(self, xp, n=13, k=3)
tests/cupyx_tests/scipy_tests/interpolate_tests/test_bspline2.py:481
↓ 4 callersFunction_init_nd_shape_and_axes
Handles shape and axes arguments for nd transforms.
cupyx/scipy/fft/_realtransforms.py:645
↓ 4 callersFunction_is_csc_type
True if x is any CSC sparse (array or matrix).
cupyx/cusparse.py:24
↓ 4 callersFunction_is_csr
True if x is any CSR sparse (array or matrix).
cupyx/scipy/sparse/_csr.py:785
↓ 4 callersFunction_log
(msg: str)
cupy/_environment.py:69
↓ 4 callersFunction_lsq_solve_qr
Solve for the LSQ spline coeffs given x, y and knots. `y` is always 2D: for 1D data, the shape is ``(m, 1)``. `w` is always 1D: one weight val
cupyx/scipy/interpolate/_bspline2.py:721
↓ 4 callersFunction_make2
(xp, sp, dtype)
tests/cupyx_tests/scipy_tests/sparse_tests/test_csr.py:46
↓ 4 callersFunction_make2
(xp, sp, dtype)
tests/cupyx_tests/scipy_tests/sparse_tests/test_csc.py:44
↓ 4 callersFunction_make2
(xp, sp, dtype)
tests/cupyx_tests/scipy_tests/sparse_tests/test_coo.py:44
↓ 4 callersFunction_make_csc
3x3 diagonal CSC with values [1, 2, 3].
tests/cupyx_tests/scipy_tests/sparse_tests/test_sparray.py:72
↓ 4 callersMethod_make_indices
(self, xp, dtype=None)
tests/cupyx_tests/scipy_tests/sparse_tests/test_index.py:345
↓ 4 callersMethod_make_int64_csr
(self, value=5.0)
tests/cupyx_tests/scipy_tests/sparse_tests/test_sparse_int64_indices.py:2247
↓ 4 callersMethod_make_int64_csr_2row
2-row CSR: row 0 → col 0 (val=1.0), row 1 → col _LARGE (val=2.0).
tests/cupyx_tests/scipy_tests/sparse_tests/test_sparse_int64_indices.py:1643
↓ 4 callersMethod_make_matrix
(self, m, n, trans, order, dtype)
tests/cupy_tests/test_cublas.py:418
↓ 4 callersMethod_make_matrix
(self, shape, dtype, xp)
tests/cupyx_tests/scipy_tests/sparse_tests/test_csr.py:1803
↓ 4 callersMethod_make_matrix
(self, shape, dtype, xp)
tests/cupyx_tests/scipy_tests/sparse_tests/test_csr.py:1918
← previousnext →401–500 of 14,004, ranked by callers