blob: e8c4536ecdfd2e694c389919ba40a2003b32cb8a [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: 32
25 }
26 dim {
27 size: 32
28 }
29 dim {
30 size: 8
31 }
32 }
33 }
34 }
35}
36node {
Kevin Chengd267dd92021-05-06 11:19:51 -070037 name: "result/filter"
Eric Kunzee5e26762020-10-13 16:11:07 -070038 op: "Const"
39 attr {
40 key: "dtype"
41 value {
42 type: DT_FLOAT
43 }
44 }
45 attr {
46 key: "value"
47 value {
48 tensor {
49 dtype: DT_FLOAT
50 tensor_shape {
51 dim {
52 size: 1
53 }
54 dim {
55 size: 1
56 }
57 dim {
58 size: 8
59 }
60 dim {
61 size: 16
62 }
63 }
64 tensor_content: "\234\225\213?\343\017\327>\324\256K\277\371\365->9KC??q\254?Gp\031\276\257I\305\276.UL\277\336\263\260?\272\245#?\2343\337\277\016\312\363\277I\003\353\277\232F\325\277\255\264\301\277t@A\277\311#;\276D-\374?\347/\322?\026U\242?3E\217?\217\225\206?\204v\360\277\033[\217?\310\033\260\276\273\277\331\276w{\257?v\315\310?u\252\343?0\254\222?m\004\274?4\3420\277n\016\261\277D\362\202\276\251}j?\225\242\014\277\240\322\300?\233\205\202?\362\375\362?\377\302\222?\337\t\275=\207\021\r\277\"4\337\277\351?\354\276\037\362f>\326Z\214>2o\364?\201\357\357;\2703\332?[;J\277Ta\253\277\335}\324\277\354) ?&5\253?\353\257\231?\031~\242\277\225i\006\277\025\225\343?\rs\227\274\007\367L?uH\231?\303\027\305\276\315\247\260=_x\374?6\305\310\277\017\337\350?\206@\035\276\217\235\355?\300d\323?H*\266\277\223\300\332\277\325\251\256?9j\007\275\356\025T?\006\240\302\2779)N?\3212\217\274\233p\027\277\312a\212>\265ly?\310?\247?\345%\356\2767\257\342\277\345\276\226=\367\202\267\276!\254\307=\375\326!?\017\256\274\273\006\321\201?@0\242\277\325\333\355?\353\030\212\276\025|\000>\224\2353\277\270\250@\277\213\014\246\277\275q-\277\225\370\366?7\033\363\276\331\246\022?\306\3439\277\242\334\030\277(K\375?W\322G>d\350K\277\236\2754?\177\262\252\277\024\327K>\221\220\306?D\244\304\276\243 \342?t\326\026?u7\363?\365\000\200\276*\215\361\276?\256\035\277\210o\266\277&\026\"\277\342\021i\276;m\317\276\373N\037?T?\205?$\340\361?\230\032\034\277\004\235*?\225\254\324?\263\207\016>"
65 }
66 }
67 }
68}
69node {
70 name: "result"
71 op: "Conv2D"
72 input: "placeholder_0"
Kevin Chengd267dd92021-05-06 11:19:51 -070073 input: "result/filter"
Eric Kunzee5e26762020-10-13 16:11:07 -070074 attr {
75 key: "T"
76 value {
77 type: DT_FLOAT
78 }
79 }
80 attr {
81 key: "data_format"
82 value {
83 s: "NHWC"
84 }
85 }
86 attr {
87 key: "dilations"
88 value {
89 list {
90 i: 1
91 i: 1
92 i: 1
93 i: 1
94 }
95 }
96 }
97 attr {
98 key: "explicit_paddings"
99 value {
100 list {
101 }
102 }
103 }
104 attr {
105 key: "padding"
106 value {
107 s: "SAME"
108 }
109 }
110 attr {
111 key: "strides"
112 value {
113 list {
114 i: 1
115 i: 1
116 i: 1
117 i: 1
118 }
119 }
120 }
121 attr {
122 key: "use_cudnn_on_gpu"
123 value {
124 b: true
125 }
126 }
127}
Kevin Chengd267dd92021-05-06 11:19:51 -0700128node {
129 name: "Identity"
130 op: "Identity"
131 input: "result"
132 attr {
133 key: "T"
134 value {
135 type: DT_FLOAT
136 }
137 }
138}
Eric Kunzee5e26762020-10-13 16:11:07 -0700139versions {
Eric Kunze3260c542023-05-23 03:54:21 +0000140 producer: 1387
Eric Kunzee5e26762020-10-13 16:11:07 -0700141}