Home
last modified time | relevance | path

Searched defs:dataset (Results 1 – 25 of 142) sorted by relevance

123456

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dchoose_fastest_branch_dataset_test.py41 def branch(dataset): argument
59 def branch_0(dataset): argument
62 def branch_1(dataset): argument
75 def branch_0(dataset): argument
78 def branch_1(dataset): argument
92 def branch_0(dataset): argument
95 def branch_1(dataset): argument
110 def branch_0(dataset): argument
113 def branch_1(dataset): argument
126 def branch(dataset): argument
[all …]
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dchoose_fastest_branch_dataset_serialization_test.py43 def branch_0(dataset): argument
46 def branch_1(dataset): argument
64 def branch_0(dataset): argument
67 def branch_1(dataset): argument
83 def branch_0(dataset): argument
86 def branch_1(dataset): argument
100 def branch(dataset): argument
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dchoose_fastest_branch_benchmark.py48 def branch_0(dataset): argument
51 def branch_1(dataset): argument
59 def benchmark(dataset, name): argument
70 def benchmark(dataset, name): argument
90 def slow_branch(dataset): argument
93 def fast_branch(dataset): argument
96 def benchmark(dataset, name): argument
Dchoose_fastest_benchmark.py59 def _benchmark_first_n(self, dataset, name): argument
68 def _benchmark(self, dataset, name): argument
/external/guava/guava-tests/test/com/google/common/math/
DQuantilesAlgorithm.java43 double singleQuantile(int index, int scale, double[] dataset) { in singleQuantile()
50 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
59 private double singleQuantileFromSorted(int index, int scale, double[] dataset) { in singleQuantileFromSorted()
79 double singleQuantile(int index, int scale, double[] dataset) { in singleQuantile()
95 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
108 double singleQuantile(int index, int scale, double[] dataset) { in singleQuantile()
114 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
124 abstract double singleQuantile(int index, int scale, double[] dataset); in singleQuantile()
131 Collection<Integer> indexes, int scale, double[] dataset); in multipleQuantiles()
DQuantilesTest.java132 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testMedian_computeInPlace() local
144 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testQuartiles_index_computeInPlace() local
158 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testQuartiles_indexes_varargs_computeInPlace() local
186 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testScale_index_compute_doubleVarargs() local
197 long[] dataset = Longs.toArray(SIXTEEN_SQUARES_LONGS); in testScale_index_compute_longVarargs() local
205 int[] dataset = Ints.toArray(SIXTEEN_SQUARES_INTEGERS); in testScale_index_compute_intVarargs() local
213 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testScale_index_computeInPlace() local
306 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testScale_indexes_varargs_compute_doubleVarargs() local
322 long[] dataset = Longs.toArray(SIXTEEN_SQUARES_LONGS); in testScale_indexes_varargs_compute_longVarargs() local
335 int[] dataset = Ints.toArray(SIXTEEN_SQUARES_INTEGERS); in testScale_indexes_varargs_compute_intVarargs() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/math/
DQuantilesAlgorithm.java43 double singleQuantile(int index, int scale, double[] dataset) { in singleQuantile()
50 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
59 private double singleQuantileFromSorted(int index, int scale, double[] dataset) { in singleQuantileFromSorted()
79 double singleQuantile(int index, int scale, double[] dataset) { in singleQuantile()
95 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
108 double singleQuantile(int index, int scale, double[] dataset) { in singleQuantile()
114 Collection<Integer> indexes, int scale, double[] dataset) { in multipleQuantiles()
124 abstract double singleQuantile(int index, int scale, double[] dataset); in singleQuantile()
131 Collection<Integer> indexes, int scale, double[] dataset); in multipleQuantiles()
DQuantilesTest.java132 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testMedian_computeInPlace() local
144 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testQuartiles_index_computeInPlace() local
158 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testQuartiles_indexes_varargs_computeInPlace() local
186 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testScale_index_compute_doubleVarargs() local
197 long[] dataset = Longs.toArray(SIXTEEN_SQUARES_LONGS); in testScale_index_compute_longVarargs() local
205 int[] dataset = Ints.toArray(SIXTEEN_SQUARES_INTEGERS); in testScale_index_compute_intVarargs() local
213 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testScale_index_computeInPlace() local
306 double[] dataset = Doubles.toArray(SIXTEEN_SQUARES_DOUBLES); in testScale_indexes_varargs_compute_doubleVarargs() local
322 long[] dataset = Longs.toArray(SIXTEEN_SQUARES_LONGS); in testScale_indexes_varargs_compute_longVarargs() local
335 int[] dataset = Ints.toArray(SIXTEEN_SQUARES_INTEGERS); in testScale_indexes_varargs_compute_intVarargs() local
[all …]
/external/tensorflow/tensorflow/python/grappler/
Ddatasets_test.py164 def fn(dataset, tensor, shape): argument
172 def fn(dataset, tensor, shape): argument
180 def fn(dataset, tensor, shape): argument
188 def fn(dataset, tensor, shape): argument
196 def fn(dataset, tensor, shape): argument
204 def fn(dataset, tensor, shape): argument
212 def fn(dataset, tensor, shape): argument
220 def fn(dataset, tensor, shape): argument
228 def fn(dataset, tensor, shape): argument
/external/guava/android/guava/src/com/google/common/math/
DQuantiles.java234 public double compute(Collection<? extends Number> dataset) { in compute()
245 public double compute(double... dataset) { in compute()
257 public double compute(long... dataset) { in compute()
268 public double compute(int... dataset) { in compute()
279 public double computeInPlace(double... dataset) { in computeInPlace()
339 public Map<Integer, Double> compute(Collection<? extends Number> dataset) { in compute()
353 public Map<Integer, Double> compute(double... dataset) { in compute()
368 public Map<Integer, Double> compute(long... dataset) { in compute()
382 public Map<Integer, Double> compute(int... dataset) { in compute()
396 public Map<Integer, Double> computeInPlace(double... dataset) { in computeInPlace()
[all …]
/external/guava/guava/src/com/google/common/math/
DQuantiles.java234 public double compute(Collection<? extends Number> dataset) { in compute()
245 public double compute(double... dataset) { in compute()
257 public double compute(long... dataset) { in compute()
268 public double compute(int... dataset) { in compute()
279 public double computeInPlace(double... dataset) { in computeInPlace()
339 public Map<Integer, Double> compute(Collection<? extends Number> dataset) { in compute()
353 public Map<Integer, Double> compute(double... dataset) { in compute()
368 public Map<Integer, Double> compute(long... dataset) { in compute()
382 public Map<Integer, Double> compute(int... dataset) { in compute()
396 public Map<Integer, Double> computeInPlace(double... dataset) { in computeInPlace()
[all …]
/external/protobuf/benchmarks/cpp/
Dcpp_benchmark.cc54 Fixture(const BenchmarkDataset& dataset, const std::string& suffix) { in Fixture()
97 ParseNewFixture(const BenchmarkDataset& dataset) in ParseNewFixture()
118 ParseNewArenaFixture(const BenchmarkDataset& dataset) in ParseNewArenaFixture()
141 ParseReuseFixture(const BenchmarkDataset& dataset) in ParseReuseFixture()
162 SerializeFixture(const BenchmarkDataset& dataset) in SerializeFixture()
205 void RegisterBenchmarksForType(const BenchmarkDataset& dataset) { in RegisterBenchmarksForType()
217 BenchmarkDataset dataset; in RegisterBenchmarks() local
/external/tensorflow/tensorflow/python/eager/
Dwrap_function_device_test.py32 def _dataset_reduce_sum(dataset): argument
37 def _loop_dataset_sum(dataset): argument
44 def _iter_dataset_sum(dataset): argument
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dstats_ops.py44 def _apply_fn(dataset): argument
67 def _apply_fn(dataset): argument
90 def _apply_fn(dataset): argument
Dtesting.py42 def _apply_fn(dataset): argument
57 def _apply_fn(dataset): argument
76 def _apply_fn(dataset): argument
Dbatching.py93 def _apply_fn(dataset): argument
145 def _apply_fn(dataset): argument
199 def _apply_fn(dataset): argument
260 def _apply_fn(dataset): argument
291 def _apply_fn(dataset): argument
Dcardinality.py38 def cardinality(dataset): argument
97 def _apply_fn(dataset): argument
Dprefetching_ops.py52 def _apply_fn(dataset): argument
72 def _apply_fn(dataset): argument
278 def _apply_fn(dataset): argument
Doptimization.py32 def _apply_fn(dataset): argument
58 def _apply_fn(dataset): argument
Dget_single_element.py27 def get_single_element(dataset): argument
/external/tensorflow/tensorflow/python/distribute/
Dinput_ops.py30 def auto_shard_dataset(dataset, num_shards, index, num_replicas_in_sync=None): argument
62 def _clone_dataset(dataset): argument
/external/tensorflow/tensorflow/python/data/benchmarks/
Dmeta_benchmark.py105 def run_benchmark_in_eager(self, dataset): argument
113 def run_benchmark_with_session_run(self, dataset, make_callable=False): argument
132 def run_benchmark_with_only_cpp_iterations(self, dataset): argument
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dtest_base.py89 def getNext(self, dataset, requires_initialization=False, shared_name=None): argument
148 def getDatasetOutput(self, dataset, requires_initialization=False): argument
160 dataset, argument
295 def graphRoundTrip(self, dataset, allow_stateful=False): argument
/external/tensorflow/tensorflow/core/data/service/
Ddataset_store.cc37 const DatasetDef& dataset) { in Put()
60 const DatasetDef& dataset) { in Put()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Doverride_threadpool_test.py81 def override_threadpool_fn(dataset): argument
104 def override_threadpool_fn(dataset): argument

123456