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

Method outer

tensorflow/python/eager/benchmarks_test.py:418–419  ·  view source on GitHub ↗
(a, b, c, transpose_b)

Source from the content-addressed store, hash-verified

416
417 @function.defun
418 def outer(a, b, c, transpose_b):
419 return math_ops.matmul(inner(a, b, transpose_b=transpose_b), c)
420
421 func = lambda: outer(m, m, m, transpose_b=transpose_b)
422 # Warmup before benchmark

Callers

nothing calls this directly

Calls 2

innerFunction · 0.50
matmulMethod · 0.45

Tested by

no test coverage detected