60 CLDNN_DECLARE_PRIMITIVE_TYPE_ID(prior_box);
#define CLDNN_BEGIN_PRIMITIVE_DESC(PType)
Begin primitive description definition.
cldnn_float_arr variance
Variance for adjusting the prior boxes.
cldnn_float_arr min_sizes
Minimum box sizes in pixels.
Represents reference to an array of floats.
uint32_t flip
If not 0, will flip each aspect ratio. For example, if there is aspect ratio "r", aspect ratio "1...
float step_height
Step height.
cldnn_float_arr aspect_ratios
Various of aspect ratios. Duplicate ratios will be ignored.
float step_width
Step width.
cldnn_float_arr max_sizes
Maximum box sizes in pixels.
uint32_t clip
If not 0, will clip the prior so that it is within [0, 1].
#define CLDNN_END_PRIMITIVE_DESC(PType)
Close primitive descriptor definition.
N-dimensional vector. Mostly used to represent memory size.
float offset
Offset to the top left corner of each cell.