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

Method insert

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

Source from the content-addressed store, hash-verified

2433
2434 @def_function.function
2435 def insert(l):
2436 l.insert(0, constant_op.constant(0.))
2437
2438 insert(get_list())
2439

Callers 6

GetAttrToInputsMapFunction · 0.45
pywrap_tfe_src.ccFile · 0.45
TFE_Py_TapeSetNewFunction · 0.45
TFE_Py_TapeSetAddFunction · 0.45
TFE_Py_TapeGradientFunction · 0.45

Calls 1

constantMethod · 0.45

Tested by

no test coverage detected