STT-tensorflow/tensorflow/core/api_def
2021-02-01 17:01:49 -08:00
..
base_api [tf.data] Implements the parallel version of BatchDataset. The dataset will do the copying elements work of BatchDataset parallelly. The CL also updates the modeling of the AsyncKnownRatio node to correctly model the dataset. 2021-02-01 17:01:49 -08:00
java_api Remove unused RPC op kernels. 2021-01-29 17:17:34 -08:00
python_api Rolling forward change by fixing issue with lack of dispatch for & and | 2020-12-02 00:09:03 -08:00
api_test.cc Make use of GetDataDependencyFilepath and io::JoinPath to be operating system independent. 2020-02-13 15:39:58 -08:00
BUILD Create BUILD files and corresponding targets for tensorflow/core/api_def/base_api. 2020-11-20 16:06:49 -08:00
excluded_ops.cc Update the TRT resource op names. 2019-08-01 15:08:14 -07:00
excluded_ops.h Script to create ApiDef files automatically based on OpDef. 2018-01-18 17:19:42 -08:00
README.md Provide information to users about where the canonical documentation of ops is. 2020-09-21 09:09:48 -07:00
update_api_def_main.cc Script to create ApiDef files automatically based on OpDef. 2018-01-18 17:19:42 -08:00
update_api_def_test.cc Fix update_api_def.sh script to output ApiDefs instead of ApiDef proto. 2018-01-24 10:59:18 -08:00
update_api_def.cc Use absl instead of deprecated str_util 2019-05-21 08:10:10 -07:00
update_api_def.h Remove THIRD_PARTY_ from #include guards 2018-01-24 14:31:28 -08:00
update_api_def.sh Script to create ApiDef files automatically based on OpDef. 2018-01-18 17:19:42 -08:00

This folder contains the ApiDef proto definitions of TensorFlow operations.

The canonical source of documentation for these operations can be found in the base_api/ directory.