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

Method py_composite

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

Source from the content-addressed store, hash-verified

2082
2083 @function_decorator
2084 def py_composite(x, y):
2085 return x, add(x, y)
2086
2087 py_composite(array_ops.ones([]), array_ops.ones([]))
2088 composite = py_composite.get_concrete_function(

Callers

nothing calls this directly

Calls 1

addFunction · 0.50

Tested by

no test coverage detected