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

<<11121314151617181920>>

  /packages/apps/Contacts/tests/src/com/android/contacts/preference/
ContactsPreferencesTest.java 214 .thenReturn(new AccountWithDataSet("name", "type", "dataset").stringify());
218 new AccountWithDataSet("name", "type", "dataset"),
237 new AccountWithDataSet("name", "type", "dataset"))));
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/res/values/
strings.xml 14 <item quantity="one">Added %d Dataset.</item>
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/
AndroidManifest.xml 18 android:label="Multi-Dataset Autofill Service"
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/res/layout/
dataset_suggestion.xml 46 tools:text="dataset-1"/>
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 76 class DataSet < ::Array
112 self.fixed_looks = DataSet.new
113 self.cyclic_looks = DataSet.new
114 self.syntactic_predicate_looks = DataSet.new
  /external/libxkbcommon/xkbcommon/test/
test.h 38 * dataset. */
  /external/protobuf/benchmarks/
Makefile.am 41 dataset.*
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
dataset_serialization_test_base.py 66 ds_fn1: 0-argument function that returns a Dataset.
67 ds_fn2: 0-argument function that returns a Dataset different from
69 num_outputs: Total number of outputs expected from this Dataset.
70 sparse_tensors: Whether dataset is built from SparseTensor(s).
428 1. Builds a Dataset using `ds_fn` and produces `num_outputs` items from it
430 2. Builds a Dataset using `ds_fn` and produces `num_outputs` items from it
471 """Generates elements from input dataset while stopping at break points.
477 ds_fn: 0-argument function that returns the dataset.
490 sparse_tensors: Whether dataset is built from SparseTensor(s).
  /external/tensorflow/tensorflow/contrib/kafka/ops/
kafka_ops.cc 32 Creates a dataset that emits the messages of one or more Kafka topics.
  /external/tensorflow/tensorflow/contrib/kfac/examples/
convnet_mnist_main.py 50 help="Directory to store dataset in.")
mlp_mnist_main.py 53 help="Directory to store dataset in.")
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
test_data.py 38 return base.Dataset(data=iris.data[ids], target=iris.target[ids])
  /external/tensorflow/tensorflow/contrib/tpu/profiler/
tpu_profiler.proto 17 // We don't collect the dataset ops by default for better trace-viewer
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
contrib.training.md 32 graph sees. For instance, if you have a binary classification dataset that is
reading_data.md 20 @{tf.data.Dataset}. The `tf.data` API enables you to extract and preprocess data
22 shuffling, and mapping functions over the dataset. This is an improved version
150 For example, [the CIFAR-10 dataset](http://www.cs.toronto.edu/~kriz/cifar.html)
180 dataset = tf.data.TFRecordDataset(filename)
181 dataset = dataset.repeat(num_epochs)
184 dataset = dataset.map(decode)
494 Commonly you will want to train on one dataset and evaluate (or "eval") on
  /external/tensorflow/tensorflow/docs_src/tutorials/
wide_and_deep.md 6 [Census Income Dataset](https://archive.ics.uci.edu/ml/datasets/Census+Income).
210 Before we train the model, let's read in the Census dataset as we did in the
238 Note that this tutorial is just a quick example on a small dataset to get you
240 try it on a large dataset with many sparse feature columns that have a large
  /external/tensorflow/tensorflow/examples/tutorials/input_fn/
boston.py 14 """DNNRegressor with custom input_fn for Housing dataset."""
  /frameworks/base/media/java/android/mtp/
MtpPropertyList.java 23 * Encapsulates the ObjectPropList dataset used by the GetObjectPropList command.
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupNameEditDialogFragment.java 356 if (mAccount.dataSet != null) {
363 final int len = mAccount.dataSet == null ? 3 : 4;
368 if (mAccount.dataSet != null) {
369 args[3] = mAccount.dataSet;
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountDisplayInfo.java 68 return GoogleAccountType.ACCOUNT_TYPE.equals(mSource.type) && mSource.dataSet == null;
  /external/ImageMagick/coders/
meta.c 310 dataset;
329 dataset = 0;
370 dataset = 255;
372 dataset = (unsigned char) StringToLong(newstr);
414 if (dataset == 255)
492 (void) WriteBlobByte(ofile,(unsigned char) dataset);
606 dataset;
625 dataset = 0;
666 dataset = 255;
668 dataset = (unsigned char) StringToLong(newstr)
306 dataset; local
602 dataset; local
1835 dataset; local
1969 dataset; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0/
sdk-common-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta6/
sdk-common-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta7/
sdk-common-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-rc1/
sdk-common-26.0.0-rc1.jar 

Completed in 924 milliseconds

<<11121314151617181920>>