MCPcopy 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

fMethod · 0.45
gMethod · 0.45
py_addMethod · 0.45
cpu_boostMethod · 0.45
gpu_boostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected