MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / pairs_mul

Method pairs_mul

tensorflow/python/eager/function_test.py:349–350  ·  view source on GitHub ↗
(pair_a, pair_b)

Source from the content-addressed store, hash-verified

347
348 @def_function.function()
349 def pairs_mul(pair_a, pair_b):
350 return pair(matmul(pair_a.a, pair_b.a), matmul(pair_a.b, pair_b.b))
351
352 a = constant_op.constant([[1.0, 2.0], [1.0, 2.0]])
353 b = constant_op.constant([[3.0, 4.0], [3.0, 4.0]])

Callers

nothing calls this directly

Calls 1

matmulFunction · 0.50

Tested by

no test coverage detected