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

Method test_fn

tensorflow/python/autograph/converters/lists_test.py:41–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 def test_empty_list(self):
40
41 def test_fn():
42 return []
43
44 with self.converted(test_fn, lists, {}) as result:
45 tl = result.test_fn()

Callers 6

test_empty_listMethod · 0.45
test_initialized_listMethod · 0.45
test_list_appendMethod · 0.45
test_list_popMethod · 0.45
test_double_list_popMethod · 0.45
test_list_stackMethod · 0.45

Calls 3

appendMethod · 0.45
popMethod · 0.45
stackMethod · 0.45

Tested by

no test coverage detected