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

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerAdapter.java 71 * True iff we are in the process of handling a dataset change.
104 * <li>The ViewPager always likes to know about all dataset changes via notifyDatasetChanged.
381 LogUtils.i(LOG_TAG, "CPA ignoring dataset change generated during dataset change");
389 // when the currently visible item disappears from the dataset:
570 // update the pager dataset as the Controller's cursor changes
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Helper.java 97 * value to an authenticated dataset).
    [all...]
SimpleSaveActivityTest.java 115 // Select dataset.
161 // Select dataset...
782 // Select 1st dataset.
788 // Select 2nd dataset.
    [all...]
  /external/tensorflow/tensorflow/docs_src/get_started/
custom_estimators.md 68 output values. Just as input functions can leverage the Dataset API, model
94 # Convert the inputs to a Dataset.
95 dataset = tf.data.Dataset.from_tensor_slices((dict(features), labels))
98 dataset = dataset.shuffle(1000).repeat().batch(batch_size)
101 return dataset.make_one_shot_iterator().get_next()
  /external/tensorflow/tensorflow/docs_src/tutorials/
audio_recognition.md 28 dataset](https://storage.cloud.google.com/download.tensorflow.org/data/speech_commands_v0.01.tar.gz),
340 dataset, mixed in with background noise. To run it, use:
407 dataset](https://download.tensorflow.org/data/speech_commands_v0.01.tgz), but
417 disable downloading of the Speech Commands dataset, and
431 same sounds in your dataset, and these can give misleading metrics if they're
458 The Speech Commands dataset has twenty words in its unknown classes, including
472 properties. The files in the Speech Commands dataset were captured on a variety
489 as your main dataset, but much longer in duration so that a good set of random
511 realistic way to effectively increase the size of the dataset, and so increase
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersFragment.java 484 mGroupMetaData.accountType, mGroupMetaData.dataSet),
507 mGroupMetaData.accountType, mGroupMetaData.dataSet).execute();
532 mGroupMetaData.accountType, mGroupMetaData.dataSet).execute();
705 mGroupMetaData.accountName, mGroupMetaData.accountType, mGroupMetaData.dataSet);
826 mGroupMetaData.accountType, mGroupMetaData.dataSet).execute();
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.1.0/
sdk-common-24.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.1.3/
sdk-common-24.1.3.jar 
  /frameworks/base/core/java/android/widget/
SimpleAdapter.java 183 final Map dataSet = mData.get(position);
184 if (dataSet == null) {
196 final Object data = dataSet.get(from[i]);
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 142 * {@link BackupConstants#TRANSPORT_NOT_INITIALIZED} (if the backend dataset has
203 * an original-API key/value dataset, or TYPE_FULL_STREAM for a tarball-type archive stream.
291 * on the current dataset.
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 603 public void onAccountChosen(Account account, String dataSet, int tag) {
608 intent.putExtra(Insert.EXTRA_DATA_SET, dataSet);
616 intent.putExtra(Insert.EXTRA_DATA_SET, dataSet);
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
data_feeder.py 110 """Create data feeder, to sample inputs from dataset.
246 # skip check if array is instance of other classes, e.g. h5py.Dataset
451 of the examples in the x dataset.
453 shape of the examples in the y dataset. Can be `None`.
568 the dataset, to allow control of how much to learn on the trainer side.
775 into them. DaskDataFeeder will remove requirement to have full dataset in the
  /external/tensorflow/tensorflow/python/data/kernel_tests/
reader_dataset_ops_test.py 260 dataset = readers.FixedLengthRecordDataset(
266 iterator = dataset.make_one_shot_iterator()
277 dataset = readers.FixedLengthRecordDataset(
283 iterator = dataset.make_one_shot_iterator()
313 dataset = (readers.FixedLengthRecordDataset(
316 iterator = dataset.make_initializable_iterator()
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 755 public AccountKey(String accountName, String accountType, String dataSet) {
758 mDataSet = dataSet;
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 71 // User has just selected a Dataset from the list of autofill suggestions.
72 // The Dataset is comprised of a list of AutofillValues, with each AutofillValue meant
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 71 // User has just selected a Dataset from the list of autofill suggestions.
72 // The Dataset is comprised of a list of AutofillValues, with each AutofillValue meant
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 66 * dataset.</li>
75 * managed by the UI in separate records within the backup dataset. It illustrates
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
PearsonsCorrelation.java 109 * @param numberOfObservations the number of observations in the dataset used to compute
135 * <code>n</code> is the number of observations in the source dataset.</p>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AggregateSummaryStatistics.java 293 * StatisticalSummary over the combined dataset.
299 * @return summary statistics for the combined dataset
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_stream.h 43 // weight across all points in the input dataset.
60 // entire dataset.
  /external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
resnet50_test.py 247 ds = tf.data.Dataset.from_tensors(tensors).repeat()
257 ds = tf.data.Dataset.from_tensors(tensors).repeat()
  /external/tensorflow/tensorflow/docs_src/programmers_guide/
tensorboard_histograms.md 145 # Let's combine both of those distributions into one dataset
193 # Let's combine both of those distributions into one dataset
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 223 final String dataSet = entityValues.getAsString(RawContacts.DATA_SET);
225 type, dataSet);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 394 final String dataSet = mDataCursor.getString(DataQuery.DATA_SET);
396 accountName, accountType, dataSet);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 257 final String dataSet = cursor.getString(COLUMN_INDEX_DATA_SET);
262 AccountType type = accountTypes.getAccountType(accountType, dataSet);

Completed in 1259 milliseconds

<<21222324252627282930>>