Home
last modified time | relevance | path

Searched defs:keeps (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPBoxWithNonMaximaSuppressionLimit.cpp137ITensor *keeps, ITensor *keeps_size, const BoxNMSLimitInfo info) in configure()
215 …const ITensorInfo *batch_splits_out, const ITensorInfo *keeps, const ITensorInfo *keeps_size, cons… in validate()
/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/
H A DCPPBoxWithNonMaximaSuppressionLimitKernel.cpp204 std::vector<std::vector<int>> keeps(num_classes); in run_nmslimit() local
347 … ITensor *batch_splits_out, ITensor *keeps, ITensor *keeps_size, const BoxNMSLimitInfo info) in configure()
/aosp_15_r20/external/zstd/build/single_file_libs/
H A Dcombine.py32 keeps: Set[Path] = set() variable