Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ py_add
Method
py_add
tensorflow/python/eager/function_test.py:2075–2076 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
2073
def
testRegisterConcreteFunction(self, function_decorator):
2074
@function_decorator
2075
def
py_add(x, y):
2076
return
math_ops.add(x, y)
2077
2078
py_add(array_ops.ones([]), array_ops.ones([]))
2079
add = py_add.get_concrete_function(
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected