Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DShaderCore.cpp1048 std::array<rr::RValue<SIMD::Float>, 4> MatrixInverse( in MatrixInverse() function
1057 std::array<rr::RValue<SIMD::Float>, 9> MatrixInverse( in MatrixInverse() function
1081 std::array<rr::RValue<SIMD::Float>, 16> MatrixInverse( in MatrixInverse() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go24778 func MatrixInverse(scope *Scope, input tf.Output, optional ...MatrixInverseAttr) (output tf.Output)… func