Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CPP/functions/
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()
/external/zstd/build/single_file_libs/
Dcombine.py32 keeps: Set[Path] = set() variable
/external/ComputeLibrary/src/core/CPP/kernels/
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()