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