34 : _num_groups(num_groups)
TensorDescriptor configure_output(size_t idx) const override
Calculates output configuration.
unsigned int num_groups() const
Number of groups accessor.
#define ARM_COMPUTE_ERROR_ON(cond)
If the condition is true then an error message is printed and an exception thrown.
NodeType type() const override
Returns node's type.
SimpleTensor< float > src
Copyright (c) 2017-2021 Arm Limited.
ChannelShuffleLayerNode(unsigned int num_groups)
Constructor.
bool forward_descriptors() override
Forwards descriptor information to outputs if possible.
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.
const unsigned int num_groups
TensorID input_id(size_t idx) const
Returns the tensor ID of a given input of the node.
constexpr EdgeID EmptyEdgeID
TensorID output_id(size_t idx) const
Returns the tensor ID of a given output of the node.
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.