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

Function get_all

tensorflow/contrib/summary/summary_test_util.py:95–96  ·  view source on GitHub ↗
(db, q, *p)

Source from the content-addressed store, hash-verified

93
94
95def get_all(db, q, *p):
96 return unroll(db.execute(q, p).fetchall())
97
98
99def unroll(list_of_tuples):

Callers 3

testGraphSummaryMethod · 0.85
testIntegerSummariesMethod · 0.85
testGraphSummaryMethod · 0.85

Calls 2

unrollFunction · 0.85
executeMethod · 0.45

Tested by

no test coverage detected