/external/tensorflow/tensorflow/core/grappler/costs/ |
D | robust_stats.cc | 65 const std::vector<double> &sorted_values) { in ScaledMedianAbsoluteDeviation() argument 66 double median = SortedMedian(sorted_values); in ScaledMedianAbsoluteDeviation() 71 deviations.reserve(sorted_values.size()); in ScaledMedianAbsoluteDeviation() 72 for (double d : sorted_values) { in ScaledMedianAbsoluteDeviation() 91 double UpdateHuberMean(const std::vector<double> &sorted_values, double mean, in UpdateHuberMean() argument 96 for (double d : sorted_values) { in UpdateHuberMean() 127 void RobustStats::HuberMAD(const std::vector<double> &sorted_values) { in HuberMAD() argument 129 ScaledMedianAbsoluteDeviation(sorted_values); in HuberMAD() 146 mean_ = UpdateHuberMean(sorted_values, mean_, margin); in HuberMAD()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_alias_analysis.cc | 549 std::vector<const HloValue*> sorted_values(value_set.begin(), in Run() local 551 absl::c_sort(sorted_values, HloValue::IdLessThan); in Run() 552 alias_analysis->buffers_.emplace_back(next_id++, sorted_values); in Run() 553 for (const HloValue* value : sorted_values) { in Run()
|
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | btree_test.cc | 600 std::vector<V> sorted_values(random_values); in BtreeTest() local 601 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeTest() 602 DoTest("sorted: ", &container, sorted_values); in BtreeTest() 605 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeTest() 606 DoTest("rsorted: ", &container, sorted_values); in BtreeTest() 624 std::vector<V> sorted_values(random_values); in BtreeMultiTest() local 625 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 626 DoTest("sorted: ", &container, sorted_values); in BtreeMultiTest() 629 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 630 DoTest("rsorted: ", &container, sorted_values); in BtreeMultiTest()
|
/external/abseil-cpp/absl/container/ |
D | btree_test.cc | 600 std::vector<V> sorted_values(random_values); in BtreeTest() local 601 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeTest() 602 DoTest("sorted: ", &container, sorted_values); in BtreeTest() 605 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeTest() 606 DoTest("rsorted: ", &container, sorted_values); in BtreeTest() 624 std::vector<V> sorted_values(random_values); in BtreeMultiTest() local 625 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 626 DoTest("sorted: ", &container, sorted_values); in BtreeMultiTest() 629 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 630 DoTest("rsorted: ", &container, sorted_values); in BtreeMultiTest()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | detection_postprocess.cc | 554 std::vector<float> sorted_values; in NonMaxSuppressionMultiClassRegularHelper() local 555 sorted_values.resize(max_detections); in NonMaxSuppressionMultiClassRegularHelper() 588 sorted_values[row] = scores_after_regular_non_max_suppression[temp]; in NonMaxSuppressionMultiClassRegularHelper() 593 scores_after_regular_non_max_suppression[row] = sorted_values[row]; in NonMaxSuppressionMultiClassRegularHelper()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | btree_test.cc | 602 std::vector<V> sorted_values(random_values); in BtreeTest() local 603 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeTest() 604 DoTest("sorted: ", &container, sorted_values); in BtreeTest() 607 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeTest() 608 DoTest("rsorted: ", &container, sorted_values); in BtreeTest() 626 std::vector<V> sorted_values(random_values); in BtreeMultiTest() local 627 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 628 DoTest("sorted: ", &container, sorted_values); in BtreeMultiTest() 631 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 632 DoTest("rsorted: ", &container, sorted_values); in BtreeMultiTest()
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | btree_test.cc | 602 std::vector<V> sorted_values(random_values); in BtreeTest() local 603 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeTest() 604 DoTest("sorted: ", &container, sorted_values); in BtreeTest() 607 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeTest() 608 DoTest("rsorted: ", &container, sorted_values); in BtreeTest() 626 std::vector<V> sorted_values(random_values); in BtreeMultiTest() local 627 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 628 DoTest("sorted: ", &container, sorted_values); in BtreeMultiTest() 631 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 632 DoTest("rsorted: ", &container, sorted_values); in BtreeMultiTest()
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | btree_test.cc | 603 std::vector<V> sorted_values(random_values); in BtreeTest() local 604 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeTest() 605 DoTest("sorted: ", &container, sorted_values); in BtreeTest() 608 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeTest() 609 DoTest("rsorted: ", &container, sorted_values); in BtreeTest() 627 std::vector<V> sorted_values(random_values); in BtreeMultiTest() local 628 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 629 DoTest("sorted: ", &container, sorted_values); in BtreeMultiTest() 632 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 633 DoTest("rsorted: ", &container, sorted_values); in BtreeMultiTest()
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | btree_test.cc | 603 std::vector<V> sorted_values(random_values); in BtreeTest() local 604 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeTest() 605 DoTest("sorted: ", &container, sorted_values); in BtreeTest() 608 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeTest() 609 DoTest("rsorted: ", &container, sorted_values); in BtreeTest() 627 std::vector<V> sorted_values(random_values); in BtreeMultiTest() local 628 std::sort(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 629 DoTest("sorted: ", &container, sorted_values); in BtreeMultiTest() 632 std::reverse(sorted_values.begin(), sorted_values.end()); in BtreeMultiTest() 633 DoTest("rsorted: ", &container, sorted_values); in BtreeMultiTest()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | detection_postprocess.cc | 523 float* sorted_values = reinterpret_cast<float*>( in NonMaxSuppressionMultiClassRegularHelper() local 560 sorted_values[row] = scores_after_regular_non_max_suppression[temp]; in NonMaxSuppressionMultiClassRegularHelper() 565 scores_after_regular_non_max_suppression[row] = sorted_values[row]; in NonMaxSuppressionMultiClassRegularHelper()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | lookup_ops_test.py | 3044 sorted_values = np.sort(self.evaluate(exported_values)) 3046 self.assertAllEqual([0, 1, 2], sorted_values) 3270 sorted_values = np.sort(self.evaluate(exported_values), axis=0) 3273 self.assertAllEqual(sorted_expected_values, sorted_values)
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 33015 …(scope *Scope, keys tf.Output, values tf.Output) (sorted_keys tf.Output, sorted_values tf.Output) {
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 17858 Res<TF_Tensor, [{A `Tensor` of type V.}]>:$sorted_values
|