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