Searched defs:MatrixInverse (Results 1 – 4 of 4) sorted by relevance
31 MatrixInverse() : BaseOperator(kNameMatrixInverse) { InitIOName({"x"}, {"y"}); } in MatrixInverse() function
776 std::array<rr::RValue<sw::SIMD::Float>, 4> MatrixInverse( in MatrixInverse() function785 std::array<rr::RValue<sw::SIMD::Float>, 9> MatrixInverse( in MatrixInverse() function809 std::array<rr::RValue<sw::SIMD::Float>, 16> MatrixInverse( in MatrixInverse() function
3413 class MatrixInverse(Primitive): class
1969 [MatrixInverse] section1970 opInfo.subTypeOfInferShape=11971 opInfo.opsFlag=OPS_FLAG_CLOSE1972 opInfo.engine=DNN_VM_AICPU1973 opInfo.flagPartial=False1974 opInfo.computeCost=1001975 opInfo.flagAsync=False1976 opInfo.opKernelLib=CUSTAICPUKernel1977 opInfo.formatAgnostic=False1978 opInfo.kernelSo=libcust_cpu_kernels.so[all …]