Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ a_times_b
Method
a_times_b
tensorflow/python/eager/function_test.py:335–336 ·
view source on GitHub ↗
(inputs)
Source
from the content-addressed store, hash-verified
333
334
@def_function.function
335
def
a_times_b(inputs):
336
return
matmul(inputs.a[
'a'
], inputs.b[
'b'
])
337
338
t = constant_op.constant([[1.0, 2.0], [3.0, 4.0]])
339
Callers
nothing calls this directly
Calls
1
matmul
Function · 0.50
Tested by
no test coverage detected