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

Method append

tensorflow/python/eager/function_test.py:2419–2420  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

2417
2418 @def_function.function
2419 def append(l):
2420 l.append(constant_op.constant(0.))
2421
2422 append(get_list())
2423

Callers 15

pushMethod · 0.45
__str__Method · 0.45
configMethod · 0.45
_compute_gpu_optionsMethod · 0.45
_import_configMethod · 0.45
list_logical_devicesMethod · 0.45
__enter__Method · 0.45
args_to_matching_eagerFunction · 0.45
fnMethod · 0.45

Calls 1

constantMethod · 0.45

Tested by

no test coverage detected