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

Method extend

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

Source from the content-addressed store, hash-verified

2425
2426 @def_function.function
2427 def extend(l):
2428 l.extend([constant_op.constant(0.)])
2429
2430 extend(get_list())
2431

Callers 15

get_reachableMethod · 0.45
trainFunction · 0.45
evalFunction · 0.45
gen_cluster_infoFunction · 0.45
trainFunction · 0.45
evalFunction · 0.45
gen_cluster_infoFunction · 0.45
trainFunction · 0.45
evalFunction · 0.45
gen_cluster_infoFunction · 0.45
trainFunction · 0.45
evalFunction · 0.45

Calls 1

constantMethod · 0.45

Tested by

no test coverage detected