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

Method remove

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

Source from the content-addressed store, hash-verified

2457
2458 @def_function.function
2459 def remove(l):
2460 l.remove(l[0])
2461
2462 remove(get_list())
2463

Callers 3

lift_to_graphFunction · 0.45
testTensorDirMethod · 0.45
_lift_unlifted_variablesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected