7 #include "ngraph/op/util/logical_reduction_keep_dims.hpp"
22 NGRAPH_RTTI_DECLARATION;
32 const bool keep_dims =
false);
34 virtual std::shared_ptr<Node>
35 clone_with_new_inputs(
const OutputVector& new_args)
const override;
38 const HostTensorVector& inputs)
const override;
A handle for one of a node's outputs.
Definition: node_output.hpp:33
Definition: logical_reduction_keep_dims.hpp:17
Performs a reduction using "logical and".
Definition: reduce_logical_and.hpp:20
ReduceLogicalAnd(const Output< Node > &data, const Output< Node > &reduction_axes, const bool keep_dims=false)
Constructs a ReduceLogicalAnd node.
bool evaluate(const HostTensorVector &outputs, const HostTensorVector &inputs) const override
Evaluates the op on input_values putting results in output_values.
bool has_evaluate() const override
Allows to get information about availability of evaluate method for the current operation.
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16