Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DShaderCore.cpp816 std::array<rr::RValue<sw::SIMD::Float>, 4> MatrixInverse( in MatrixInverse() function
825 std::array<rr::RValue<sw::SIMD::Float>, 9> MatrixInverse( in MatrixInverse() function
849 std::array<rr::RValue<sw::SIMD::Float>, 16> MatrixInverse( in MatrixInverse() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go15800 func MatrixInverse(scope *Scope, input tf.Output, optional ...MatrixInverseAttr) (output tf.Output)… func