Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TensorFlow functions are user-defined callable abstractions built from a graph of operations, which represents the function body.

This directory contains function-specific code, spanning from the high-level, tf.function API, down to (and excluding) the graph execution framework.