Home
last modified time | relevance | path

Searched refs:Pow (Results 1 – 25 of 143) sorted by relevance

123456

/third_party/mindspore/mindspore/core/ops/
Dpow.h33 class MS_CORE_API Pow : public PrimitiveC {
36 …explicit Pow(const std::string &k_name = kNamePow) : PrimitiveC(k_name) { InitIOName({"x", "y"}, {… in PrimitiveC()
38 ~Pow() = default;
39 MS_DECLARE_PARENT(Pow, PrimitiveC);
45 using PrimPowPtr = std::shared_ptr<Pow>;
Dpow.cc47 REGISTER_PRIMITIVE_C(kNamePow, Pow);
/third_party/mindspore/mindspore/core/ops/fusion/
Dpow_fusion.h27 class MS_CORE_API PowFusion : public Pow {
30 PowFusion() : Pow(kNamePowFusion) {} in PowFusion()
35 MS_DECLARE_PARENT(PowFusion, Pow);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_cpu_kernel.h49 void Pow(const T *input1, const T *input2, T *out) const;
70 MS_REG_CPU_KERNEL_T(Pow, KernelAttr(), ArithmeticCPUKernel, int32_t);
71 MS_REG_CPU_KERNEL_T(Pow, KernelAttr(), ArithmeticCPUKernel, float);
72 MS_REG_CPU_KERNEL_T(Pow, KernelAttr(), ArithmeticCPUKernel, int64_t);
/third_party/skia/third_party/externals/spirv-cross/shaders-ue4/asm/frag/
Dpadded-float-array-member-defef.asm.frag778 %617 = OpExtInst %v3float %1 Pow %603 %194
784 %623 = OpExtInst %v3float %1 Pow %622 %199
976 %810 = OpExtInst %v3float %1 Pow %805 %809
983 %817 = OpExtInst %v3float %1 Pow %811 %816
1024 %858 = OpExtInst %v3float %1 Pow %853 %857
1031 %865 = OpExtInst %v3float %1 Pow %859 %864
1071 %905 = OpExtInst %v3float %1 Pow %900 %904
1078 %912 = OpExtInst %v3float %1 Pow %906 %911
1421 %1226 = OpExtInst %float %1 Pow %1217 %float_0_416666657
1442 %1239 = OpExtInst %float %1 Pow %1230 %float_0_416666657
[all …]
Dglobal-constant-arrays.asm.frag740 %591 = OpExtInst %v3float %1 Pow %577 %182
746 %597 = OpExtInst %v3float %1 Pow %596 %187
938 %784 = OpExtInst %v3float %1 Pow %779 %783
945 %791 = OpExtInst %v3float %1 Pow %785 %790
986 %832 = OpExtInst %v3float %1 Pow %827 %831
993 %839 = OpExtInst %v3float %1 Pow %833 %838
1033 %879 = OpExtInst %v3float %1 Pow %874 %878
1040 %886 = OpExtInst %v3float %1 Pow %880 %885
1397 %1218 = OpExtInst %v3float %1 Pow %1214 %1217
1427 %1248 = OpExtInst %v3float %1 Pow %1244 %1247
[all …]
/third_party/skia/tests/sksl/intrinsics/
DPow.asm.frag129 %39 = OpExtInst %float %1 Pow %45 %float_2
139 %51 = OpExtInst %v2float %1 Pow %54 %55
153 %64 = OpExtInst %v3float %1 Pow %67 %69
167 %78 = OpExtInst %v4float %1 Pow %80 %81
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1474 Value *LibCallSimplifier::replacePowWithExp(CallInst *Pow, IRBuilder<> &B) { in replacePowWithExp() argument
1475 Value *Base = Pow->getArgOperand(0), *Expo = Pow->getArgOperand(1); in replacePowWithExp()
1476 AttributeList Attrs = Pow->getCalledFunction()->getAttributes(); in replacePowWithExp()
1477 Module *Mod = Pow->getModule(); in replacePowWithExp()
1478 Type *Ty = Pow->getType(); in replacePowWithExp()
1497 if (BaseFn && BaseFn->hasOneUse() && BaseFn->isFast() && Pow->isFast()) { in replacePowWithExp()
1548 if (!match(Pow->getArgOperand(0), m_APFloat(BaseF))) in replacePowWithExp()
1575 if (Pow->doesNotAccessMemory()) in replacePowWithExp()
1592 if (Pow->hasOneUse() && Pow->hasApproxFunc() && Pow->hasNoNaNs() && in replacePowWithExp()
1593 Pow->hasNoInfs() && BaseF->isNormal() && !BaseF->isNegative()) { in replacePowWithExp()
[all …]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dcov-pow-identical-value-sqrt.amber153 %26 = OpExtInst %6 %1 Pow %24 %25
159 %32 = OpExtInst %6 %1 Pow %31 %25
Dpow-vec4.amber85 %27 = OpExtInst %13 %1 Pow %25 %26
/third_party/mindspore/mindspore/nn/
Dlearning_rate_schedule.py114 self.pow = P.Pow()
182 self.pow = P.Pow()
394 self.pow = P.Pow()
/third_party/boost/boost/phoenix/function/
Dlazy_prelude.hpp187 struct Pow { struct
199 reuser2<INV,VAR,INV,Pow,N,A0> r = NIL ) const { in operator ()()
205 A0 a1 = r( Pow(), n-1, a0)(); in operator ()()
270 typedef boost::phoenix::function<impl::Pow> Pow; typedef
274 Pow pow;
/third_party/mindspore/tests/syntax/simple_expression/
Dtest_math_ops.py438 class Pow(nn.Cell): class
440 super(Pow, self).__init__()
441 self.pow = P.Pow()
452 pow_net = Pow()
463 pow_net = Pow()
474 pow_net = Pow()
485 pow_net = Pow()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-pow-identical-value-sqrt/
D0-opt.spvasm76 %40 = OpExtInst %float %1 Pow %39 %float_4
82 %45 = OpExtInst %float %1 Pow %44 %float_4
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Delewise_calculation_ops_declare.h170 DECLARE_OP_ADAPTER(Pow)
171 DECLARE_OP_USE_OUTPUT(Pow)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dpower_infer.c55 REG_INFER(Pow, PrimType_PowFusion, PowerInferShape)
/third_party/skia/third_party/externals/tint/test/bug/tint/
D977.spvasm137 %32 = OpExtInst %float %1 Pow %30 %31
146 %39 = OpExtInst %float %1 Pow %37 %38
D977.spvasm.expected.spvasm128 %57 = OpExtInst %float %43 Pow %58 %56
137 %66 = OpExtInst %float %43 Pow %67 %64
/third_party/mindspore/tests/st/ops/gpu/
Dtest_broadcast_op.py58 output_ms = P.Pow()(Tensor(x1_np), Tensor(x2_np))
121 output_ms = P.Pow()(Tensor(x1_np), Tensor(x2_np))
192 output_ms = P.Pow()(Tensor(x1_np), Tensor(x2_np))
263 output_ms = P.Pow()(Tensor(x1_np), Tensor(x2_np))
326 output_ms = P.Pow()(Tensor(x1_np), Tensor(x2_np))
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_pow.cc33 auto pow = std::make_shared<Pow>(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimalIntrinsics.hpp37 Float4 Pow(RValue<Float4> x, RValue<Float4> y);
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_pow.py30 self.pow = P.Pow()
/third_party/mindspore/tests/st/ops/cpu/
Dtest_pow_op.py28 self.ops = P.Pow()
/third_party/mindspore/tests/ut/python/parallel/
Dtest_gather_v2_primitive.py69 self.pow = P.Pow()
201 self.pow = P.Pow()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h80 Pow = 48, enumerator

123456