Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore/core/ops/
Dlog1p.h32 class MS_CORE_API Log1p : public PrimitiveC {
35 Log1p() : PrimitiveC(prim::kPrimLog1p->name()) { InitIOName({"x"}, {"y"}); } in Log1p() function
37 ~Log1p() = default;
38 MS_DECLARE_PARENT(Log1p, PrimitiveC);
Dlog1p.cc54 REGISTER_PRIMITIVE_EVAL_IMPL(Log1p, prim::kPrimLog1p, Log1pInfer, nullptr, true);
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Delewise_calculation_ops_declare.h142 DECLARE_OP_ADAPTER(Log1p)
143 DECLARE_OP_USE_OUTPUT(Log1p)
Delewise_calculation_ops_declare.cc363 INPUT_MAP(Log1p) = {{1, INPUT_DESC(x)}};
364 ATTR_MAP(Log1p) = EMPTY_ATTR_MAP;
365 OUTPUT_MAP(Log1p) = {{0, OUTPUT_DESC(y)}};
366 REG_ADPT_DESC(Log1p, kNameLog1p, ADPT_DESC(Log1p))
/third_party/mindspore/tests/st/ops/gpu/
Dtest_log1p_op.py30 self.log1p = P.Log1p()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dunary_op_gpu_kernel.cc33 MS_REG_GPU_KERNEL_ONE(Log1p, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberTyp…
35 MS_REG_GPU_KERNEL_ONE(Log1p, KernelAttr().AddInputAttr(kNumberTypeFloat16).AddOutputAttr(kNumberTyp…
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/spirv-headers/include/spirv/1.1/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/spirv-headers/include/spirv/1.2/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/spirv-headers/include/spirv/1.0/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h72 Log1p = 40, enumerator
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_impl.cu424 void Log1p(const T *input, T *output, const size_t count, cudaStream_t cuda_stream) { in Log1p() function
553 template void Log1p<double>(const double *input, double *output, const size_t count, cudaStream_t c…
579 template void Log1p<float>(const float *input, float *output, const size_t count, cudaStream_t cuda…
604 template void Log1p<half>(const half *input, half *output, const size_t count, cudaStream_t cuda_st…
629 template void Log1p<char>(const char *input, char *output, const size_t count, cudaStream_t cuda_st…
657 template void Log1p<unsigned char>(const unsigned char *input, unsigned char *output, const size_t …
702 template void Log1p<int>(const int *input, int *output, const size_t count, cudaStream_t cuda_strea…
Dunary_op_impl.cuh29 void Log1p(const T *input, T *output, const size_t count, cudaStream_t cuda_stream);
/third_party/mindspore/mindspore/nn/probability/bijector/
Dpower_transform.py89 self.log1p = P.Log1p()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
DOpenCL.std.h76 Log1p = 40, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCL.std.h76 Log1p = 40, enumerator
/third_party/spirv-tools/include/spirv/unified1/
DOpenCL.std.h76 Log1p = 40, enumerator
/third_party/mesa3d/src/compiler/spirv/
DOpenCL.std.h76 Log1p = 40, enumerator

12