Skip to content
Snippets Groups Projects

Low bit support for ARM Cortex-M export

Merged Thibault Allenet requested to merge low_bit_support_arm into dev
All threads resolved!
7 files
+ 168
2
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -180,6 +180,19 @@ size_t convToMatMul(std::shared_ptr<GraphView> graph);
*/
void adaptToBackend(std::shared_ptr<GraphView> graph);
// /**
// * @brief The node passed contains an operator which input of index 1 is supposed be be weights of type Int4, Int3, Int2, binary.
// * This recipie only operates memory transformations on the weight tensor.
// * First, permutes the dimensions to match the dataformat NHWC
// * Second, compact the last dimension (Channel dimension) into int8_t
// *
// * @param node Node
// */
// void applyWeightInterleaving(std::shared_ptr<Node> node);
void toGenericOp(std::shared_ptr<Node> node);
} // namespace Aidge
#endif /* AIDGE_CORE_UTILS_RECIPES_H_ */
Loading