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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/examples/get_started/regression/
linear_regression.py 33 (train, test) = imports85.dataset()
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
convert_to_records.py 41 """Converts a dataset to tfrecords."""
  /external/tensorflow/tensorflow/examples/learn/
iris_custom_decay_dnn.py 14 """Example of DNNClassifier for Iris plant dataset, with exponential decay."""
iris_custom_model.py 14 """Example of Estimator for Iris plant dataset."""
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 89 * Restore one record [representing a single file] from the restore dataset.
RestoreDescription.java 49 /** This package's restore data is an original-style key/value dataset */
  /frameworks/base/core/java/android/view/autofill/
IAutoFillManagerClient.aidl 42 * Autofills the activity with the contents of a dataset.
  /frameworks/base/media/java/android/mtp/
MtpDeviceInfo.java 23 * This corresponds to the DeviceInfo Dataset described in
  /frameworks/rs/tests/java_api/VrDemo/
_index.html 6 <li>Create subdirectories for each dataset</li>
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 284 String dataSet = mGroupMetaData.getString(GroupMetaDataLoader.DATA_SET);
286 && Objects.equal(dataSet, mDataSet)) {
357 String dataSet = mGroupMetaData.getString(GroupMetaDataLoader.DATA_SET);
359 && Objects.equal(dataSet, mDataSet)) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilterView.java 130 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet);
  /packages/apps/Contacts/src/com/android/contacts/model/account/
FallbackAccountType.java 35 this.dataSet = null;
  /packages/apps/Dialer/java/com/android/dialer/interactions/
PhoneNumberInteraction.java 311 item.dataSet = cursor.getString(dataSetColumn);
405 String dataSet;
417 this.dataSet = in.readString();
428 dest.writeString(dataSet);
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
SimpleStatsTest.java 35 * Make sure that the class behaves as expected when the dataset is empty
  /external/tensorflow/tensorflow/python/estimator/
estimator.py 300 * A 'tf.data.Dataset' object: Outputs of `Dataset` object must be a
380 * A 'tf.data.Dataset' object: Outputs of `Dataset` object must be a
442 * A 'tf.data.Dataset' object: Outputs of `Dataset` object must have
663 if isinstance(result, dataset_ops.Dataset):
672 logging.warning('Input graph does not use tf.data.Dataset or contain a '
681 if isinstance(result, dataset_ops.Dataset):
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
PerformUnifiedRestoreTask.java 97 // Token identifying the dataset to the transport
111 // dataset to base future restore-at-install operations from?
120 // Our bookkeeping about the ancestral dataset
318 * dataset & transport to address, and then parameters within the restore
333 * 5. is this a key/value dataset? => key/value agent restore
341 * 6. else it's a stream dataset:
371 // Fetch the current metadata from the dataset first
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
calibration_data.h 134 // used). For initialization, populating a model dataset will take precedence
206 // used). For initialization, populating a model dataset will take precedence
  /external/tensorflow/tensorflow/python/debug/examples/
debug_tflearn_iris.py 85 training_set = tf.contrib.learn.datasets.base.Dataset(
88 test_set = tf.contrib.learn.datasets.base.Dataset(
  /frameworks/base/apct-tests/perftests/core/src/android/database/
SQLiteDatabasePerfTest.java 122 // A larger dataset is needed to exceed default CursorWindow size
145 // A larger dataset is needed to exceed default CursorWindow size
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactMultiDeletionInteraction.java 212 final String dataSet = cursor.getString(COLUMN_INDEX_DATA_SET);
224 final AccountType type = accountTypes.getAccountType(accountType, dataSet);
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountFilterUtil.java 158 account.type, account.name, account.dataSet, icon));
198 intent.putExtra(Intents.Insert.EXTRA_DATA_SET, filter.dataSet);
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 601 final String dataSet = rawContact.getDataSet();
602 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet);
612 if (dataSet != null) {
614 selectionArgs.add(dataSet);
637 final String dataSet = cursor.getString(GroupQuery.DATA_SET);
647 accountName, accountType, dataSet, groupId, title, defaultGroup, favorites));
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MetadataEntryParserTest.java 58 String dataSet = null;
85 contactBackupId, accountType, accountName, dataSet);
  /external/tensorflow/tensorflow/contrib/kfac/examples/
convnet.py 333 use_fake_data: bool. If True, generate a synthetic dataset.
338 # Load a dataset.
364 use_fake_data: bool. If True, generate a synthetic dataset.
369 # Load a dataset.
429 use_fake_data: bool. If True, generate a synthetic dataset.
434 # Load a dataset.
  /external/tensorflow/tensorflow/examples/udacity/
2_fullyconnected.ipynb 27 "Previously in `1_notmnist.ipynb`, we created a pickle with formatted datasets for training, development and testing on the [notMNIST dataset](http://yaroslavvb.blogspot.com/2011/09/notmnist-dataset.html).\n",
182 "def reformat(dataset, labels):\n",
183 " dataset = dataset.reshape((-1, image_size * image_size)).astype(np.float32)\n",
186 " return dataset, labels\n",

Completed in 3153 milliseconds

<<11121314151617181920>>