Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
def
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
testAddWhileInput
Method · 0.50
while_stmt
Function · 0.50
aug_test
Function · 0.50
_py_while_stmt
Function · 0.50
Calls
1
dataset
Function · 0.70
Tested by
1
testAddWhileInput
Method · 0.40