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

Method add

tensorflow/python/eager/core_test.py:899–904  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

897 def testComposition(self):
898
899 def add(x, y):
900 return execute(
901 b'Add',
902 num_outputs=1,
903 inputs=[x, y],
904 attrs=('T', dtypes.int32.as_datatype_enum))[0]
905
906 x = constant_op.constant(1)
907 three_x = add(add(x, x), x)

Callers 15

get_reachableMethod · 0.45
_add_and_normMethod · 0.45
_cross_netMethod · 0.45
callMethod · 0.45
_show_memory_countersMethod · 0.45
_generate_saved_modelFunction · 0.45
encodeByFlatBufferMethod · 0.45
check_fileFunction · 0.45
_AddMemberMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected