Home
last modified time | relevance | path

Searched full:datasets (Results 1 – 25 of 1868) sorted by relevance

12345678910>>...75

/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/
H A DMakefile.am5 datasets/google_message1/proto3/benchmark_message1_proto3.proto
8 datasets/google_message1/proto2/benchmark_message1_proto2.proto \
9 datasets/google_message2/benchmark_message2.proto \
10 datasets/google_message3/benchmark_message3.proto \
11 datasets/google_message3/benchmark_message3_1.proto \
12 datasets/google_message3/benchmark_message3_2.proto \
13 datasets/google_message3/benchmark_message3_3.proto \
14 datasets/google_message3/benchmark_message3_4.proto \
15 datasets/google_message3/benchmark_message3_5.proto \
16 datasets/google_message3/benchmark_message3_6.proto \
[all …]
/aosp_15_r20/external/protobuf/benchmarks/
H A DMakefile.am5 datasets/google_message1/proto3/benchmark_message1_proto3.proto
8 datasets/google_message1/proto2/benchmark_message1_proto2.proto \
9 datasets/google_message2/benchmark_message2.proto \
10 datasets/google_message3/benchmark_message3.proto \
11 datasets/google_message3/benchmark_message3_1.proto \
12 datasets/google_message3/benchmark_message3_2.proto \
13 datasets/google_message3/benchmark_message3_3.proto \
14 datasets/google_message3/benchmark_message3_4.proto \
15 datasets/google_message3/benchmark_message3_5.proto \
16 datasets/google_message3/benchmark_message3_6.proto \
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/ops/
H A Dinterleave_ops.py38 datasets, and outputs their elements interleaved. Unlike
40 datasets in parallel, which increases the throughput, especially in the
44 datasets whose elements are not readily available when requested.
92 def sample_from_datasets_v2(datasets, argument
96 """Samples elements at random from the datasets in `datasets`.
98 Creates a dataset by interleaving elements of `datasets` with `weight[i]`
100 replacement. For example, suppose we have 2 datasets:
107 Suppose also that we sample from these 2 datasets with the following weights:
122 datasets: A non-empty list of `tf.data.Dataset` objects with compatible
124 weights: (Optional.) A list or Tensor of `len(datasets)` floating-point
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dhealthcare.v1.json180 "datasets": { object
184 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets",
186 "id": "healthcare.projects.locations.datasets.create",
204 "path": "v1/{+parent}/datasets",
217 … "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:deidentify",
219 "id": "healthcare.projects.locations.datasets.deidentify",
225 …esource name. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.",
227 "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
245 … "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}",
247 "id": "healthcare.projects.locations.datasets.delete",
[all …]
Dhealthcare.v1beta1.json180 "datasets": { object
184 "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets",
186 "id": "healthcare.projects.locations.datasets.create",
204 "path": "v1beta1/{+parent}/datasets",
217 …"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:deidentif…
219 "id": "healthcare.projects.locations.datasets.deidentify",
225 …esource name. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.",
227 "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$",
245 … "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}",
247 "id": "healthcare.projects.locations.datasets.delete",
[all …]
Ddatalabeling.v1beta1.json233 "datasets": { object
237 "flatPath": "v1beta1/projects/{projectsId}/datasets",
239 "id": "datalabeling.projects.datasets.create",
252 "path": "v1beta1/{+parent}/datasets",
265 "flatPath": "v1beta1/projects/{projectsId}/datasets/{datasetsId}",
267 "id": "datalabeling.projects.datasets.delete",
273 …scription": "Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}",
275 "pattern": "^projects/[^/]+/datasets/[^/]+$",
290 "flatPath": "v1beta1/projects/{projectsId}/datasets/{datasetsId}:exportData",
292 "id": "datalabeling.projects.datasets.exportData",
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/datasets/
H A DBUILD.bazel7 name = "datasets",
9 "//benchmarks/datasets/google_message1/proto2:datasets",
10 "//benchmarks/datasets/google_message1/proto3:datasets",
11 "//benchmarks/datasets/google_message2:datasets",
12 "//benchmarks/datasets/google_message3:datasets",
13 "//benchmarks/datasets/google_message4:datasets",
26 "//benchmarks/datasets/google_message1/proto2:benchmark_message1_proto2_proto",
27 "//benchmarks/datasets/google_message1/proto3:benchmark_message1_proto3_proto",
28 "//benchmarks/datasets/google_message2:benchmark_message2_proto",
29 "//benchmarks/datasets/google_message3:benchmark_message3_proto",
[all …]
/aosp_15_r20/external/protobuf/benchmarks/datasets/
H A DBUILD.bazel7 name = "datasets",
9 "//benchmarks/datasets/google_message1/proto2:datasets",
10 "//benchmarks/datasets/google_message1/proto3:datasets",
11 "//benchmarks/datasets/google_message2:datasets",
12 "//benchmarks/datasets/google_message3:datasets",
13 "//benchmarks/datasets/google_message4:datasets",
26 "//benchmarks/datasets/google_message1/proto2:benchmark_message1_proto2_proto",
27 "//benchmarks/datasets/google_message1/proto3:benchmark_message1_proto3_proto",
28 "//benchmarks/datasets/google_message2:benchmark_message2_proto",
29 "//benchmarks/datasets/google_message3:benchmark_message3_proto",
[all …]
/aosp_15_r20/external/pytorch/torch/utils/data/
H A Ddataset.py46 All datasets that represent a map from keys to data samples should subclass
80 All datasets that represent an iterable of data samples should subclass it.
81 Such form of datasets is particularly useful when data come from a stream.
218 r"""Dataset as a stacking of multiple datasets.
220 This class is useful to assemble different parts of complex input data, given as datasets.
232 *args (Dataset): Datasets for stacking returned as tuple.
233 **kwargs (Dataset): Datasets for stacking returned as dict.
236 datasets: Union[tuple, dict]
247 raise ValueError("Size mismatch between datasets")
248 self.datasets = args
[all …]
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DDepthConvertLayer.cpp30 #include "tests/datasets/ConvertPolicyDataset.h"
31 #include "tests/datasets/ShapeDatasets.h"
34 #include "tests/framework/datasets/Datasets.h"
141 …nt8_t>, framework::DatasetMode::PRECOMMIT, combine(combine(combine(combine(datasets::SmallShapes(),
150 …uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(combine(combine(datasets::LargeShapes(),
162 …nt8_t>, framework::DatasetMode::PRECOMMIT, combine(combine(combine(combine(datasets::SmallShapes(), in TEST_SUITE()
171 …uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(combine(combine(datasets::LargeShapes(),
183 …re<uint8_t>, framework::DatasetMode::PRECOMMIT, combine(combine(combine(datasets::SmallShapes(), D… in TEST_SUITE()
191 …ture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(combine(datasets::LargeShapes(), D…
201 …re<uint8_t>, framework::DatasetMode::PRECOMMIT, combine(combine(combine(datasets::SmallShapes(), D… in TEST_SUITE()
[all …]
H A DDepthwiseConvolutionLayer.cpp31 #include "tests/datasets/DepthwiseConvolutionLayerDataset.h"
32 #include "tests/datasets/DilatedDepthwiseConvolutionLayerDataset.h"
35 #include "tests/framework/datasets/Datasets.h"
253 …at>, framework::DatasetMode::PRECOMMIT, combine(combine(combine(combine(datasets::SmallDepthwiseCo… in TEST_SUITE()
261 …at>, framework::DatasetMode::PRECOMMIT, combine(combine(combine(combine(datasets::SmallDepthwiseCo…
269 …loat>, framework::DatasetMode::NIGHTLY, combine(combine(combine(combine(datasets::LargeDepthwiseCo…
281 … combine(combine(combine(combine(datasets::SmallDepthwiseDilatedConvolutionLayerDataset(),
291 … combine(combine(combine(combine(datasets::LargeDepthwiseDilatedConvolutionLayerDataset(),
304 …at>, framework::DatasetMode::PRECOMMIT, combine(combine(combine(combine(datasets::SmallDepthwiseCo… in TEST_SUITE_END()
314 … combine(combine(combine(combine(datasets::LargeDepthwiseConvolutionLayerDataset3x3(),
[all …]
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DDepthwiseConvolutionLayer.cpp30 #include "tests/datasets/DepthwiseConvolutionLayerDataset.h"
31 #include "tests/datasets/DilatedDepthwiseConvolutionLayerDataset.h"
34 #include "tests/framework/datasets/Datasets.h"
166 …combine(combine(combine(combine(framework::dataset::concat(datasets::SmallDepthwiseConvolutionLaye… in TEST_SUITE()
167datasets::SmallDepthwiseConvolutionLayerDataset3x3NCHW()), in TEST_SUITE()
176 …half>, framework::DatasetMode::NIGHTLY, combine(combine(combine(combine(datasets::LargeDepthwiseCo…
186 …ure<half>, framework::DatasetMode::ALL, combine(combine(combine(combine(datasets::SmallDepthwiseDi…
196 … combine(combine(combine(combine(datasets::LargeDepthwiseDilatedConvolutionLayerDataset3x3(),
210 … combine(combine(combine(combine(datasets::SmallDepthwiseConvolutionLayerDataset3x3(), in TEST_SUITE_END()
219 …half>, framework::DatasetMode::NIGHTLY, combine(combine(combine(combine(datasets::LargeDepthwiseCo…
[all …]
H A DWinograd.cpp33 #include "tests/datasets/LargeConvolutionLayerDataset.h"
34 #include "tests/datasets/ShapeDatasets.h"
35 #include "tests/datasets/SmallConvolutionLayerDataset.h"
36 #include "tests/datasets/WinogradInputTransformDataset.h"
37 #include "tests/datasets/WinogradOutputTransformDataset.h"
40 #include "tests/framework/datasets/Datasets.h"
134 combine(combine(combine(datasets::SmallWinogradConvolutionLayer3x3Dataset(),
158 combine(combine(combine(datasets::LargeWinogradConvolutionLayer3x3Dataset(),
170 combine(combine(combine(datasets::SmallWinogradConvolutionLayer3x1Dataset(), in TEST_SUITE()
180 combine(combine(combine(datasets::LargeWinogradConvolutionLayer3x1Dataset(),
[all …]
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Ddataloader.cpp29 struct DummyDataset : datasets::Dataset<DummyDataset, int> {
66 struct DummyChunkDataReader : public datasets::ChunkDataReader<int> {
68 using BatchType = datasets::ChunkDataReader<int>::ChunkType;
69 using DataType = datasets::ChunkDataReader<int>::ExampleType;
105 datasets::SharedBatchDataset<datasets::ChunkDataset< in TEST()
109 dataset = datasets::make_shared_dataset<datasets::ChunkDataset< in TEST()
116 datasets::ChunkDatasetOptions( in TEST()
145 : datasets::StreamDataset<InfiniteStreamDataset, std::vector<int>> {
444 datasets::TensorDataset dataset(torch::eye(5)); in TEST()
451 datasets::TensorDataset dataset(vector); in TEST()
[all …]
/aosp_15_r20/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/
H A DListDatasetsResponse.java25 * Results of listing datasets within a project.
79 * The list of datasets to return.
82 * <code>repeated .google.cloud.datalabeling.v1beta1.Dataset datasets = 1;</code>
92 * The list of datasets to return.
95 * <code>repeated .google.cloud.datalabeling.v1beta1.Dataset datasets = 1;</code>
106 * The list of datasets to return.
109 * <code>repeated .google.cloud.datalabeling.v1beta1.Dataset datasets = 1;</code>
119 * The list of datasets to return.
122 * <code>repeated .google.cloud.datalabeling.v1beta1.Dataset datasets = 1;</code>
132 * The list of datasets to return.
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A Ddirected_interleave_dataset_test.py109 datasets = [
115 datasets, weights=weights, stop_on_empty_dataset=True)
126 datasets = [
132 datasets, weights=weights, stop_on_empty_dataset=False).take(100)
144 datasets = [
149 datasets, weights=weights, stop_on_empty_dataset=True)
157 datasets = [
162 datasets, weights=weights, stop_on_empty_dataset=True)
169 datasets = [
174 datasets, weights=weights, stop_on_empty_dataset=False)
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
H A DDatasetFilteringTest.java103 // With no filter text all datasets should be shown in testFilter()
106 // Only two datasets start with 'a' in testFilter()
120 // Delete some text to bring back 2 datasets in testFilter()
124 // With no filter text all datasets should be shown again in testFilter()
159 // With no filter text all datasets should be shown in testFilter_injectingEvents()
162 // Only two datasets start with 'a' in testFilter_injectingEvents()
170 // Only two datasets start with 'a' in testFilter_injectingEvents()
174 // With no filter text all datasets should be shown in testFilter_injectingEvents()
228 // With no filter text all datasets should be shown in testFilter_usingKeyboard()
231 // Only two datasets start with 'a' in testFilter_usingKeyboard()
[all …]
/aosp_15_r20/external/google-cloud-java/java-maps-mapsplatformdatasets/proto-google-maps-mapsplatformdatasets-v1alpha/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/
H A DListDatasetsResponse.java25 * Response to list datasets for the project.
79 * All the datasets for the project.
82 * <code>repeated .google.maps.mapsplatformdatasets.v1alpha.Dataset datasets = 1;</code>
92 * All the datasets for the project.
95 * <code>repeated .google.maps.mapsplatformdatasets.v1alpha.Dataset datasets = 1;</code>
106 * All the datasets for the project.
109 * <code>repeated .google.maps.mapsplatformdatasets.v1alpha.Dataset datasets = 1;</code>
119 * All the datasets for the project.
122 * <code>repeated .google.maps.mapsplatformdatasets.v1alpha.Dataset datasets = 1;</code>
132 * All the datasets for the project.
[all …]
/aosp_15_r20/external/googleapis/google/genomics/v1/
H A Ddatasets.proto32 // This service manages datasets, which are collections of genomic data.
34 // Lists datasets within a project.
36 // For the definitions of datasets and other genomics resources, see
41 get: "/v1/datasets"
47 // For the definitions of datasets and other genomics resources, see
52 post: "/v1/datasets"
59 // For the definitions of datasets and other genomics resources, see
64 get: "/v1/datasets/{dataset_id}"
70 // For the definitions of datasets and other genomics resources, see
77 patch: "/v1/datasets/{dataset_id}"
[all …]
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/
H A DListDatasetsResponse.java79 * The datasets read.
82 * <code>repeated .google.cloud.automl.v1.Dataset datasets = 1;</code>
92 * The datasets read.
95 * <code>repeated .google.cloud.automl.v1.Dataset datasets = 1;</code>
106 * The datasets read.
109 * <code>repeated .google.cloud.automl.v1.Dataset datasets = 1;</code>
119 * The datasets read.
122 * <code>repeated .google.cloud.automl.v1.Dataset datasets = 1;</code>
132 * The datasets read.
135 * <code>repeated .google.cloud.automl.v1.Dataset datasets = 1;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DListDatasetsResponse.java80 * A list of Datasets that matches the specified filter in the request.
83 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code>
93 * A list of Datasets that matches the specified filter in the request.
96 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code>
107 * A list of Datasets that matches the specified filter in the request.
110 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code>
120 * A list of Datasets that matches the specified filter in the request.
123 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code>
133 * A list of Datasets that matches the specified filter in the request.
136 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/
H A DListDatasetsResponse.java79 * The datasets read.
82 * <code>repeated .google.cloud.automl.v1beta1.Dataset datasets = 1;</code>
92 * The datasets read.
95 * <code>repeated .google.cloud.automl.v1beta1.Dataset datasets = 1;</code>
106 * The datasets read.
109 * <code>repeated .google.cloud.automl.v1beta1.Dataset datasets = 1;</code>
119 * The datasets read.
122 * <code>repeated .google.cloud.automl.v1beta1.Dataset datasets = 1;</code>
132 * The datasets read.
135 * <code>repeated .google.cloud.automl.v1beta1.Dataset datasets = 1;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DListDatasetsResponse.java80 * A list of Datasets that matches the specified filter in the request.
83 * <code>repeated .google.cloud.aiplatform.v1.Dataset datasets = 1;</code>
93 * A list of Datasets that matches the specified filter in the request.
96 * <code>repeated .google.cloud.aiplatform.v1.Dataset datasets = 1;</code>
107 * A list of Datasets that matches the specified filter in the request.
110 * <code>repeated .google.cloud.aiplatform.v1.Dataset datasets = 1;</code>
120 * A list of Datasets that matches the specified filter in the request.
123 * <code>repeated .google.cloud.aiplatform.v1.Dataset datasets = 1;</code>
133 * A list of Datasets that matches the specified filter in the request.
136 * <code>repeated .google.cloud.aiplatform.v1.Dataset datasets = 1;</code>
[all …]
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/schema/
H A Daiplatform_v1.yaml100 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel'
101 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel'
102 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel'
103 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel'
104 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance…
128 - post: '/v1/{name=projects/*/locations/*/datasets/*/operations/*}:cancel'
129 - post: '/v1/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel'
130 - post: '/v1/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel'
131 - post: '/v1/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel'
132 …- post: '/v1/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance…
[all …]
/aosp_15_r20/external/golang-protobuf/internal/cmd/generate-protos/
H A Dmain.go206 …hmarks", "datasets/google_message1/proto2/benchmark_message1_proto2.proto", "google.golang.org/pro…
207 …hmarks", "datasets/google_message1/proto3/benchmark_message1_proto3.proto", "google.golang.org/pro…
208 …/{"benchmarks", "datasets/google_message2/benchmark_message2.proto", "google.golang.org/protobuf/i…
209 …/{"benchmarks", "datasets/google_message3/benchmark_message3.proto", "google.golang.org/protobuf/i…
210 …{"benchmarks", "datasets/google_message3/benchmark_message3_1.proto", "google.golang.org/protobuf/…
211 …{"benchmarks", "datasets/google_message3/benchmark_message3_2.proto", "google.golang.org/protobuf/…
212 …{"benchmarks", "datasets/google_message3/benchmark_message3_3.proto", "google.golang.org/protobuf/…
213 …{"benchmarks", "datasets/google_message3/benchmark_message3_4.proto", "google.golang.org/protobuf/…
214 …{"benchmarks", "datasets/google_message3/benchmark_message3_5.proto", "google.golang.org/protobuf/…
215 …{"benchmarks", "datasets/google_message3/benchmark_message3_6.proto", "google.golang.org/protobuf/…
[all …]

12345678910>>...75