tensorflow / community

Stores documents used by the TensorFlow developer community
Apache License 2.0
1.26k stars 576 forks source link

RFC: CompositeTensor Layering for tf.function #437

Open u7javed opened 1 year ago

u7javed commented 1 year ago

This RFC will be open for comment until Thursday, December 1st, 2022.

CompositeTensor Layering for tf.function

Status Proposed
RFC # 437
Author(s) Umer Javed (ujaved@google.com)
Sponsor Faizan Muhammad (fmuham@google.com)
Updated 2022-11-17

Objective

This document proposes updates to the tf.function tracing API for layering CompositeTensor and removing dependencies on CompositeTensor for tf.function and its components. It is a part of the tf.function layering effort to reduce the complexity of tf.function and abstract various logic away from tf.function to simplify its mental model.

Scope of this document