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