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

Method matmul

tensorflow/python/eager/function_test.py:1958–1959  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

1956 @function.defun_with_attributes(attributes={'experimental_1': 'value1',
1957 'experimental_2': 2})
1958 def matmul(x, y):
1959 return math_ops.matmul(x, y)
1960
1961 def add(x, y):
1962 return math_ops.add(x, y)

Callers 15

_optimizeFunction · 0.45
_create_modelMethod · 0.45
_attentionMethod · 0.45
_multihead_attentionMethod · 0.45
_dot_opMethod · 0.45
_attentionMethod · 0.45
callMethod · 0.45
din_attentionFunction · 0.45
din_fcn_attentionFunction · 0.45
dot_opMethod · 0.45
din_attentionFunction · 0.45
din_fcn_attentionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected