Searched defs:MatrixPower (Results 1 – 5 of 5) sorted by relevance
34 MatrixPower() : BaseOperator(kNameMatrixPower) { InitIOName({"x"}, {"y"}); } in MatrixPower() function
23 CUST_IMPLEMT_VERIFIER(MatrixPower, MatrixPowerVerify) { in CUST_IMPLEMT_VERIFIER() argument
80 class MatrixPower(Cell): class
3468 class MatrixPower(Primitive): class
2003 [MatrixPower] section2004 opInfo.subTypeOfInferShape=12005 opInfo.opsFlag=OPS_FLAG_CLOSE2006 opInfo.engine=DNN_VM_AICPU2007 opInfo.flagPartial=False2008 opInfo.computeCost=1002009 opInfo.flagAsync=False2010 opInfo.opKernelLib=CUSTAICPUKernel2011 opInfo.formatAgnostic=False2012 opInfo.kernelSo=libcust_cpu_kernels.so[all …]