blob: 026dcea62a9b1e7e17d2ea95b74e389746b2af0f [file] [log] [blame]
Eric Kunzee5e26762020-10-13 16:11:07 -07001node {
Eric Kunzee5e26762020-10-13 16:11:07 -07002 name: "placeholder_0"
3 op: "Placeholder"
4 attr {
Kevin Chengd267dd92021-05-06 11:19:51 -07005 key: "_user_specified_name"
6 value {
7 s: "placeholder_0"
8 }
9 }
10 attr {
Eric Kunzee5e26762020-10-13 16:11:07 -070011 key: "dtype"
12 value {
13 type: DT_FLOAT
14 }
15 }
16 attr {
17 key: "shape"
18 value {
19 shape {
20 dim {
21 size: 1
22 }
23 dim {
24 size: 4
25 }
26 dim {
27 size: 4
28 }
29 dim {
30 size: 1
31 }
32 }
33 }
34 }
35}
36node {
37 name: "placeholder_1"
38 op: "Placeholder"
39 attr {
Kevin Chengd267dd92021-05-06 11:19:51 -070040 key: "_user_specified_name"
41 value {
42 s: "placeholder_1"
43 }
44 }
45 attr {
Eric Kunzee5e26762020-10-13 16:11:07 -070046 key: "dtype"
47 value {
48 type: DT_FLOAT
49 }
50 }
51 attr {
52 key: "shape"
53 value {
54 shape {
55 dim {
56 size: 1
57 }
58 dim {
59 size: 4
60 }
61 dim {
62 size: 4
63 }
64 dim {
65 size: 4
66 }
67 }
68 }
69 }
70}
71node {
72 name: "result"
Kevin Chengcd79f0e2021-06-03 15:00:34 -070073 op: "AddV2"
Eric Kunzee5e26762020-10-13 16:11:07 -070074 input: "placeholder_0"
75 input: "placeholder_1"
76 attr {
77 key: "T"
78 value {
79 type: DT_FLOAT
80 }
81 }
82}
Kevin Chengd267dd92021-05-06 11:19:51 -070083node {
84 name: "Identity"
85 op: "Identity"
86 input: "result"
87 attr {
88 key: "T"
89 value {
90 type: DT_FLOAT
91 }
92 }
93}
Eric Kunzee5e26762020-10-13 16:11:07 -070094versions {
Tai Ly6e1e2bc2024-03-01 20:59:32 +000095 producer: 1581
Eric Kunzee5e26762020-10-13 16:11:07 -070096}