Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dmatmul_op_test.py208 infix_matmul = operator.matmul variable
213 def infix_matmul(x, y): # pylint: disable=invalid-name function