Provide information to users about where the canonical documentation of ops is.

PiperOrigin-RevId: 332862022
Change-Id: I002366a043603104267fdea3fc3525ea0c153c4d
This commit is contained in:
Vijay Vasudevan 2020-09-21 09:05:15 -07:00 committed by TensorFlower Gardener
parent a7b34f656e
commit b1c8103a10
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,8 @@ limitations under the License.
// This is the operation definition file for TensorFlow.
//
// This file contains TensorFlow ops whose definitions are programmatically
// generated from the TensorFlow codebase. The generated fields for an op
// generated from the TensorFlow codebase from the ApiDef protos under
// tensorflow/core/api_def/base_api. The generated fields for an op
// includes name, summary, description, traits, arguments, results, derived
// attributes. Therefore, modifications to these fields will **not** be
// respected upon subsequent refreshes. However, additional fields after those

View File

@ -0,0 +1,4 @@
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.