From b0a50fbc7960b084eff5442af8b6ae1a875b4cc4 Mon Sep 17 00:00:00 2001 From: "-T.K.-" Date: Tue, 15 Oct 2024 11:12:31 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index abed7af..67211c7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Baremetal-NN is a tool for converting PyTorch models into raw C codes that can b > Note: > After a discussion with [@iansseijelly](https://github.com/iansseijelly), we decided to switch to the simpler way of assuming array will be contiguous, and therefore directly use shape to index into elements, instead of the more generic strided access. The previous strided implementation can be access on the ["strided"](https://github.com/ucb-bar/Baremetal-NN/tree/strided) branch. +## Getting Started + +Refer to the [API Doc](https://ucb-bar.github.io/Baremetal-NN/nn_8h.html) for an overview of the available datatypes and functions. ## Run Test