datasets.mnist package

Submodules

datasets.mnist.get_raw module

datasets.mnist.get_raw.get_raw()[source]

datasets.mnist.input_fn module

datasets.mnist.input_fn.mnist_input_fn()[source]

datasets.mnist.serialize module

datasets.mnist.serialize.serialize(npz_file, xy_to_key)[source]

datasets.mnist.test_input_fn module

class datasets.mnist.test_input_fn.TestMnistInputFn(methodName='runTest')[source]

Bases: tensorflow.python.framework.test_util.TensorFlowTestCase

docstring for SerializeTest

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

datasets.mnist.test_serialize module

class datasets.mnist.test_serialize.TestMNISTSerializer(methodName='runTest')[source]

Bases: tensorflow.python.framework.test_util.TensorFlowTestCase

docstring for SerializeTest

record_path_iterator()[source]
classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

test_config_update()[source]
test_dataset_dir_exists()[source]
test_eval_record_does_not_exist()[source]
test_records_exist()[source]
test_records_size()[source]