Searched refs:compute_prior_box_shape (Results 1 – 3 of 3) sorted by relevance
52 …const TensorShape output_shape = misc::shape_calculator::compute_prior_box_shape(input_info, info); in setup()
87 TensorShape output_shape = compute_prior_box_shape(*input1, info); in validate_and_configure_window()
1214 inline TensorShape compute_prior_box_shape(const ITensorInfo &input, const PriorBoxLayerInfo &info) in compute_prior_box_shape() function