Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetAttrToInputsMap
Function · 0.45
pywrap_tfe_src.cc
File · 0.45
TFE_Py_TapeSetNew
Function · 0.45
TFE_Py_TapeSetAdd
Function · 0.45
TFE_Py_TapeGradient
Function · 0.45
TFE_Py_ForwardAccumulatorNew
Function · 0.45
Calls
1
constant
Method · 0.45
Tested by
no test coverage detected