Home
last modified time | relevance | path

Searched defs:MatrixPower (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmatrix_power.h34 MatrixPower() : BaseOperator(kNameMatrixPower) { InitIOName({"x"}, {"y"}); } in MatrixPower() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dmatrix_power_proto.cc23 CUST_IMPLEMT_VERIFIER(MatrixPower, MatrixPowerVerify) { in CUST_IMPLEMT_VERIFIER() argument
/third_party/mindspore/mindspore-src/source/tests/st/numpy_native/
Dtest_numpy_ops.py80 class MatrixPower(Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dmath_ops.py3468 class MatrixPower(Primitive): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini2003 [MatrixPower] section
2004 opInfo.subTypeOfInferShape=1
2005 opInfo.opsFlag=OPS_FLAG_CLOSE
2006 opInfo.engine=DNN_VM_AICPU
2007 opInfo.flagPartial=False
2008 opInfo.computeCost=100
2009 opInfo.flagAsync=False
2010 opInfo.opKernelLib=CUSTAICPUKernel
2011 opInfo.formatAgnostic=False
2012 opInfo.kernelSo=libcust_cpu_kernels.so
[all …]