Home
last modified time | relevance | path

Searched refs:datasets (Results 1 – 25 of 118) sorted by relevance

12345

/external/protobuf/benchmarks/
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 …]
Ddownload_data.sh3 curl -O https://storage.googleapis.com/protobuf_opensource_benchmark_data/datasets.tar.gz
4 tar -zvxf datasets.tar.gz
/external/protobuf/kokoro/linux/benchmark/
Drun.sh22 datasets=$(for file in $(find . -type f -name "dataset.*.pb" -not -path "./tmp/*"); do echo "$(pwd)…
23 echo $datasets
42 ./python-pure-python-benchmark --json --behavior_prefix="pure-python-benchmark" $datasets >> tmp/p…
45 …flection-benchmark --json --behavior_prefix="cpp-reflection-benchmark" $datasets >> tmp/python_re…
48 …code-benchmark --json --behavior_prefix="cpp-generated-code-benchmark" $datasets >> tmp/python_res…
65 …-benchmark_min_time=5.0 --benchmark_out_format=json --benchmark_out="tmp/cpp_result.json" $datasets
81 ./go-benchmark $datasets > tmp/go_result.txt
86 ./java-benchmark -Cresults.file.options.file="tmp/java_result.json" $datasets
90 ./js-benchmark $datasets --json_output=$(pwd)/tmp/node_result.json
93 proto3_datasets=$(for file in $datasets; do echo $(pwd)/tmp/proto3_data/${file#$(pwd)}; done | xarg…
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dinterleave_ops.py144 def sample_from_datasets_v2(datasets, weights=None, seed=None): argument
167 num_datasets = len(datasets)
191 if len(datasets) == 1:
192 return datasets[0]
224 return _DirectedInterleaveDataset(selector_input, datasets)
228 def sample_from_datasets_v1(datasets, weights=None, seed=None): argument
230 sample_from_datasets_v2(datasets, weights, seed))
235 def choose_from_datasets_v2(datasets, choice_dataset): argument
274 return _DirectedInterleaveDataset(choice_dataset, datasets)
278 def choose_from_datasets_v1(datasets, choice_dataset): argument
[all …]
Ddistribute.py156 datasets = {}
158 datasets[devices[0]] = dataset
159 return datasets
169 datasets[device] = ds
170 return datasets
Doptimization.py62 def __init__(self, datasets, num_experiments=10): argument
89 self._datasets = list(datasets)
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dzip_test.py32 datasets = tuple([
36 return dataset_ops.Dataset.zip(datasets)
79 datasets = [
83 dataset = dataset_ops.Dataset.zip((datasets[0], (datasets[1], datasets[2])))
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dzip_dataset_serialization_test.py40 datasets = [
44 return dataset_ops.Dataset.zip((datasets[0], (datasets[1], datasets[2])))
/external/tensorflow/tensorflow/python/tools/api/generator/
Dapi_init_files.bzl96 "keras/datasets/__init__.py",
97 "keras/datasets/boston_housing/__init__.py",
98 "keras/datasets/cifar10/__init__.py",
99 "keras/datasets/cifar100/__init__.py",
100 "keras/datasets/fashion_mnist/__init__.py",
101 "keras/datasets/imdb/__init__.py",
102 "keras/datasets/mnist/__init__.py",
103 "keras/datasets/reuters/__init__.py",
Dapi_init_files_v1.bzl121 "keras/datasets/__init__.py",
122 "keras/datasets/boston_housing/__init__.py",
123 "keras/datasets/cifar10/__init__.py",
124 "keras/datasets/cifar100/__init__.py",
125 "keras/datasets/fashion_mnist/__init__.py",
126 "keras/datasets/imdb/__init__.py",
127 "keras/datasets/mnist/__init__.py",
128 "keras/datasets/reuters/__init__.py",
/external/tensorflow/tensorflow/python/tpu/
Ddatasets_test.py33 from tensorflow.python.tpu import datasets
72 dataset = datasets.StreamingFilesDataset(
97 dataset = datasets.StreamingFilesDataset(
126 dataset = datasets.StreamingFilesDataset(filenames, filetype='tfrecord')
158 dataset = datasets.StreamingFilesDataset(
183 dataset = datasets.StreamingFilesDataset(
200 datasets.StreamingFilesDataset(
205 datasets.StreamingFilesDataset(
210 datasets.StreamingFilesDataset(123, filetype='tfrecord')
/external/guava/guava-tests/benchmark/com/google/common/math/
DQuantilesBenchmark.java39 private double[][] datasets = new double[0x100][]; field in QuantilesBenchmark
45 datasets[i] = new double[datasetSize]; in setUp()
47 datasets[i][j] = rng.nextDouble(); in setUp()
55 return datasets[i & 0xFF].clone(); in dataset()
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DQuantilesBenchmark.java39 private double[][] datasets = new double[0x100][]; field in QuantilesBenchmark
45 datasets[i] = new double[datasetSize]; in setUp()
47 datasets[i][j] = rng.nextDouble(); in setUp()
55 return datasets[i & 0xFF].clone(); in dataset()
/external/tensorflow/tensorflow/python/keras/api/
DBUILD34 "tensorflow.python.keras.datasets.boston_housing",
35 "tensorflow.python.keras.datasets.cifar10",
36 "tensorflow.python.keras.datasets.cifar100",
37 "tensorflow.python.keras.datasets.fashion_mnist",
38 "tensorflow.python.keras.datasets.imdb",
39 "tensorflow.python.keras.datasets.mnist",
40 "tensorflow.python.keras.datasets.reuters",
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ZipDataset.pbtxt7 List of `N` variant Tensors representing datasets to be zipped together.
23 elements from each of the input datasets.
26 dataset, and no error will be raised if input datasets have different sizes.
Dapi_def_ExperimentalDirectedInterleaveDataset.pbtxt13 `N` datasets with the same type that will be interleaved according to
18 A substitute for `InterleaveDataset` on a fixed list of `N` datasets.
Dapi_def_DirectedInterleaveDataset.pbtxt13 `N` datasets with the same type that will be interleaved according to
18 A substitute for `InterleaveDataset` on a fixed list of `N` datasets.
Dapi_def_ParallelInterleaveDatasetV2.pbtxt20 Number of datasets (each created by applying `f` to the elements of
36 input datasets in parallel. The Python API `tf.data.experimental.AUTOTUNE`
63 dataset will fetch records from the interleaved datasets in parallel.
Dapi_def_ParallelInterleaveDatasetV3.pbtxt20 Number of datasets (each created by applying `f` to the elements of
36 input datasets in parallel. The Python API `tf.data.experimental.AUTOTUNE`
73 dataset will fetch records from the interleaved datasets in parallel.
/external/protobuf/benchmarks/go/
Dgo_benchmark_test.go24 var datasets []Dataset var
74 datasets = append(datasets, ds)
79 for _, ds := range datasets {
/external/protobuf/benchmarks/python/
Dpy_benchmark.py35 import datasets.google_message1.proto2.benchmark_message1_proto2_pb2 as benchmark_message1_proto2_p…
36 import datasets.google_message1.proto3.benchmark_message1_proto3_pb2 as benchmark_message1_proto3_p…
37 import datasets.google_message2.benchmark_message2_pb2 as benchmark_message2_pb2
38 import datasets.google_message3.benchmark_message3_pb2 as benchmark_message3_pb2
39 import datasets.google_message4.benchmark_message4_pb2 as benchmark_message4_pb2
/external/pdfium/testing/resources/pixel/xfa_specific/
Dbug_1282.in11 (datasets)
51 <xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
59 </xfa:datasets>
/external/tensorflow/tensorflow/python/keras/datasets/
DBUILD2 # Contains the Keras datasets package (internal TensorFlow version).
12 name = "datasets",
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dmnist_util.py37 tf.keras.datasets.fashion_mnist.load_data if use_fashion_mnist else
38 tf.keras.datasets.mnist.load_data)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.datasets.fashion_mnist.pbtxt1 path: "tensorflow.keras.datasets.fashion_mnist"

12345