Home
last modified time | relevance | path

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

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