Home
last modified time | relevance | path

Searched full:prs (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics_test.cc31 float MaxP(float minr, const std::vector<PR>& prs) { in MaxP() argument
33 for (auto& pr : prs) { in MaxP()
39 float ExpectedAP(const std::vector<PR>& prs) { in ExpectedAP() argument
42 sum += MaxP(r, prs); in ExpectedAP()
52 std::vector<PR> prs; in TEST() local
54 prs = {{1., 1.}, {0.5, 1.0}, {1 / 3, 1.0}}; in TEST()
55 EXPECT_NEAR(ExpectedAP(prs), AveragePrecision().FromPRCurve(prs), 1e-6); in TEST()
57 prs = {{1.0, 0.01}}; in TEST()
58 EXPECT_NEAR(ExpectedAP(prs), AveragePrecision().FromPRCurve(prs), 1e-6); in TEST()
60 prs = {{1.0, 0.2}, {1.0, 0.4}, {0.67, 0.4}, {0.5, 0.4}, {0.4, 0.4}, in TEST()
[all …]
/external/pytorch/.github/workflows/
Dstale.yml4 # to the number of stale PRs, not the total number of issues in the repo. This
5 # is because PyTorch has a lot of issues/PRs, so the actions/stale runs into
11 # - `high priority` and `no-stale` PRs are exempt.
54 // If a PRs not labeled stale, label them stale after no update for 60 days.
56 // For PRs already labeled stale, close after not update for 30 days.
99 // For PRs already labeled stale, close them.
110 // For PRs not labeled stale, label them stale.
156 core.info(`Processed ${numProcessed} PRs total.`);
Dcheck-labels.yml4 # We need pull_request_target to be able to post comments on PRs from forks.
13 # To check labels on ghstack PRs.
14 # Note: as pull_request doesn't trigger on PRs targeting main,
/external/coreboot/payloads/libpayload/drivers/usb/
Dxhci_rh.c51 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_status_changed()
63 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_connected()
72 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_in_reset()
81 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_enabled()
90 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_speed()
105 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_reset_port()
127 &xhci->opreg->prs[port - 1].portsc; in xhci_rh_enable_port()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/
DCONTRIBUTING.md62 - Create **small PRs** that are narrowly focused on **addressing a single
63 concern**. We often times receive PRs that are trying to fix several things
65 both author's & review's time is wasted. Create more PRs to address different
76 to address an issue. PRs with irrelevant changes won't be merged. If you do
96 PRs with messy commit history are difficult to review and won't be merged.
128 In addition to submitting PRs, a Contributor with Commit Access can:
129 * Review PRs and merge once other checks and criteria pass.
130 * Triage bugs and PRs and assign appropriate labels and reviewers.
/external/grpc-grpc/
DCONTRIBUTING.md62 - Create **small PRs** that are narrowly focused on **addressing a single
63 concern**. We often times receive PRs that are trying to fix several things
65 both author's & review's time is wasted. Create more PRs to address different
76 to address an issue. PRs with irrelevant changes won't be merged. If you do
96 PRs with messy commit history are difficult to review and won't be merged.
128 In addition to submitting PRs, a Contributor with Commit Access can:
129 * Review PRs and merge once other checks and criteria pass.
130 * Triage bugs and PRs and assign appropriate labels and reviewers.
/external/perfetto/test/trace_processor/diff_tests/parser/chrome/
Dmemory_snapshot_os_dump_events_test.sql24 prs.value AS peak_resident_set_kb,
43 LEFT JOIN counter prs
44 ON timestamp = prs.ts AND pct_prs.id = prs.track_id
/external/python/absl-py/
DCONTRIBUTING.md31 * Create **small PRs** that are narrowly focused on **addressing a single
32 concern**. We often receive PRs that are trying to fix several things at a
34 both author's & review's time is wasted. Create more PRs to address
44 line to address an issue. PRs with irrelevant changes won't be merged. If
53 PRs with messy commit history are difficult to review and won't be merged.
/external/rust/android-crates-io/crates/miette/
DCONTRIBUTING.md17 * [Clean Up Issues and PRs](#clean-up-issues-and-prs)
44 …d to an issue for 30 days, the [issue will be closed](#clean-up-issues-and-prs). If you want to co…
59 …d to an issue for 30 days, the [issue will be closed](#clean-up-issues-and-prs). If you want to co…
141 * Barring special circumstances, maintainers will not review PRs until all checks pass (Travis, App…
181 `duplicate` | Added to issues or PRs that refer to the exact same issue as another one that's been …
182 `enhancement` | Added to [feature requests](#request-a-feature), PRs, or documentation issues that …
183 `help wanted` | Applied by [Committers](#join-the-project-team) to issues and PRs that they would l…
184 `in-progress` | Applied by [Committers](#join-the-project-team) to PRs that are pending some work b…
186 `refactor` | Added to issues or PRs that deal with cleaning up or modifying the project for the bet…
192 ## Clean Up Issues and PRs
[all …]
/external/google-auth-library-java/.github/workflows/
Dauto-release.yaml29 // only approve PRs from release-please[bot]
34 // only approve PRs like "chore(main): release <release version>"
39 // only approve PRs with pom.xml and versions.txt changes
60 // 3) there are no open dependency update PRs in this repo (to avoid multiple releases)
82 … console.log( "Not auto-releasing yet since there are dependency update PRs open in this repo." );
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/release/
Drelease_notes.py14 """Generate draft and release notes in Markdown from Github PRs.
19 This script collects PRs using "git log X..Y" from local repo where X and Y are
41 **Also, look at the PRs listed below against your name.** Please apply the missing labels and make …
43 Add additional notes not in PRs
119 # PRs with merge commits
125 # PRs using Github's squash & merge feature
186 file.write("PRs with missing release notes label - please fix in Github\n")
196 file.write("PRs with missing lang label - please fix in Github\n")
207 "PRs going into release notes - please check title and fix in Github. Do not edit here.\n"
218 file.write("PRs not going into release notes\n")
/external/googleapis/.github/
Dmistaken-pull-closer.yml1 # The JSONPath filter expression used to identify which PRs to close.
4 # Default behavior: Close all PRs.
6 # Don't close PRs in the pubsub_dev branch.
/external/kotlinx.coroutines/
DCONTRIBUTING.md13 ## Submitting PRs
15 We love PRs. Submit PRs [here](https://github.com/Kotlin/kotlinx.coroutines/pulls).
21 * Base your PRs against the `develop` branch.
47PRs that add new API without a corresponding issue with positive feedback about the proposed imple…
/external/grpc-grpc/tools/release/
Drelease_notes.py14 """Generate draft and release notes in Markdown from Github PRs.
19 This script collects PRs using "git log X..Y" from local repo where X and Y are
43 **Also, look at the PRs listed below against your name.** Please apply the missing labels and make …
45 Add additional notes not in PRs
158 # PRs with merge commits
170 # PRs using Github's squash & merge feature
253 file.write("PRs with missing release notes label - please fix in Github\n")
263 file.write("PRs with missing lang label - please fix in Github\n")
274 "PRs going into release notes - please check title and fix in Github."
286 file.write("PRs not going into release notes\n")
/external/executorch/.github/workflows/
Dcheck-labels.yml4 # We need pull_request_target to be able to post comments on PRs from forks.
13 # To check labels on ghstack PRs.
14 # Note: as pull_request doesn't trigger on PRs targeting main,
/external/protobuf/
DCONTRIBUTING.md80 * Create small PRs that are narrowly focused on addressing a single concern.
81 We often receive PRs that are trying to fix several things at a time, but if
83 & reviewer's time is wasted. Create more PRs to address different concerns and
91 line to address an issue. PRs with irrelevant changes won't be merged. If
97 * Maintain clean commit history and use meaningful commit messages. PRs with
/external/cronet/stable/third_party/protobuf/
DCONTRIBUTING.md80 * Create small PRs that are narrowly focused on addressing a single concern.
81 We often receive PRs that are trying to fix several things at a time, but if
83 & reviewer's time is wasted. Create more PRs to address different concerns and
91 line to address an issue. PRs with irrelevant changes won't be merged. If
97 * Maintain clean commit history and use meaningful commit messages. PRs with
/external/cronet/tot/third_party/protobuf/
DCONTRIBUTING.md80 * Create small PRs that are narrowly focused on addressing a single concern.
81 We often receive PRs that are trying to fix several things at a time, but if
83 & reviewer's time is wasted. Create more PRs to address different concerns and
91 line to address an issue. PRs with irrelevant changes won't be merged. If
97 * Maintain clean commit history and use meaningful commit messages. PRs with
/external/cldr/docs/site/development/development-process/design-proposals/
Diso-636-deprecation-requests-draft.md14prs](http://www.sil.org/iso639-3/documentation.asp?id=prs) Dari | Again, native speakers confirm t…
/external/cronet/stable/third_party/abseil-cpp/
DCONTRIBUTING.md82 * Create **small PRs** that are narrowly focused on **addressing a single
83 concern**. We often receive PRs that are trying to fix several things at a
85 both author's & review's time is wasted. Create more PRs to address
98 `git clang-format`. PRs with irrelevant changes won't be merged. If
107 PRs with messy commit history are difficult to review and won't be merged.
/external/abseil-cpp/
DCONTRIBUTING.md82 * Create **small PRs** that are narrowly focused on **addressing a single
83 concern**. We often receive PRs that are trying to fix several things at a
85 both author's & review's time is wasted. Create more PRs to address
98 `git clang-format`. PRs with irrelevant changes won't be merged. If
107 PRs with messy commit history are difficult to review and won't be merged.
/external/angle/third_party/abseil-cpp/
DCONTRIBUTING.md82 * Create **small PRs** that are narrowly focused on **addressing a single
83 concern**. We often receive PRs that are trying to fix several things at a
85 both author's & review's time is wasted. Create more PRs to address
98 `git clang-format`. PRs with irrelevant changes won't be merged. If
107 PRs with messy commit history are difficult to review and won't be merged.
/external/openscreen/third_party/abseil/src/
DCONTRIBUTING.md82 * Create **small PRs** that are narrowly focused on **addressing a single
83 concern**. We often receive PRs that are trying to fix several things at a
85 both author's & review's time is wasted. Create more PRs to address
98 `git clang-format`. PRs with irrelevant changes won't be merged. If
107 PRs with messy commit history are difficult to review and won't be merged.
/external/cronet/tot/third_party/abseil-cpp/
DCONTRIBUTING.md82 * Create **small PRs** that are narrowly focused on **addressing a single
83 concern**. We often receive PRs that are trying to fix several things at a
85 both author's & review's time is wasted. Create more PRs to address
98 `git clang-format`. PRs with irrelevant changes won't be merged. If
107 PRs with messy commit history are difficult to review and won't be merged.
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DCONTRIBUTING.md82 * Create **small PRs** that are narrowly focused on **addressing a single
83 concern**. We often receive PRs that are trying to fix several things at a
85 both author's & review's time is wasted. Create more PRs to address
98 `git clang-format`. PRs with irrelevant changes won't be merged. If
107 PRs with messy commit history are difficult to review and won't be merged.

12345678910>>...15