ArmNN
 21.02
INetworkQuantizer.hpp File Reference
#include <armnn/INetwork.hpp>
#include <armnn/Types.hpp>
#include <armnn/Tensor.hpp>

Go to the source code of this file.

Classes

struct  QuantizerOptions
 
class  INetworkQuantizer
 Quantizer class Quantizes a float32 InputNetwork. More...
 

Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 

Typedefs

using INetworkQuantizerPtr = std::unique_ptr< class INetworkQuantizer, void(*)(INetworkQuantizer *quantizer)>