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

Function test

tensorflow/lite/tutorials/dataset.py:120–122  ·  view source on GitHub ↗

tf.data.Dataset object for MNIST test data.

(directory)

Source from the content-addressed store, hash-verified

118
119
120def test(directory):
121 """tf.data.Dataset object for MNIST test data."""
122 return dataset(directory, 't10k-images-idx3-ubyte', 't10k-labels-idx1-ubyte')

Callers 4

testAddWhileInputMethod · 0.50
while_stmtFunction · 0.50
aug_testFunction · 0.50
_py_while_stmtFunction · 0.50

Calls 1

datasetFunction · 0.70

Tested by 1

testAddWhileInputMethod · 0.40