MCPcopy 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_tfMethod · 0.95
test_list_index_tfMethod · 0.95
keywords_to_dictFunction · 0.45
compare_and_visitMethod · 0.45
parallel_walkFunction · 0.45
visit_LambdaMethod · 0.45
get_messageMethod · 0.45
replaceFunction · 0.45
ast_to_sourceFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_list_append_tfMethod · 0.76
test_list_index_tfMethod · 0.76
local_fnMethod · 0.36
assertStatementEdgesMethod · 0.36
test_keywords_to_dictMethod · 0.36
test_get_range_lenMethod · 0.36
converted_callMethod · 0.36