Skip to content

Commit 067baf1

Browse files
authored
Respectful code cleanup. (tensorflow#9732)
1 parent 607599d commit 067baf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/lstm_object_detection/tflite/utils/ssd_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void NonMaxSuppressionMultiClassFast(
6363

6464
// Similar to NonMaxSuppressionMultiClassFast, but restricts the results to
6565
// the provided list of class indices. This effectively filters out any class
66-
// whose index is not in this whitelist.
66+
// whose index is not in this allowlist.
6767
void NonMaxSuppressionMultiClassRestrict(
6868
std::vector<int> restricted_class_indices,
6969
const protos::BoxCornerEncoding& boxes, const std::vector<float>& scores,

0 commit comments

Comments
 (0)