Provide information to users about where the canonical documentation of ops is.
PiperOrigin-RevId: 332862022 Change-Id: I002366a043603104267fdea3fc3525ea0c153c4d
This commit is contained in:
parent
a7b34f656e
commit
b1c8103a10
@ -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
|
||||
|
4
tensorflow/core/api_def/README.md
Normal file
4
tensorflow/core/api_def/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user