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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/contrib/kfac/python/ops/
op_queue.py 44 # Construct a (shuffled) Dataset with Op names.
46 op_names_dataset = (dataset_ops.Dataset.from_tensor_slices(op_names)
  /external/tensorflow/tensorflow/core/kernels/data/
window_dataset.cc 53 if (i_ == dataset()->elements_.size()) {
57 *out_tensors = dataset()->elements_[i_++];
  /external/tensorflow/tensorflow/examples/learn/
hdf5_classification.py 14 """Example of DNNClassifier for Iris plant dataset, hdf5 format."""
32 # Load dataset.
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
io_utils_test.py 39 # Creating dataset to store features
42 # Creating dataset to store labels
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.data.-fixed-length-record-dataset.pbtxt 4 is_instance: "<class \'tensorflow.python.data.ops.dataset_ops.Dataset\'>"
36 argspec: "args=[\'self\', \'dataset\'], varargs=None, keywords=None, defaults=None"
tensorflow.data.-t-f-record-dataset.pbtxt 4 is_instance: "<class \'tensorflow.python.data.ops.dataset_ops.Dataset\'>"
36 argspec: "args=[\'self\', \'dataset\'], varargs=None, keywords=None, defaults=None"
tensorflow.data.-text-line-dataset.pbtxt 4 is_instance: "<class \'tensorflow.python.data.ops.dataset_ops.Dataset\'>"
36 argspec: "args=[\'self\', \'dataset\'], varargs=None, keywords=None, defaults=None"
  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 148 * the contents of the actual back-end dataset named by {@code token}, only
186 * the contents of the actual back-end dataset named by {@code token}, only
197 * current backup dataset if the given package has stored data there, or from
198 * the dataset used during the last full device setup operation if the current
199 * backup dataset has no matching data. If no backup data exists for this package
235 * current backup dataset if the given package has stored data there, or from
236 * the dataset used during the last full device setup operation if the current
237 * backup dataset has no matching data. If no backup data exists for this package
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
AutoFillUI.java 32 import android.service.autofill.Dataset;
54 * input field for choosing a dataset to fill or trigger the response
76 void fill(int requestId, int datasetIndex, @NonNull Dataset dataset);
209 public void onDatasetPicked(Dataset dataset) {
213 final int datasetIndex = response.getDatasets().indexOf(dataset);
214 mCallback.fill(response.getRequestId(), datasetIndex, dataset);
  /packages/apps/Contacts/src/com/android/contacts/group/
UpdateGroupMembersAsyncTask.java 49 long groupId, String accountName, String accountType, String dataSet) {
56 mDataSet = dataSet;
  /packages/apps/Contacts/src/com/android/contacts/model/
Cp2DeviceLocalAccountLocator.java 100 final String dataSet = cursor.getString(COL_DATA_SET);
104 accounts.add(new AccountWithDataSet(name, type, dataSet));
  /packages/apps/Contacts/src/com/android/contacts/vcard/
SelectAccountActivity.java 71 intent.putExtra(DATA_SET, account.dataSet);
90 intent.putExtra(DATA_SET, account.dataSet);
  /packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
RawContactUtil.java 87 String accountName, String accountType, String dataSet, String... extras) {
91 ContactsContract.RawContacts.CONTENT_URI, accountName, accountType, dataSet);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FillResponseTest.java 29 import android.service.autofill.Dataset;
51 private final Dataset mDataset = new Dataset.Builder()
209 // dataset only
  /external/libxkbcommon/xkbcommon/
PACKAGING 28 Contains the dataset for Compose support (/usr/share/X11/locale).
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
prefetch_dataset_op_test.py 29 return dataset_ops.Dataset.range(100).prefetch(10).shuffle(
  /external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
README.md 9 - Download and extract the Penn Treebank dataset from
  /external/tensorflow/tensorflow/contrib/kafka/
BUILD 23 "//tensorflow/core/kernels:dataset",
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
graph_io.py 74 dataset. If `None`, cycles through the dataset forever.
141 dataset. If `None`, cycles through the dataset forever.
215 dataset. If `None`, cycles through the dataset forever.
352 dataset. If `None`, cycles through the dataset forever.
490 dataset. If None, cycles through the dataset forever. NOTE - If specified
    [all...]
  /external/tensorflow/tensorflow/docs_src/deploy/
s3.md 15 dataset = tf.data.TFRecordDataset(filenames)
  /external/tensorflow/tensorflow/docs_src/programmers_guide/
estimators.md 68 1. **Write one or more dataset importing functions.** For example, you might
70 import the test set. Each dataset importing function must return two
81 def input_fn(dataset):
82 ... # manipulate dataset, extracting feature names and the label
  /frameworks/base/media/java/android/mtp/
MtpStorageInfo.java 23 * This corresponds to the StorageInfo Dataset described in
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
FallbackAccountType.java 30 this.dataSet = null;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
locale.h 185 /* Return a duplicate of the set of locale in DATASET. All usage
189 /* Free the data associated with a locale dataset previously returned
193 /* Switch the current thread's locale to DATASET.
194 If DATASET is null, instead just return the current setting.
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/dao/
AutofillDao.java 53 * Fetches a list of datasets associated to autofill fields. It should only return a dataset
54 * if that dataset has an autofill field associate with the view the user is focused on, and
55 * if that dataset's name matches the name passed in.

Completed in 973 milliseconds

<<11121314151617181920>>