Home
last modified time | relevance | path

Searched refs:MatrixInverse (Results 1 – 19 of 19) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.matrix2.frag.out217 160: 154 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 159
232 183: 177 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 182
241 192: 61 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 191
Dspv.400.frag.out1321 942: 737 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 941
1326 946: 743 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 945
1331 950: 749 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 949
Dspv.float64.frag.out705 437: 432 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 436
Dspv.float16.frag.out752 441: 436 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 440
Dspv.float32.frag.out716 447: 442 ExtInst 1(GLSL.std.450) 34(MatrixInverse) 446
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_MatrixInverse.pbtxt2 graph_op_name: "MatrixInverse"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_MatrixInverse.pbtxt2 graph_op_name: "MatrixInverse"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixInverse.pbtxt2 graph_op_name: "MatrixInverse"
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp82 %7 = OpExtInst %6 %2 MatrixInverse %8 in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp82 %7 = OpExtInst %6 %2 MatrixInverse %8 in TEST_F()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp63 fIntrinsicMap[String("inverse")] = ALL_GLSL(MatrixInverse); in setupIntrinsics()
67 fIntrinsicMap[String("matrixInverse")] = ALL_GLSL(MatrixInverse); in setupIntrinsics()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp63 fIntrinsicMap[String("inverse")] = ALL_GLSL(MatrixInverse); in setupIntrinsics()
67 fIntrinsicMap[String("matrixInverse")] = ALL_GLSL(MatrixInverse); in setupIntrinsics()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1920 name: "MatrixInverse"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1920 name: "MatrixInverse"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt16078 name: "MatrixInverse"
16099 name: "MatrixInverse"
Dops_history.v2.pbtxt35024 name: "MatrixInverse"
35052 name: "MatrixInverse"
35082 name: "MatrixInverse"
Dops_history.v1.pbtxt35462 name: "MatrixInverse"
35490 name: "MatrixInverse"
35520 name: "MatrixInverse"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt3472 explanation: "Use MatrixInverse instead."
18394 name: "MatrixInverse"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go29938 func MatrixInverse(scope *Scope, input tf.Output, optional ...MatrixInverseAttr) (output tf.Output)… func