Home
last modified time | relevance | path

Searched defs:data_dir (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_input.py140 def distorted_inputs(data_dir, batch_size): argument
206 def inputs(eval_data, data_dir, batch_size): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
Dtext_datasets.py40 def maybe_download_dbpedia(data_dir): argument
/external/selinux/python/sepolgen/src/sepolgen/
Ddefaults.py59 def data_dir(): function
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dmain_estimator.py92 def get_input_fn(config, data_dir, split): argument
Dcifar_input.py31 def get_ds_from_tfrecords(data_dir, argument
Dmain.py130 def get_datasets(data_dir, config): argument
Dcifar_tfrecords.py42 def download_and_extract(data_dir, file_name, url): argument
Dimagenet_input.py75 data_dir, argument
/external/tensorflow/tensorflow/python/debug/examples/
Ddebug_tflearn_iris.py37 def maybe_download_data(data_dir): argument
/external/autotest/client/site_tests/firmware_TouchMTB/
Dcros_gs.py87 def rmdir(self, data_dir): argument
/external/toolchain-utils/fdo_scripts/
Dsummarize_hot_blocks.py64 def __init__(self, data_dir, cutoff, output_dir, tempdir): argument
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
Drnn_colorbot.py118 def load_dataset(data_dir, url, batch_size): argument
/external/tensorflow/tensorflow/examples/speech_commands/
Dinput_data.py191 def __init__(self, data_url, data_dir, silence_percentage, unknown_percentage, argument
/external/fonttools/Tests/ttLib/
Dwoff2_test.py33 data_dir = os.path.join(current_dir, 'data') variable
/external/openssh/regress/unittests/test_helper/
Dtest_helper.c116 static const char *data_dir = NULL; variable
/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c314 enum data_direction data_dir; member
1658 enum data_direction data_dir, unsigned int mask, in check_command()