File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -411,30 +411,6 @@ INP_DLLEXPORT void dpnp_correlate_c(void *result_out,
411
411
const size_t input2_shape_ndim,
412
412
const size_t *where);
413
413
414
- /* *
415
- * @ingroup BACKEND_API
416
- * @brief Custom implementation of cov function with math library and PSTL
417
- *
418
- * @param [in] q_ref Reference to SYCL queue.
419
- * @param [in] array Input array.
420
- * @param [out] result Output array.
421
- * @param [in] nrows Number of rows in input array.
422
- * @param [in] ncols Number of columns in input array.
423
- * @param [in] dep_event_vec_ref Reference to vector of SYCL events.
424
- */
425
- template <typename _DataType>
426
- INP_DLLEXPORT DPCTLSyclEventRef
427
- dpnp_cov_c (DPCTLSyclQueueRef q_ref,
428
- void *array1_in,
429
- void *result1,
430
- size_t nrows,
431
- size_t ncols,
432
- const DPCTLEventVectorRef dep_event_vec_ref);
433
-
434
- template <typename _DataType>
435
- INP_DLLEXPORT void
436
- dpnp_cov_c (void *array1_in, void *result1, size_t nrows, size_t ncols);
437
-
438
414
/* *
439
415
* @ingroup BACKEND_API
440
416
* @brief Construct an array from an index array and a list of arrays to choose
You can’t perform that action at this time.
0 commit comments