| /external/cronet/third_party/protobuf/benchmarks/datasets/ |
| D | BUILD | 6 name = "datasets", 8 "//benchmarks/datasets/google_message1/proto2:datasets", 9 "//benchmarks/datasets/google_message1/proto3:datasets", 10 "//benchmarks/datasets/google_message2:datasets", 11 "//benchmarks/datasets/google_message3:datasets", 12 "//benchmarks/datasets/google_message4:datasets", 25 "//benchmarks/datasets/google_message1/proto2:benchmark_message1_proto2_proto", 26 "//benchmarks/datasets/google_message1/proto3:benchmark_message1_proto3_proto", 27 "//benchmarks/datasets/google_message2:benchmark_message2_proto", 28 "//benchmarks/datasets/google_message3:benchmark_message3_proto", [all …]
|
| /external/protobuf/benchmarks/datasets/ |
| D | BUILD.bazel | 7 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 …]
|
| /external/tensorflow/tensorflow/python/data/experimental/ops/ |
| D | interleave_ops.py | 38 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 …]
|
| /external/cronet/third_party/protobuf/benchmarks/ |
| D | Makefile.am | 5 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 …]
|
| /external/protobuf/benchmarks/ |
| D | Makefile.am | 5 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 …]
|
| /external/googleapis/google/genomics/v1/ |
| D | datasets.proto | 32 // 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 …]
|
| /external/ComputeLibrary/tests/validation/CL/ |
| D | DequantizationLayer.cpp | 30 #include "tests/datasets/DatatypeDataset.h" 31 #include "tests/datasets/ShapeDatasets.h" 34 #include "tests/framework/datasets/Datasets.h" 46 const auto dataset_quant_f32 = combine(combine(combine(datasets::SmallShapes(), datasets::Quantized… 49 const auto dataset_quant_f16 = combine(combine(combine(datasets::SmallShapes(), datasets::Quantized… 52 …uto dataset_quant_per_channel_f32 = combine(combine(combine(datasets::SmallShapes(), datasets::Qua… 55 …uto dataset_quant_per_channel_f16 = combine(combine(combine(datasets::SmallShapes(), datasets::Qua… 58 const auto dataset_quant_nightly_f32 = combine(combine(combine(datasets::LargeShapes(), datasets::Q… 61 const auto dataset_quant_nightly_f16 = combine(combine(combine(datasets::LargeShapes(), datasets::Q… 64 …set_quant_per_channel_nightly_f32 = combine(combine(combine(datasets::LargeShapes(), datasets::Qua… [all …]
|
| D | GEMMLowp.cpp | 31 #include "tests/datasets/GEMMLowpFusedOffsetOutputDataset.h" 32 #include "tests/datasets/LargeGEMMLowpDataset.h" 33 #include "tests/datasets/ShapeDatasets.h" 34 #include "tests/datasets/SmallGEMMLowpDataset.h" 37 #include "tests/framework/datasets/Datasets.h" 58 …mall, CLGEMMLowpMatrixMultiplyCoreFixture, framework::DatasetMode::ALL, datasets::SmallGEMMLowpDat… in FIXTURE_DATA_TEST_CASE() 64 …, CLGEMMLowpMatrixMultiplyCoreFixture, framework::DatasetMode::NIGHTLY, datasets::LargeGEMMLowpDat… in FIXTURE_DATA_TEST_CASE() 75 combine(combine(datasets::SmallGEMMLowpFusedBatchedMatMulDatasetUnsigned(), in TEST_SUITE() 87 combine(combine(datasets::SmallGEMMLowpFusedBatchedMatMulDatasetSigned(), 99 …dOffsetOutputUint8Fixture, framework::DatasetMode::ALL, combine(combine(datasets::SmallGEMMLowpFus… [all …]
|
| D | Fill.cpp | 27 #include "tests/datasets/ShapeDatasets.h" 29 #include "tests/framework/datasets/Datasets.h" 30 #include "tests/framework/datasets/Datasets.h" 48 …(RunSmall, CLFillFixture<uint8_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… 56 …E(RunSmall, CLFillFixture<int8_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() 64 …(RunSmall, CLFillFixture<uint8_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() 72 …RunSmall, CLFillFixture<uint16_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() 80 …(RunSmall, CLFillFixture<int16_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() 88 FIXTURE_DATA_TEST_CASE(RunSmall, CLFillFixture<half>, framework::DatasetMode::ALL, combine(datasets… in TEST_SUITE() 96 …RunSmall, CLFillFixture<uint32_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() [all …]
|
| D | Transpose.cpp | 31 #include "tests/datasets/ShapeDatasets.h" 34 #include "tests/framework/datasets/Datasets.h" 71 …int8_t>, framework::DatasetMode::PRECOMMIT, combine(concat(datasets::Small1DShapes(), datasets::Sm… 77 …<uint8_t>, framework::DatasetMode::NIGHTLY, combine(concat(datasets::Large1DShapes(), datasets::La… 86 …nt16_t>, framework::DatasetMode::PRECOMMIT, combine(concat(datasets::Small1DShapes(), datasets::Sm… in TEST_SUITE() 92 …uint16_t>, framework::DatasetMode::NIGHTLY, combine(concat(datasets::Large1DShapes(), datasets::La… 102 … datasets::Small1DShapes()), 103 … datasets::Small2DShapes()), 109 …uint32_t>, framework::DatasetMode::NIGHTLY, combine(concat(datasets::Large1DShapes(), datasets::La…
|
| D | HeightConcatenateLayer.cpp | 29 #include "tests/datasets/ShapeDatasets.h" 32 #include "tests/framework/datasets/Datasets.h" 51 … framework::DatasetMode::PRECOMMIT, combine(combine(concat(datasets::Small2DShapes(), datasets::Ti… in TEST_SUITE() 60 …>, framework::DatasetMode::NIGHTLY, combine(combine(concat(datasets::Large2DShapes(), datasets::Sm… 72 … framework::DatasetMode::PRECOMMIT, combine(combine(concat(datasets::Small2DShapes(), datasets::Ti… in TEST_SUITE() 81 …teLayerFixture<float>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::ConcatenateLayer… 94 … framework::DatasetMode::PRECOMMIT, combine(combine(concat(datasets::Small2DShapes(), datasets::Ti… in TEST_SUITE_END() 103 …LayerFixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::ConcatenateLayer…
|
| D | Winograd.cpp | 33 #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 …]
|
| D | DepthwiseConvolutionLayer.cpp | 30 #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() 167 … datasets::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 …]
|
| D | Flatten.cpp | 30 #include "tests/datasets/ShapeDatasets.h" 33 #include "tests/framework/datasets/Datasets.h" 51 …work::DatasetMode::ALL, combine(framework::dataset::concat(datasets::Small3DShapes(), datasets::Sm… in TEST_SUITE() 57 …::DatasetMode::NIGHTLY, combine(framework::dataset::concat(datasets::Large3DShapes(), datasets::La… 66 …work::DatasetMode::ALL, combine(framework::dataset::concat(datasets::Small3DShapes(), datasets::Sm… in TEST_SUITE() 72 …::DatasetMode::NIGHTLY, combine(framework::dataset::concat(datasets::Large3DShapes(), datasets::La…
|
| D | GEMM.cpp | 31 #include "tests/datasets/LargeGEMMDataset.h" 32 #include "tests/datasets/SmallGEMMDataset.h" 33 #include "tests/datasets/TinyGEMMDataset.h" 36 #include "tests/framework/datasets/Datasets.h" 102 …CLGEMMFixture<half>, framework::DatasetMode::PRECOMMIT, combine(combine(datasets::SmallGEMMDataset… in TEST_SUITE() 109 …, CLGEMMFixture<half>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::LargeGEMMDataset… 119 …LGEMMFixture<float>, framework::DatasetMode::PRECOMMIT, combine(combine(datasets::SmallGEMMDataset… in TEST_SUITE() 126 … CLGEMMFixture<float>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::LargeGEMMDataset… 139 …put3DFixture<float>, framework::DatasetMode::PRECOMMIT, combine(combine(datasets::SmallGEMMInputOu… in TEST_SUITE_END() 146 …utput3DFixture<float>, framework::DatasetMode::NIGHTLY, combine(combine(datasets::LargeGEMMInputOu… [all …]
|
| /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
| D | directed_interleave_dataset_test.py | 109 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 …]
|
| /external/ComputeLibrary/tests/validation/NEON/ |
| D | DequantizationLayer.cpp | 30 #include "tests/datasets/DatatypeDataset.h" 31 #include "tests/datasets/ShapeDatasets.h" 34 #include "tests/framework/datasets/Datasets.h" 52 const auto dataset_quant_f32 = combine(combine(combine(datasets::SmallShapes(), datasets::Quantized… 55 const auto dataset_quant_f16 = combine(combine(combine(datasets::SmallShapes(), datasets::Quantized… 58 const auto dataset_quant_asymm_signed_f32 = combine(combine(combine(datasets::SmallShapes(), 62 const auto dataset_quant_asymm_signed_f16 = combine(combine(combine(datasets::SmallShapes(), 66 …uto dataset_quant_per_channel_f32 = combine(combine(combine(datasets::SmallShapes(), datasets::Qua… 69 …uto dataset_quant_per_channel_f16 = combine(combine(combine(datasets::SmallShapes(), datasets::Qua… 72 const auto dataset_quant_nightly_f32 = combine(combine(combine(datasets::LargeShapes(), datasets::Q… [all …]
|
| D | DepthConvertLayer.cpp | 30 #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 …]
|
| D | Transpose.cpp | 30 #include "tests/datasets/ShapeDatasets.h" 33 #include "tests/framework/datasets/Datasets.h" 74 …int8_t>, framework::DatasetMode::PRECOMMIT, combine(concat(datasets::Small1DShapes(), datasets::Sm… 80 …<uint8_t>, framework::DatasetMode::NIGHTLY, combine(concat(datasets::Large1DShapes(), datasets::La… 89 …nt16_t>, framework::DatasetMode::PRECOMMIT, combine(concat(datasets::Small1DShapes(), datasets::Sm… in TEST_SUITE() 95 …uint16_t>, framework::DatasetMode::NIGHTLY, combine(concat(datasets::Large1DShapes(), datasets::La… 104 …nt32_t>, framework::DatasetMode::PRECOMMIT, combine(concat(datasets::Small1DShapes(), datasets::Sm… in TEST_SUITE() 110 …uint32_t>, framework::DatasetMode::NIGHTLY, combine(concat(datasets::Large1DShapes(), datasets::La…
|
| D | Fill.cpp | 27 #include "tests/datasets/ShapeDatasets.h" 29 #include "tests/framework/datasets/Datasets.h" 30 #include "tests/framework/datasets/Datasets.h" 48 …(RunSmall, NEFillFixture<uint8_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… 56 …E(RunSmall, NEFillFixture<int8_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() 64 …(RunSmall, NEFillFixture<uint8_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() 72 …RunSmall, NEFillFixture<uint16_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() 80 …(RunSmall, NEFillFixture<int16_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() 88 FIXTURE_DATA_TEST_CASE(RunSmall, NEFillFixture<half>, framework::DatasetMode::ALL, combine(datasets… in TEST_SUITE() 96 …RunSmall, NEFillFixture<uint32_t>, framework::DatasetMode::ALL, combine(datasets::SmallShapes(), f… in TEST_SUITE() [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | healthcare.v1.json | 180 "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 …]
|
| D | healthcare.v1beta1.json | 180 "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 …]
|
| /external/golang-protobuf/internal/cmd/generate-protos/ |
| D | main.go | 206 …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 …]
|
| /external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/ |
| D | ListDatasetsResponse.java | 25 * 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 …]
|
| /external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
| D | ListDatasetsResponseOrBuilder.java | 30 * A list of Datasets that matches the specified filter in the request. 33 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code> 40 * A list of Datasets that matches the specified filter in the request. 43 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code> 50 * A list of Datasets that matches the specified filter in the request. 53 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code> 60 * A list of Datasets that matches the specified filter in the request. 63 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code> 71 * A list of Datasets that matches the specified filter in the request. 74 * <code>repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;</code>
|