Home
last modified time | relevance | path

Searched refs:Erfc (Results 1 – 25 of 44) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dmath_ops_declare.cc92 INPUT_MAP(Erfc) = {{1, INPUT_DESC(x)}};
93 ATTR_MAP(Erfc) = EMPTY_ATTR_MAP;
94 OUTPUT_MAP(Erfc) = {{0, OUTPUT_DESC(y)}};
95 REG_ADPT_DESC(Erfc, kNameErfc, ADPT_DESC(Erfc))
Dmath_ops_declare.h53 DECLARE_OP_ADAPTER(Erfc)
54 DECLARE_OP_USE_OUTPUT(Erfc)
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Derfc.py19 class Erfc(Expander): class
D__init__.py27 from .erfc import Erfc
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dunary_op_gpu_kernel.cc41 MS_REG_GPU_KERNEL_ONE(Erfc, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberType…
43 MS_REG_GPU_KERNEL_ONE(Erfc, KernelAttr().AddInputAttr(kNumberTypeFloat16).AddOutputAttr(kNumberType…
/third_party/mindspore/tests/st/ops/gpu/
Dtest_erfc_op.py31 self.erfc = P.Erfc()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/spirv-headers/include/spirv/1.2/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/spirv-headers/include/spirv/1.0/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/spirv-headers/include/spirv/1.1/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h49 Erfc = 17, enumerator
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_erf_erfc.py34 self.erfc = P.Erfc()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_impl.cu434 void Erfc(const T *input, T *output, const size_t count, cudaStream_t cuda_stream) { in Erfc() function
555 template void Erfc<double>(const double *input, double *output, const size_t count, cudaStream_t cu…
581 template void Erfc<float>(const float *input, float *output, const size_t count, cudaStream_t cuda_…
606 template void Erfc<half>(const half *input, half *output, const size_t count, cudaStream_t cuda_str…
631 template void Erfc<char>(const char *input, char *output, const size_t count, cudaStream_t cuda_str…
661 template void Erfc<unsigned char>(const unsigned char *input, unsigned char *output, const size_t c…
704 template void Erfc<int>(const int *input, int *output, const size_t count, cudaStream_t cuda_stream…
Dunary_op_impl.cuh33 void Erfc(const T *input, T *output, const size_t count, cudaStream_t cuda_stream);
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
DOpenCL.std.h53 Erfc = 17, enumerator
/third_party/spirv-tools/include/spirv/unified1/
DOpenCL.std.h53 Erfc = 17, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCL.std.h53 Erfc = 17, enumerator
/third_party/mesa3d/src/compiler/spirv/
DOpenCL.std.h53 Erfc = 17, enumerator

12