Home
last modified time | relevance | path

Searched defs:MatrixInverse (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmatrix_inverse.h31 MatrixInverse() : BaseOperator(kNameMatrixInverse) { InitIOName({"x"}, {"y"}); } in MatrixInverse() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp776 std::array<rr::RValue<sw::SIMD::Float>, 4> MatrixInverse( in MatrixInverse() function
785 std::array<rr::RValue<sw::SIMD::Float>, 9> MatrixInverse( in MatrixInverse() function
809 std::array<rr::RValue<sw::SIMD::Float>, 16> MatrixInverse( in MatrixInverse() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dmath_ops.py3413 class MatrixInverse(Primitive): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini1969 [MatrixInverse] section
1970 opInfo.subTypeOfInferShape=1
1971 opInfo.opsFlag=OPS_FLAG_CLOSE
1972 opInfo.engine=DNN_VM_AICPU
1973 opInfo.flagPartial=False
1974 opInfo.computeCost=100
1975 opInfo.flagAsync=False
1976 opInfo.opKernelLib=CUSTAICPUKernel
1977 opInfo.formatAgnostic=False
1978 opInfo.kernelSo=libcust_cpu_kernels.so
[all …]