Home
last modified time | relevance | path

Searched refs:Imag (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dunary_op_complex_gpu_kernel.cc25 MS_REG_GPU_KERNEL_ONE(Imag, KernelAttr().AddInputAttr(kNumberTypeComplex64).AddOutputAttr(kNumberTy…
27 MS_REG_GPU_KERNEL_ONE(Imag, KernelAttr().AddInputAttr(kNumberTypeComplex128).AddOutputAttr(kNumberT…
Dunary_op_complex_gpu_kernel.h54 Imag(input_addr, output_addr, inputs[0]->size / sizeof(Complex<T>), in Launch()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_impl.cuh71 void Imag(const Complex<T> *input, T *output, const size_t count, cudaStream_t cuda_stream);
Dunary_op_impl.cu519 void Imag(const Complex<T> *input, T *output, const size_t count, cudaStream_t cuda_stream) { in Imag() function
725 template void Imag<float>(const Complex<float> *input, float *output, const size_t count, cudaStrea…
731 template void Imag<double>(const Complex<double> *input, double *output, const size_t count, cudaSt…
/third_party/mindspore/mindspore/ops/operations/
D__init__.py62 MatrixInverse, IndexAdd, Erfinv, Conj, Real, Imag)
Dmath_ops.py5428 class Imag(PrimitiveWithInfer): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1375 Value *Real, *Imag; in optimizeCAbs() local
1380 Imag = B.CreateExtractValue(Op, 1, "imag"); in optimizeCAbs()
1384 Imag = CI->getArgOperand(1); in optimizeCAbs()
1388 Value *ImagImag = B.CreateFMul(Imag, Imag); in optimizeCAbs()