Home
last modified time | relevance | path

Searched defs:num_valid_proposals (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLGenerateProposalsLayer.cpp74 …st ICLTensor *anchors, ICLTensor *proposals, ICLTensor *scores_out, ICLTensor *num_valid_proposals, in configure()
82ICLTensor *num_valid_proposals, const GenerateProposalsInfo &info) in configure()
211const ITensorInfo *num_valid_proposals, const GenerateProposalsInfo &info) in validate()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEGenerateProposalsLayer.cpp71 …tas, const ITensor *anchors, ITensor *proposals, ITensor *scores_out, ITensor *num_valid_proposals, in configure()
213const ITensorInfo *num_valid_proposals, const GenerateProposalsInfo &info) in validate()
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DGenerateProposalsLayer.cpp336 CLTensor num_valid_proposals; variable
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DGenerateProposalsLayer.cpp335 Tensor num_valid_proposals; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DValidateHelpers.h376 arm_compute::ITensorInfo *num_valid_proposals = get_backing_tensor_info(node.output(2)); in validate_generate_proposals_layer() local
H A DFunctionHelpers.h1244 …typename TargetInfo::TensorType *num_valid_proposals = get_backing_tensor<TargetInfo>(node.output(… in create_generate_proposals_layer() local