Searched refs:compute_reorg_output_shape (Results 1 – 4 of 4) sorted by relevance
59 …ut = output->clone()->set_tensor_shape(misc::shape_calculator::compute_reorg_output_shape(*input, … in validate_arguments()78 …const TensorShape output_shape = misc::shape_calculator::compute_reorg_output_shape(*input->info()… in configure()
59 …ut = output->clone()->set_tensor_shape(misc::shape_calculator::compute_reorg_output_shape(*input, … in validate_arguments()100 …put->info()->clone()->set_tensor_shape(misc::shape_calculator::compute_reorg_output_shape(*input->… in configure()
44 …const TensorShape output_shape = misc::shape_calculator::compute_reorg_output_shape(input_info, st… in reorg_layer()
123 inline TensorShape compute_reorg_output_shape(const ITensorInfo &input, int32_t stride) in compute_reorg_output_shape() function