From fbe9636e246211107a4b8d90f2c25699a118d5f3 Mon Sep 17 00:00:00 2001 From: Richard Wei Date: Wed, 25 Jul 2018 14:34:04 -0700 Subject: [PATCH] Add author name --- proposals/OneGraphFunctionPerHostFunction.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proposals/OneGraphFunctionPerHostFunction.md b/proposals/OneGraphFunctionPerHostFunction.md index 26aca2924cf..afd3f756616 100644 --- a/proposals/OneGraphFunctionPerHostFunction.md +++ b/proposals/OneGraphFunctionPerHostFunction.md @@ -1,5 +1,9 @@ # Graph Program Extraction: One Graph Function per Host Function +* Author: [@eaplatanios](https://github.com/eaplatanios) + +## Introduction + This document aims to serve as complementary to the original graph program extraction (GPE) [whitepaper](). It is a proposal for a general high-level design for performing GPE. Even though the document uses Swift and TensorFlow as the running use case, the proposed design is more general and could be used with other languages and frameworks. It is also a very early draft but the hope is that it will stimulate discussion and evolve into a few well-defined and well-specified design guidelines. ## Desired Features