HomeSort by relevance Sort by last modified time
    Searched full:dataset (Results 551 - 575 of 923) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/docs_src/performance/
benchmarks.md 87 * **DataSet:** ImageNet
177 * **DataSet:** ImageNet
252 * **DataSet:** ImageNet
336 * **DataSet:** ImageNet
  /external/tensorflow/tensorflow/examples/get_started/regression/
custom_regression.py 87 (train, test) = imports85.dataset()
dnn_regression.py 32 (train, test) = imports85.dataset()
linear_regression_categorical.py 32 (train, test) = imports85.dataset()
test.py 63 return data.Dataset.from_tensor_slices(FOUR_LINES.split("\n"))
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
fully_connected_preloaded.py 174 help='Batch size. Must divide evenly into the dataset sizes.'
  /external/tensorflow/tensorflow/examples/learn/
mnist.py 100 ### Download and load MNIST dataset.
text_classification_character_cnn.py 14 """Example of using convolutional networks over characters for DBpedia dataset.
text_classification_character_rnn.py 14 """Example of recurrent neural networks over characters for DBpedia dataset.
  /external/tensorflow/tensorflow/examples/tutorials/estimators/
abalone.py 14 """DNNRegressor with custom estimator for abalone dataset."""
  /external/tensorflow/tensorflow/examples/tutorials/mnist/
mnist.py 37 # The MNIST dataset has 10 classes, representing the digits 0 through 9.
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.html 180 // Create a table with the columns of the dataset.
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 661 throw new IllegalStateException("getRestoreData(fd) for non-key/value dataset");
774 * on the current dataset.
786 File dataset = new File(mRestoreSetFullDir, name); local
788 mCurFullRestoreStream = new FileInputStream(dataset);
    [all...]
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 44 // Names of the helper tags within the dataset. Changing one of these names will
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 143 * will never have {@link AccountWithDataSet#dataSet} set, as there's no way to create an
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilterController.java 196 mFilter.accountName, mFilter.accountType, mFilter.dataSet);
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
AccountDisplayInfoFactoryTests.java 170 return new AccountWithDataSet(name, type, /* dataSet */ null);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListFilterController.java 167 new AccountWithDataSet(mFilter.accountName, mFilter.accountType, mFilter.dataSet);
  /packages/apps/Gallery2/jni/filters/
kmeans.h 206 * Runs the k-means algorithm on dataset values with some initial centroids.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
heapq.py 204 """Find the n largest elements in a dataset.
222 """Find the n smallest elements in a dataset.
395 """Find the n smallest elements in a dataset.
432 """Find the n largest elements in a dataset.
  /prebuilts/gdb/linux-x86/lib/python2.7/
heapq.py 204 """Find the n largest elements in a dataset.
222 """Find the n smallest elements in a dataset.
395 """Find the n smallest elements in a dataset.
432 """Find the n largest elements in a dataset.
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
sdk-common-22.4.2-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
sdk-common-22.5.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.1/
sdk-common-22.5.1-sources.jar 

Completed in 878 milliseconds

<<21222324252627282930>>