Home
last modified time | relevance | path

Searched refs:compute_prior_box_shape (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DPriorBoxLayerFixture.h52 …const TensorShape output_shape = misc::shape_calculator::compute_prior_box_shape(input_info, info); in setup()
/external/ComputeLibrary/src/core/CL/kernels/
DCLPriorBoxLayerKernel.cpp87 TensorShape output_shape = compute_prior_box_shape(*input1, info); in validate_and_configure_window()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1214 inline TensorShape compute_prior_box_shape(const ITensorInfo &input, const PriorBoxLayerInfo &info) in compute_prior_box_shape() function