Home
last modified time | relevance | path

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

/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/ops/operations/
Dmath_ops.py5192 class MatrixInverse(PrimitiveWithInfer): class