10 #include <tosa_serialization_handler.h>
13 using namespace armnn;
24 const std::vector<const TensorInfo*>& inputs,
25 const std::vector<const TensorInfo*>& outputs,
TosaSerializationBasicBlock * GetTosaMapping(const Layer *layer, const LayerType type, const std::vector< const TensorInfo * > &inputs, const std::vector< const TensorInfo * > &outputs, const BaseDescriptor &)
TosaSerializationBasicBlock * GetTosaMappingFromLayer(const Layer *layer)
Copyright (c) 2021 ARM Limited and Contributors.
LayerType
When adding a new layer, adapt also the LastLayer enum value in the enum class LayerType below.
Base class for all descriptors.