Home
last modified time | relevance | path

Searched refs:Erf (Results 1 – 25 of 62) sorted by relevance

123

/third_party/mindspore/mindspore/core/ops/
Derf.h30 class MS_CORE_API Erf : public PrimitiveC {
33 Erf() : PrimitiveC(kNameErf) { InitIOName({"x"}, {"y"}); } in Erf() function
35 ~Erf() = default;
36 MS_DECLARE_PARENT(Erf, PrimitiveC);
39 using PrimErfPtr = std::shared_ptr<Erf>;
Derf.cc22 REGISTER_PRIMITIVE_C(kNameErf, Erf);
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dmath_ops_declare.cc86 INPUT_MAP(Erf) = {{1, INPUT_DESC(x)}};
87 ATTR_MAP(Erf) = EMPTY_ATTR_MAP;
88 OUTPUT_MAP(Erf) = {{0, OUTPUT_DESC(y)}};
89 REG_ADPT_DESC(Erf, kNameErf, ADPT_DESC(Erf))
Dmath_ops_declare.h50 DECLARE_OP_ADAPTER(Erf)
51 DECLARE_OP_USE_OUTPUT(Erf)
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_erf_parser.cc24 auto prim = std::make_unique<ops::Erf>(); in Parse()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dunary_op_gpu_kernel.cc37 MS_REG_GPU_KERNEL_ONE(Erf, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberTypeF…
39 MS_REG_GPU_KERNEL_ONE(Erf, KernelAttr().AddInputAttr(kNumberTypeFloat16).AddOutputAttr(kNumberTypeF…
/third_party/mindspore/tests/st/ops/gpu/
Dtest_erf_op.py31 self.erf = P.Erf()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/spirv-headers/include/spirv/1.2/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/spirv-headers/include/spirv/1.0/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/spirv-headers/include/spirv/1.1/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h50 Erf = 18, enumerator
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_erf_erfc.py26 self.erf = P.Erf()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_impl.cu429 void Erf(const T *input, T *output, const size_t count, cudaStream_t cuda_stream) { in Erf() function
554 template void Erf<double>(const double *input, double *output, const size_t count, cudaStream_t cud…
580 template void Erf<float>(const float *input, float *output, const size_t count, cudaStream_t cuda_s…
605 template void Erf<half>(const half *input, half *output, const size_t count, cudaStream_t cuda_stre…
630 template void Erf<char>(const char *input, char *output, const size_t count, cudaStream_t cuda_stre…
659 template void Erf<unsigned char>(const unsigned char *input, unsigned char *output, const size_t co…
703 template void Erf<int>(const int *input, int *output, const size_t count, cudaStream_t cuda_stream);
Dunary_op_impl.cuh31 void Erf(const T *input, T *output, const size_t count, cudaStream_t cuda_stream);
/third_party/boost/libs/math/doc/sf/
Derf.qbk39 [@http://functions.wolfram.com/GammaBetaErf/Erf/ erf] of z:
82 [@http://functions.wolfram.com/webMathematica/FunctionEvaluation.jsp?name=Erf Mathworld's online ev…
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
DOpenCL.std.h54 Erf = 18, enumerator
/third_party/spirv-tools/include/spirv/unified1/
DOpenCL.std.h54 Erf = 18, enumerator

123