bool forward_descriptors() override
Forwards descriptor information to outputs if possible.
#define ARM_COMPUTE_ERROR_ON(cond)
If the condition is true then an error message is printed and an exception thrown.
SimpleTensor< float > src
Copyright (c) 2017-2021 Arm Limited.
TensorDescriptor & desc()
TensorInfo metadata accessor.
#define ARM_COMPUTE_UNUSED(...)
To avoid unused variables warnings.
virtual void visit(INode &n)=0
Visit INode.
Tensor * output(size_t idx) const
Returns the tensor of a given output of the node.
TensorID input_id(size_t idx) const
Returns the tensor ID of a given input of the node.
constexpr EdgeID EmptyEdgeID
PReluLayerNode()
Default Constructor.
TensorDescriptor configure_output(size_t idx) const override
Calculates output configuration.
TensorID output_id(size_t idx) const
Returns the tensor ID of a given output of the node.
NodeType type() const override
Returns node's type.
void accept(INodeVisitor &v) override
Accepts a node visitor.
constexpr TensorID NullTensorID
Constant NodeID specifying an equivalent of null node.
Tensor * input(size_t idx) const
Returns the tensor of a given input of the node.