Home
last modified time | relevance | path

Searched defs:batchmatmul (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmkl_remapper_test.cc772 auto batchmatmul = in VerifyFused() local
H A Dremapper.cc2186 void CopyBatchMatMulAttributes(const NodeDef& batchmatmul, in CopyBatchMatMulAttributes()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1088 enum EinsumType { matmul, batchmatmul, dot, outer }; in ChooseEinsumArguments() enumerator