Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ append
Method
append
tensorflow/python/autograph/utils/tensor_list.py:51–52 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
49
self.clear()
50
51
def
append(self, value):
52
self.list_ = list_ops.tensor_list_push_back(self.list_, value)
53
54
def
pop(self):
55
self.list_, value = list_ops.tensor_list_pop_back(self.list_, self.dtype)
Callers
15
test_list_append_python
Method · 0.95
test_list_index_python
Method · 0.95
test_list_append_tf
Method · 0.95
test_list_index_tf
Method · 0.95
keywords_to_dict
Function · 0.45
compare_and_visit
Method · 0.45
parallel_walk
Function · 0.45
visit_Lambda
Method · 0.45
_stack_trace_inside_mapped_code
Function · 0.45
get_message
Method · 0.45
replace
Function · 0.45
ast_to_source
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_list_append_python
Method · 0.76
test_list_index_python
Method · 0.76
test_list_append_tf
Method · 0.76
test_list_index_tf
Method · 0.76
local_fn
Method · 0.36
test_getqualifiedname_efficiency
Method · 0.36
test_getqualifiedname_cycles
Method · 0.36
assertStatementEdges
Method · 0.36
test_keywords_to_dict
Method · 0.36
test_get_range_len
Method · 0.36
expression_with_side_effects
Method · 0.36
converted_call
Method · 0.36