Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ add
Method
add
tensorflow/python/eager/function_test.py:306–308 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
304
305
@function.defun_with_attributes(attributes={
'func_name'
:
'multiply'
})
306
def
add(x, y):
307
_ = x * y
308
return
x + y
309
310
@function.defun
311
def
add_2(x, y):
Callers
5
f
Method · 0.45
g
Method · 0.45
py_add
Method · 0.45
cpu_boost
Method · 0.45
gpu_boost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected