aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-08-07 14:36:05 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-07 14:43:40 -0700
commitff8f6371d9670101b5dfc5eb8cef118547d78dcc (patch)
tree3551642174d253f45d1880ed2c03e3936a3d9ba0 /tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt
parent9b84c91b68915a26aa9d732988cbf13a7626c2dd (diff)
Keep 2 sets of API Goldens (goldens/v1 and goldens/v2).
PiperOrigin-RevId: 207781405
Diffstat (limited to 'tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt')
-rw-r--r--tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt40
1 files changed, 40 insertions, 0 deletions
diff --git a/tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt b/tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt
new file mode 100644
index 0000000000..c02575b962
--- /dev/null
+++ b/tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt
@@ -0,0 +1,40 @@
+path: "tensorflow.SummaryMetadata"
+tf_proto {
+ descriptor {
+ name: "SummaryMetadata"
+ field {
+ name: "plugin_data"
+ number: 1
+ label: LABEL_OPTIONAL
+ type: TYPE_MESSAGE
+ type_name: ".tensorflow.SummaryMetadata.PluginData"
+ }
+ field {
+ name: "display_name"
+ number: 2
+ label: LABEL_OPTIONAL
+ type: TYPE_STRING
+ }
+ field {
+ name: "summary_description"
+ number: 3
+ label: LABEL_OPTIONAL
+ type: TYPE_STRING
+ }
+ nested_type {
+ name: "PluginData"
+ field {
+ name: "plugin_name"
+ number: 1
+ label: LABEL_OPTIONAL
+ type: TYPE_STRING
+ }
+ field {
+ name: "content"
+ number: 2
+ label: LABEL_OPTIONAL
+ type: TYPE_BYTES
+ }
+ }
+ }
+}