From 1bb533369280902ea1776c3dbb6880d65e82cf1a Mon Sep 17 00:00:00 2001 From: Anssi Kostiainen Date: Thu, 8 Dec 2022 11:24:59 +0200 Subject: [PATCH] Add high-level to low-level op decompose path These informative definitions will facilitate progressive lowering by implementations. Fix #22 Related #28 --- charter.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charter.html b/charter.html index 3703c72..4b855a8 100644 --- a/charter.html +++ b/charter.html @@ -220,6 +220,11 @@

macOS/iOS Metal Performance Shaders and Basic Neural Network Subroutines.

+

+ For each high-level building block that decomposes into well-known + lower-level operations, the APIs will informatively define a generic + emulation path to allow for future extensibility. +

It may also work on a higher-level API to load a custom pre-trained Machine Learning model for inference in the browser.