Home
last modified time | relevance | path

Searched defs:thrust_result (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dcomplex.h310 auto thrust_result = thrust::tan(thrust::complex<T>(z)); in tan() local
323 auto thrust_result = thrust::sin(thrust::complex<T>(z)); in sin() local
336 auto thrust_result = thrust::cos(thrust::complex<T>(z)); in cos() local
349 auto thrust_result = thrust::acos(thrust::complex<T>(z)); in acos() local
362 auto thrust_result = thrust::acosh(thrust::complex<T>(z)); in acosh() local
375 auto thrust_result = thrust::asin(thrust::complex<T>(z)); in asin() local
388 auto thrust_result = thrust::asinh(thrust::complex<T>(z)); in asinh() local
401 auto thrust_result = thrust::atan(thrust::complex<T>(z)); in atan() local
414 auto thrust_result = thrust::atanh(thrust::complex<T>(z)); in atanh() local
427 auto thrust_result = thrust::conj(thrust::complex<T>(z)); in conj() local
[all …]