24.08
|
An InstanceNormalizationDescriptor for InstanceNormalizationLayer.
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
InstanceNormalizationLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
InstanceNormalizationLayer(const InstanceNormalizationDescriptor ¶m, const char *name)
Constructor to create a InstanceNormalizationLayer.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of InstanceNormalizationLayer.
This layer represents an instance normalization operation.
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the InstanceNormalization type.
Copyright (c) 2021 ARM Limited and Contributors.
~InstanceNormalizationLayer()=default
Default destructor.