Searched defs:ComplexAbs (Results 1 – 6 of 6) sorted by relevance
34 ComplexAbs() : BaseOperator(kNameComplexAbs) { InitIOName({"x"}, {"y"}); } in ComplexAbs() function
101 cudaError_t ComplexAbs(const size_t input_elements, const T *x0, S *y, const uint32_t &device_id, c… in ComplexAbs() function
47 IMPLEMT_INFERFUNC(ComplexAbs, ComplexAbsInfer) { in IMPLEMT_INFERFUNC() argument
3626 class ComplexAbs(Primitive): class
685 [ComplexAbs] section686 opInfo.subTypeOfInferShape=1687 opInfo.opsFlag=OPS_FLAG_CLOSE688 opInfo.engine=DNN_VM_AICPU689 opInfo.flagPartial=False690 opInfo.computeCost=100691 opInfo.flagAsync=False692 opInfo.opKernelLib=CUSTAICPUKernel693 opInfo.formatAgnostic=False694 opInfo.kernelSo=libcust_cpu_kernels.so[all …]
106 Status ComplexAbs(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output) { in ComplexAbs() function