namespace ov::op::detectron::validate

Overview

namespace validate {

// global functions

std::pair<std::vector<PartialShape>, element::Type> all_inputs_same_floating_type(const Node \*const op);

} // namespace validate

Detailed Documentation

Global Functions

std::pair<std::vector<PartialShape>, element::Type> all_inputs_same_floating_type(const Node \*const op)

Validates if all op’s inputs have got same floating type and return inputs shapes and element type.

Parameters:

op

Pointer to detector operator.

Returns:

Input shapes and element type as pair.