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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
fashion_mnist.py 15 """Fashion-MNIST dataset.
30 """Loads the Fashion-MNIST dataset.
imdb.py 15 """IMDB sentiment classification dataset.
41 """Loads the IMDB dataset.
44 path: where to cache the data (relative to `~/.keras/dataset`).
138 path: where to cache the data (relative to `~/.keras/dataset`).
  /frameworks/base/services/core/java/com/android/server/job/
JobPackageTracker.java 74 DataSet mCurDataSet = new DataSet();
75 DataSet[] mLastDataSets = new DataSet[NUM_HISTORY];
120 final static class DataSet {
129 public DataSet(DataSet otherTimes) {
135 public DataSet() {
225 void finish(DataSet next, long now) {
257 void addTo(DataSet out, long now)
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockAccountTypeManager.java 58 && Objects.equal(accountTypeWithDataSet.dataSet, type.dataSet)) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
FakeAccountType.java 95 result.dataSet = account.dataSet;
  /frameworks/base/core/java/android/service/autofill/
AutofillService.java 85 * <li>Create a {@link Dataset} for each set of user's data that match those fields.
86 * <li>Fill the dataset(s) with the proper {@link AutofillId}s and {@link AutofillValue}s.
87 * <li>Add the dataset(s) to the {@link FillResponse} passed to
96 * .addDataset(new Dataset.Builder()
107 * .addDataset(new Dataset.Builder()
111 * .addDataset(new Dataset.Builder()
142 * <li>To unlock a specific dataset (for example, by providing a CVC for a credit card) - see
143 * {@link Dataset.Builder#setAuthentication(android.content.IntentSender)}.
150 * encrypted storage. Then when the user chooses the {@code Home} dataset, the platform starts
159 * app, plus a "fake" dataset whose presentation says "Tap here for banking apps credentials"
    [all...]
  /external/tensorflow/tensorflow/core/ops/
dataset_ops.cc 26 // a DAG of "dataset" objects. An "dataset" object can be converted
27 // to a stateful "iterator" by passing the "dataset" to the
30 // TODO(b/65524810): DT_VARIANT tensors that represent "dataset" objects are
32 // that any "source dataset" ops (i.e. ops that output a dataset and do not
40 .SetIsStateful() // TODO(b/65524810): Source dataset ops must be marked
52 .SetIsStateful() // TODO(b/65524810): Source dataset ops must be marked
65 .SetIsStateful() // TODO(b/65524810): Source dataset ops must be marked
288 .SetIsStateful() // TODO(b/65524810): Source dataset ops must be marke
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AttachedContextActivityTest.java 58 // Select dataset
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/
AndroidManifest.xml 15 android:label="Multi-Dataset Autofill Service"
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
range_dataset_op_test.py 44 iterator = (dataset_ops.Dataset.from_tensor_slices(components).apply(
63 """Test dataset construction using `count`."""
109 iterator = dataset_ops.Dataset.range(start,
156 return dataset_ops.Dataset.range(start, stop)
shuffle_dataset_op_test.py 41 return dataset_ops.Dataset.range(range_limit).shuffle(
79 return dataset_ops.Dataset.range(num_elements).apply(
142 ds = dataset_ops.Dataset.range(20).apply(
153 return dataset_ops.Dataset.range(20).apply(
  /external/tensorflow/tensorflow/contrib/kafka/
__init__.py 15 """Kafka Dataset.
  /external/tensorflow/tensorflow/contrib/keras/api/keras/datasets/boston_housing/
__init__.py 15 """Boston housing price regression dataset."""
  /external/tensorflow/tensorflow/contrib/keras/api/keras/datasets/cifar10/
__init__.py 15 """CIFAR10 small image classification dataset."""
  /external/tensorflow/tensorflow/contrib/keras/api/keras/datasets/cifar100/
__init__.py 15 """CIFAR100 small image classification dataset."""
  /external/tensorflow/tensorflow/contrib/keras/api/keras/datasets/imdb/
__init__.py 15 """IMDB movie review sentiment classification dataset."""
  /external/tensorflow/tensorflow/contrib/keras/api/keras/datasets/mnist/
__init__.py 15 """MNIST handwritten digits classification dataset."""
  /external/tensorflow/tensorflow/contrib/keras/api/keras/datasets/reuters/
__init__.py 15 """Reuters newswire topic classification dataset."""
  /external/tensorflow/tensorflow/core/kernels/data/
dataset.h 18 #include "tensorflow/core/framework/dataset.h"
  /external/tensorflow/tensorflow/core/kernels/
dataset.h 18 #include "tensorflow/core/kernels/data/dataset.h"
  /external/tensorflow/tensorflow/python/data/kernel_tests/
zip_dataset_op_test.py 39 dataset_ops.Dataset.from_tensor_slices(component_placeholder)
42 zipped = dataset_ops.Dataset.zip(datasets)
83 dataset_ops.Dataset.from_tensor_slices(component_placeholder)
86 zipped = dataset_ops.Dataset.zip((datasets[0], (datasets[1], datasets[2])))
  /external/tensorflow/tensorflow/python/keras/datasets/boston_housing/
__init__.py 15 """Boston housing price regression dataset."""
  /external/tensorflow/tensorflow/python/keras/datasets/cifar10/
__init__.py 15 """CIFAR10 small image classification dataset."""
  /external/tensorflow/tensorflow/python/keras/datasets/cifar100/
__init__.py 15 """CIFAR100 small image classification dataset."""
  /external/tensorflow/tensorflow/python/keras/datasets/imdb/
__init__.py 15 """IMDB movie review sentiment classification dataset."""

Completed in 2278 milliseconds

<<11121314151617181920>>