/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | choose_fastest_branch_dataset_test.py | 41 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/ |
D | choose_fastest_branch_dataset_serialization_test.py | 43 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/ |
D | choose_fastest_branch_benchmark.py | 48 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
|
D | choose_fastest_benchmark.py | 59 def _benchmark_first_n(self, dataset, name): argument 68 def _benchmark(self, dataset, name): argument
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | QuantilesAlgorithm.java | 43 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()
|
D | QuantilesTest.java | 132 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/ |
D | QuantilesAlgorithm.java | 43 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()
|
D | QuantilesTest.java | 132 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/ |
D | datasets_test.py | 164 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/ |
D | Quantiles.java | 234 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/ |
D | Quantiles.java | 234 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/ |
D | cpp_benchmark.cc | 54 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/ |
D | wrap_function_device_test.py | 32 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/ |
D | stats_ops.py | 44 def _apply_fn(dataset): argument 67 def _apply_fn(dataset): argument 90 def _apply_fn(dataset): argument
|
D | testing.py | 42 def _apply_fn(dataset): argument 57 def _apply_fn(dataset): argument 76 def _apply_fn(dataset): argument
|
D | batching.py | 93 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
|
D | cardinality.py | 38 def cardinality(dataset): argument 97 def _apply_fn(dataset): argument
|
D | prefetching_ops.py | 52 def _apply_fn(dataset): argument 72 def _apply_fn(dataset): argument 278 def _apply_fn(dataset): argument
|
D | optimization.py | 32 def _apply_fn(dataset): argument 58 def _apply_fn(dataset): argument
|
D | get_single_element.py | 27 def get_single_element(dataset): argument
|
/external/tensorflow/tensorflow/python/distribute/ |
D | input_ops.py | 30 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/ |
D | meta_benchmark.py | 105 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/ |
D | test_base.py | 89 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/ |
D | dataset_store.cc | 37 const DatasetDef& dataset) { in Put() 60 const DatasetDef& dataset) { in Put()
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | override_threadpool_test.py | 81 def override_threadpool_fn(dataset): argument 104 def override_threadpool_fn(dataset): argument
|