forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will serve as a regression test for future CLs changing how functions are instantiated in tfcompile. Change: 152085567
- Loading branch information
1 parent
b657f5a
commit 7a825ba
Showing
4 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
tensorflow/compiler/aot/tests/test_graph_tffunction.config.pbtxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Text form of tensorflow.tfcompile.Config proto. | ||
feed { | ||
id { node_name: "x_const" } | ||
shape { | ||
dim { size: 1 } | ||
} | ||
} | ||
feed { | ||
id { node_name: "y_const" } | ||
shape { | ||
dim { size: 1 } | ||
} | ||
} | ||
fetch { | ||
id { node_name: "func_call" } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters