microsoft/vscode-languagedetection

Public

mirrored from https://github.com/microsoft/vscode-languagedetectionAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f4dceb13adca1dba494d549ef1919d0d77f141c8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

model/model.json

11592lines · modecode

1{
2 "format": "graph-model",
3 "generatedBy": "2.2.0",
4 "convertedBy": "TensorFlow.js Converter v1.7.0",
5 "signature": {
6 "inputs": {
7 "inputs": {
8 "name": "Placeholder:0",
9 "dtype": "DT_STRING",
10 "tensorShape": {
11 "dim": [
12 {
13 "size": "-1"
14 }
15 ]
16 }
17 }
18 },
19 "outputs": {
20 "scores": {
21 "name": "head/predictions/probabilities:0",
22 "dtype": "DT_FLOAT",
23 "tensorShape": {
24 "dim": [
25 {
26 "size": "-1"
27 },
28 {
29 "size": "30"
30 }
31 ]
32 }
33 },
34 "classes": {
35 "name": "head/Tile:0",
36 "dtype": "DT_STRING",
37 "tensorShape": {
38 "dim": [
39 {
40 "size": "-1"
41 },
42 {
43 "size": "30"
44 }
45 ]
46 }
47 }
48 }
49 },
50 "modelTopology": {
51 "node": [
52 {
53 "name": "head/ExpandDims/input",
54 "op": "Const",
55 "attr": {
56 "dtype": {
57 "type": "DT_STRING"
58 },
59 "value": {
60 "tensor": {
61 "dtype": "DT_STRING",
62 "tensorShape": {
63 "dim": [
64 {
65 "size": "30"
66 }
67 ]
68 }
69 }
70 }
71 }
72 },
73 {
74 "name": "dnn/input_from_feature_columns/input_layer/content_embedding/embedding_weights",
75 "op": "Const",
76 "attr": {
77 "value": {
78 "tensor": {
79 "dtype": "DT_FLOAT",
80 "tensorShape": {
81 "dim": [
82 {
83 "size": "5000"
84 },
85 {
86 "size": "70"
87 }
88 ]
89 }
90 }
91 },
92 "dtype": {
93 "type": "DT_FLOAT"
94 }
95 }
96 },
97 {
98 "name": "dnn/hiddenlayer_0/kernel",
99 "op": "Const",
100 "attr": {
101 "value": {
102 "tensor": {
103 "dtype": "DT_FLOAT",
104 "tensorShape": {
105 "dim": [
106 {
107 "size": "70"
108 },
109 {
110 "size": "512"
111 }
112 ]
113 }
114 }
115 },
116 "dtype": {
117 "type": "DT_FLOAT"
118 }
119 }
120 },
121 {
122 "name": "dnn/hiddenlayer_0/bias",
123 "op": "Const",
124 "attr": {
125 "value": {
126 "tensor": {
127 "dtype": "DT_FLOAT",
128 "tensorShape": {
129 "dim": [
130 {
131 "size": "512"
132 }
133 ]
134 }
135 }
136 },
137 "dtype": {
138 "type": "DT_FLOAT"
139 }
140 }
141 },
142 {
143 "name": "dnn/hiddenlayer_1/kernel",
144 "op": "Const",
145 "attr": {
146 "dtype": {
147 "type": "DT_FLOAT"
148 },
149 "value": {
150 "tensor": {
151 "dtype": "DT_FLOAT",
152 "tensorShape": {
153 "dim": [
154 {
155 "size": "512"
156 },
157 {
158 "size": "32"
159 }
160 ]
161 }
162 }
163 }
164 }
165 },
166 {
167 "name": "dnn/hiddenlayer_1/bias",
168 "op": "Const",
169 "attr": {
170 "dtype": {
171 "type": "DT_FLOAT"
172 },
173 "value": {
174 "tensor": {
175 "dtype": "DT_FLOAT",
176 "tensorShape": {
177 "dim": [
178 {
179 "size": "32"
180 }
181 ]
182 }
183 }
184 }
185 }
186 },
187 {
188 "name": "dnn/logits/kernel",
189 "op": "Const",
190 "attr": {
191 "value": {
192 "tensor": {
193 "dtype": "DT_FLOAT",
194 "tensorShape": {
195 "dim": [
196 {
197 "size": "32"
198 },
199 {
200 "size": "30"
201 }
202 ]
203 }
204 }
205 },
206 "dtype": {
207 "type": "DT_FLOAT"
208 }
209 }
210 },
211 {
212 "name": "dnn/logits/bias",
213 "op": "Const",
214 "attr": {
215 "value": {
216 "tensor": {
217 "dtype": "DT_FLOAT",
218 "tensorShape": {
219 "dim": [
220 {
221 "size": "30"
222 }
223 ]
224 }
225 }
226 },
227 "dtype": {
228 "type": "DT_FLOAT"
229 }
230 }
231 },
232 {
233 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape_1/shape",
234 "op": "Const",
235 "attr": {
236 "dtype": {
237 "type": "DT_INT32"
238 },
239 "value": {
240 "tensor": {
241 "dtype": "DT_INT32",
242 "tensorShape": {
243 "dim": [
244 {
245 "size": "2"
246 }
247 ]
248 }
249 }
250 }
251 }
252 },
253 {
254 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/strided_slice/stack_1",
255 "op": "Const",
256 "attr": {
257 "value": {
258 "tensor": {
259 "dtype": "DT_INT32",
260 "tensorShape": {
261 "dim": [
262 {
263 "size": "1"
264 }
265 ]
266 }
267 }
268 },
269 "dtype": {
270 "type": "DT_INT32"
271 }
272 }
273 },
274 {
275 "name": "linear/linear_model/content/weights",
276 "op": "Const",
277 "attr": {
278 "dtype": {
279 "type": "DT_FLOAT"
280 },
281 "value": {
282 "tensor": {
283 "dtype": "DT_FLOAT",
284 "tensorShape": {
285 "dim": [
286 {
287 "size": "5000"
288 },
289 {
290 "size": "30"
291 }
292 ]
293 }
294 }
295 }
296 }
297 },
298 {
299 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/ignore_value/x",
300 "op": "Const",
301 "attr": {
302 "dtype": {
303 "type": "DT_STRING"
304 },
305 "value": {
306 "tensor": {
307 "dtype": "DT_STRING",
308 "tensorShape": {}
309 }
310 }
311 }
312 },
313 {
314 "name": "Placeholder",
315 "op": "Placeholder",
316 "attr": {
317 "dtype": {
318 "type": "DT_STRING"
319 },
320 "shape": {
321 "shape": {
322 "dim": [
323 {
324 "size": "-1"
325 }
326 ]
327 }
328 }
329 }
330 },
331 {
332 "name": "map/TensorArrayUnstack/Const",
333 "op": "Const",
334 "attr": {
335 "dtype": {
336 "type": "DT_INT32"
337 },
338 "value": {
339 "tensor": {
340 "dtype": "DT_INT32",
341 "tensorShape": {
342 "dim": [
343 {}
344 ]
345 }
346 }
347 }
348 }
349 },
350 {
351 "name": "head/strided_slice/stack",
352 "op": "Const",
353 "attr": {
354 "dtype": {
355 "type": "DT_INT32"
356 },
357 "value": {
358 "tensor": {
359 "dtype": "DT_INT32",
360 "tensorShape": {
361 "dim": [
362 {
363 "size": "1"
364 }
365 ]
366 }
367 }
368 }
369 }
370 },
371 {
372 "name": "map/TensorArrayV2_1/element_shape",
373 "op": "Const",
374 "attr": {
375 "dtype": {
376 "type": "DT_INT32"
377 },
378 "value": {
379 "tensor": {
380 "dtype": "DT_INT32",
381 "tensorShape": {}
382 }
383 }
384 }
385 },
386 {
387 "name": "head/Tile/multiples/1",
388 "op": "Const",
389 "attr": {
390 "value": {
391 "tensor": {
392 "dtype": "DT_INT32",
393 "tensorShape": {}
394 }
395 },
396 "dtype": {
397 "type": "DT_INT32"
398 }
399 }
400 },
401 {
402 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/embedding_lookup/axis",
403 "op": "Const",
404 "attr": {
405 "value": {
406 "tensor": {
407 "dtype": "DT_INT64",
408 "tensorShape": {}
409 }
410 },
411 "dtype": {
412 "type": "DT_INT64"
413 }
414 }
415 },
416 {
417 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack",
418 "op": "Const",
419 "attr": {
420 "value": {
421 "tensor": {
422 "dtype": "DT_INT32",
423 "tensorShape": {
424 "dim": [
425 {
426 "size": "2"
427 }
428 ]
429 }
430 }
431 },
432 "dtype": {
433 "type": "DT_INT32"
434 }
435 }
436 },
437 {
438 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack_1",
439 "op": "Const",
440 "attr": {
441 "dtype": {
442 "type": "DT_INT32"
443 },
444 "value": {
445 "tensor": {
446 "dtype": "DT_INT32",
447 "tensorShape": {
448 "dim": [
449 {
450 "size": "2"
451 }
452 ]
453 }
454 }
455 }
456 }
457 },
458 {
459 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack_2",
460 "op": "Const",
461 "attr": {
462 "value": {
463 "tensor": {
464 "dtype": "DT_INT32",
465 "tensorShape": {
466 "dim": [
467 {
468 "size": "2"
469 }
470 ]
471 }
472 }
473 },
474 "dtype": {
475 "type": "DT_INT32"
476 }
477 }
478 },
479 {
480 "name": "head/strided_slice/stack_1",
481 "op": "Const",
482 "attr": {
483 "dtype": {
484 "type": "DT_INT32"
485 },
486 "value": {
487 "tensor": {
488 "dtype": "DT_INT32",
489 "tensorShape": {
490 "dim": [
491 {
492 "size": "1"
493 }
494 ]
495 }
496 }
497 }
498 }
499 },
500 {
501 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape/shape",
502 "op": "Const",
503 "attr": {
504 "value": {
505 "tensor": {
506 "dtype": "DT_INT32",
507 "tensorShape": {
508 "dim": [
509 {
510 "size": "1"
511 }
512 ]
513 }
514 }
515 },
516 "dtype": {
517 "type": "DT_INT32"
518 }
519 }
520 },
521 {
522 "name": "head/ExpandDims/dim",
523 "op": "Const",
524 "attr": {
525 "value": {
526 "tensor": {
527 "dtype": "DT_INT32",
528 "tensorShape": {}
529 }
530 },
531 "dtype": {
532 "type": "DT_INT32"
533 }
534 }
535 },
536 {
537 "name": "linear/linear_model/bias_weights",
538 "op": "Const",
539 "attr": {
540 "dtype": {
541 "type": "DT_FLOAT"
542 },
543 "value": {
544 "tensor": {
545 "dtype": "DT_FLOAT",
546 "tensorShape": {
547 "dim": [
548 {
549 "size": "30"
550 }
551 ]
552 }
553 }
554 }
555 }
556 },
557 {
558 "name": "map/Shape",
559 "op": "Shape",
560 "input": [
561 "Placeholder"
562 ],
563 "attr": {
564 "T": {
565 "type": "DT_STRING"
566 },
567 "out_type": {
568 "type": "DT_INT32"
569 }
570 }
571 },
572 {
573 "name": "map/TensorArrayUnstack/TensorListFromTensor",
574 "op": "TensorListFromTensor",
575 "input": [
576 "Placeholder",
577 "map/TensorArrayUnstack/Const"
578 ],
579 "attr": {
580 "element_dtype": {
581 "type": "DT_STRING"
582 },
583 "shape_type": {
584 "type": "DT_INT32"
585 }
586 }
587 },
588 {
589 "name": "head/ExpandDims",
590 "op": "ExpandDims",
591 "input": [
592 "head/ExpandDims/input",
593 "head/ExpandDims/dim"
594 ],
595 "attr": {
596 "T": {
597 "type": "DT_STRING"
598 },
599 "Tdim": {
600 "type": "DT_INT32"
601 }
602 }
603 },
604 {
605 "name": "map/strided_slice",
606 "op": "StridedSlice",
607 "input": [
608 "map/Shape",
609 "head/strided_slice/stack",
610 "head/strided_slice/stack_1",
611 "head/strided_slice/stack_1"
612 ],
613 "attr": {
614 "ellipsis_mask": {
615 "i": "0"
616 },
617 "T": {
618 "type": "DT_INT32"
619 },
620 "begin_mask": {
621 "i": "0"
622 },
623 "new_axis_mask": {
624 "i": "0"
625 },
626 "shrink_axis_mask": {
627 "i": "1"
628 },
629 "Index": {
630 "type": "DT_INT32"
631 },
632 "end_mask": {
633 "i": "0"
634 }
635 }
636 },
637 {
638 "name": "map/TensorArrayV2_1",
639 "op": "TensorListReserve",
640 "input": [
641 "map/TensorArrayV2_1/element_shape",
642 "map/strided_slice"
643 ],
644 "attr": {
645 "shape_type": {
646 "type": "DT_INT32"
647 },
648 "element_dtype": {
649 "type": "DT_STRING"
650 }
651 }
652 },
653 {
654 "name": "map/while",
655 "op": "StatelessWhile",
656 "input": [
657 "head/ExpandDims/dim",
658 "map/strided_slice",
659 "head/ExpandDims/dim",
660 "map/TensorArrayV2_1",
661 "map/strided_slice",
662 "map/TensorArrayUnstack/TensorListFromTensor"
663 ],
664 "attr": {
665 "cond": {
666 "func": {
667 "name": "map_while_cond_4964"
668 }
669 },
670 "T": {
671 "list": {
672 "type": [
673 "DT_INT32",
674 "DT_INT32",
675 "DT_INT32",
676 "DT_VARIANT",
677 "DT_INT32",
678 "DT_VARIANT"
679 ]
680 }
681 },
682 "parallel_iterations": {
683 "i": "10"
684 },
685 "body": {
686 "func": {
687 "name": "map_while_body_4965"
688 }
689 },
690 "_num_original_outputs": {
691 "i": "6"
692 },
693 "_lower_using_switch_merge": {
694 "b": true
695 },
696 "_read_only_resource_inputs": {
697 "list": {}
698 },
699 "output_shapes": {
700 "list": {
701 "shape": [
702 {},
703 {},
704 {},
705 {},
706 {},
707 {}
708 ]
709 }
710 }
711 }
712 },
713 {
714 "name": "map/TensorArrayV2Stack/TensorListStack",
715 "op": "TensorListStack",
716 "input": [
717 "map/while:3",
718 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape/shape"
719 ],
720 "attr": {
721 "element_dtype": {
722 "type": "DT_STRING"
723 },
724 "num_elements": {
725 "i": "-1"
726 }
727 }
728 },
729 {
730 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/NotEqual",
731 "op": "NotEqual",
732 "input": [
733 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/ignore_value/x",
734 "map/TensorArrayV2Stack/TensorListStack"
735 ],
736 "attr": {
737 "T": {
738 "type": "DT_STRING"
739 },
740 "incompatible_shape_error": {
741 "b": true
742 }
743 }
744 },
745 {
746 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/dense_shape",
747 "op": "Shape",
748 "input": [
749 "map/TensorArrayV2Stack/TensorListStack"
750 ],
751 "attr": {
752 "T": {
753 "type": "DT_STRING"
754 },
755 "out_type": {
756 "type": "DT_INT64"
757 }
758 }
759 },
760 {
761 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/indices",
762 "op": "Where",
763 "input": [
764 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/NotEqual"
765 ],
766 "attr": {
767 "T": {
768 "type": "DT_BOOL"
769 }
770 }
771 },
772 {
773 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Slice",
774 "op": "Slice",
775 "input": [
776 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/dense_shape",
777 "head/strided_slice/stack",
778 "head/strided_slice/stack_1"
779 ],
780 "attr": {
781 "Index": {
782 "type": "DT_INT32"
783 },
784 "T": {
785 "type": "DT_INT64"
786 }
787 }
788 },
789 {
790 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Cast_1",
791 "op": "Cast",
792 "input": [
793 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/dense_shape"
794 ],
795 "attr": {
796 "SrcT": {
797 "type": "DT_INT64"
798 },
799 "DstT": {
800 "type": "DT_INT32"
801 },
802 "Truncate": {
803 "b": false
804 }
805 }
806 },
807 {
808 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GatherV2",
809 "op": "GatherV2",
810 "input": [
811 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/dense_shape",
812 "head/Tile/multiples/1",
813 "head/ExpandDims/dim"
814 ],
815 "attr": {
816 "Taxis": {
817 "type": "DT_INT32"
818 },
819 "Tindices": {
820 "type": "DT_INT32"
821 },
822 "Tparams": {
823 "type": "DT_INT64"
824 },
825 "batch_dims": {
826 "i": "0"
827 }
828 }
829 },
830 {
831 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/values",
832 "op": "GatherNd",
833 "input": [
834 "map/TensorArrayV2Stack/TensorListStack",
835 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/indices"
836 ],
837 "attr": {
838 "Tindices": {
839 "type": "DT_INT64"
840 },
841 "Tparams": {
842 "type": "DT_STRING"
843 }
844 }
845 },
846 {
847 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Prod",
848 "op": "Prod",
849 "input": [
850 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Slice",
851 "head/strided_slice/stack"
852 ],
853 "attr": {
854 "Tidx": {
855 "type": "DT_INT32"
856 },
857 "T": {
858 "type": "DT_INT64"
859 },
860 "keep_dims": {
861 "b": false
862 }
863 }
864 },
865 {
866 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/strided_slice",
867 "op": "StridedSlice",
868 "input": [
869 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Cast_1",
870 "head/strided_slice/stack",
871 "head/strided_slice/stack_1",
872 "head/strided_slice/stack_1"
873 ],
874 "attr": {
875 "T": {
876 "type": "DT_INT32"
877 },
878 "shrink_axis_mask": {
879 "i": "1"
880 },
881 "Index": {
882 "type": "DT_INT32"
883 },
884 "new_axis_mask": {
885 "i": "0"
886 },
887 "begin_mask": {
888 "i": "0"
889 },
890 "ellipsis_mask": {
891 "i": "0"
892 },
893 "end_mask": {
894 "i": "0"
895 }
896 }
897 },
898 {
899 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/lookup",
900 "op": "StringToHashBucketFast",
901 "input": [
902 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/values"
903 ],
904 "attr": {
905 "num_buckets": {
906 "i": "5000"
907 }
908 }
909 },
910 {
911 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Cast/x",
912 "op": "Pack",
913 "input": [
914 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Prod",
915 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GatherV2"
916 ],
917 "attr": {
918 "T": {
919 "type": "DT_INT64"
920 },
921 "N": {
922 "i": "2"
923 },
924 "axis": {
925 "i": "0"
926 }
927 }
928 },
929 {
930 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/Cast/x",
931 "op": "Pack",
932 "input": [
933 "linear/linear_model/linear/linear_model/linear/linear_model/content/strided_slice",
934 "map/TensorArrayV2_1/element_shape"
935 ],
936 "attr": {
937 "T": {
938 "type": "DT_INT32"
939 },
940 "axis": {
941 "i": "0"
942 },
943 "N": {
944 "i": "2"
945 }
946 }
947 },
948 {
949 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GreaterEqual",
950 "op": "GreaterEqual",
951 "input": [
952 "dnn/input_from_feature_columns/input_layer/content_embedding_1/lookup",
953 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/embedding_lookup/axis"
954 ],
955 "attr": {
956 "T": {
957 "type": "DT_INT64"
958 }
959 }
960 },
961 {
962 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/SparseReshape",
963 "op": "SparseReshape",
964 "input": [
965 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/indices",
966 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/dense_shape",
967 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Cast/x"
968 ]
969 },
970 {
971 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/Cast",
972 "op": "Cast",
973 "input": [
974 "linear/linear_model/linear/linear_model/linear/linear_model/content/Cast/x"
975 ],
976 "attr": {
977 "Truncate": {
978 "b": false
979 },
980 "SrcT": {
981 "type": "DT_INT32"
982 },
983 "DstT": {
984 "type": "DT_INT64"
985 }
986 }
987 },
988 {
989 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Where",
990 "op": "Where",
991 "input": [
992 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GreaterEqual"
993 ],
994 "attr": {
995 "T": {
996 "type": "DT_BOOL"
997 }
998 }
999 },
1000 {
1001 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/SparseReshape",
1002 "op": "SparseReshape",
1003 "input": [
1004 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/indices",
1005 "dnn/input_from_feature_columns/input_layer/content_embedding_1/to_sparse_input/dense_shape",
1006 "linear/linear_model/linear/linear_model/linear/linear_model/content/Cast"
1007 ]
1008 },
1009 {
1010 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape",
1011 "op": "Reshape",
1012 "input": [
1013 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Where",
1014 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape/shape"
1015 ],
1016 "attr": {
1017 "T": {
1018 "type": "DT_INT64"
1019 },
1020 "Tshape": {
1021 "type": "DT_INT32"
1022 }
1023 }
1024 },
1025 {
1026 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Cast_1",
1027 "op": "Cast",
1028 "input": [
1029 "linear/linear_model/linear/linear_model/linear/linear_model/content/SparseReshape:1"
1030 ],
1031 "attr": {
1032 "Truncate": {
1033 "b": false
1034 },
1035 "SrcT": {
1036 "type": "DT_INT64"
1037 },
1038 "DstT": {
1039 "type": "DT_INT32"
1040 }
1041 }
1042 },
1043 {
1044 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Slice",
1045 "op": "Slice",
1046 "input": [
1047 "linear/linear_model/linear/linear_model/linear/linear_model/content/SparseReshape:1",
1048 "head/strided_slice/stack",
1049 "head/strided_slice/stack_1"
1050 ],
1051 "attr": {
1052 "Index": {
1053 "type": "DT_INT32"
1054 },
1055 "T": {
1056 "type": "DT_INT64"
1057 }
1058 }
1059 },
1060 {
1061 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/GatherV2",
1062 "op": "GatherV2",
1063 "input": [
1064 "linear/linear_model/linear/linear_model/linear/linear_model/content/SparseReshape:1",
1065 "head/Tile/multiples/1",
1066 "head/ExpandDims/dim"
1067 ],
1068 "attr": {
1069 "batch_dims": {
1070 "i": "0"
1071 },
1072 "Taxis": {
1073 "type": "DT_INT32"
1074 },
1075 "Tparams": {
1076 "type": "DT_INT64"
1077 },
1078 "Tindices": {
1079 "type": "DT_INT32"
1080 }
1081 }
1082 },
1083 {
1084 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GatherV2_1",
1085 "op": "GatherV2",
1086 "input": [
1087 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/SparseReshape",
1088 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape",
1089 "head/ExpandDims/dim"
1090 ],
1091 "attr": {
1092 "batch_dims": {
1093 "i": "0"
1094 },
1095 "Tindices": {
1096 "type": "DT_INT64"
1097 },
1098 "Taxis": {
1099 "type": "DT_INT32"
1100 },
1101 "Tparams": {
1102 "type": "DT_INT64"
1103 }
1104 }
1105 },
1106 {
1107 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GatherV2_2",
1108 "op": "GatherV2",
1109 "input": [
1110 "dnn/input_from_feature_columns/input_layer/content_embedding_1/lookup",
1111 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape",
1112 "head/ExpandDims/dim"
1113 ],
1114 "attr": {
1115 "Taxis": {
1116 "type": "DT_INT32"
1117 },
1118 "batch_dims": {
1119 "i": "0"
1120 },
1121 "Tparams": {
1122 "type": "DT_INT64"
1123 },
1124 "Tindices": {
1125 "type": "DT_INT64"
1126 }
1127 }
1128 },
1129 {
1130 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Slice_1",
1131 "op": "Slice",
1132 "input": [
1133 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Cast_1",
1134 "head/strided_slice/stack",
1135 "head/strided_slice/stack_1"
1136 ],
1137 "attr": {
1138 "Index": {
1139 "type": "DT_INT32"
1140 },
1141 "T": {
1142 "type": "DT_INT32"
1143 }
1144 }
1145 },
1146 {
1147 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Prod",
1148 "op": "Prod",
1149 "input": [
1150 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Slice",
1151 "head/strided_slice/stack"
1152 ],
1153 "attr": {
1154 "keep_dims": {
1155 "b": false
1156 },
1157 "Tidx": {
1158 "type": "DT_INT32"
1159 },
1160 "T": {
1161 "type": "DT_INT64"
1162 }
1163 }
1164 },
1165 {
1166 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/SparseFillEmptyRows/SparseFillEmptyRows",
1167 "op": "SparseFillEmptyRows",
1168 "input": [
1169 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GatherV2_1",
1170 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GatherV2_2",
1171 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/SparseReshape:1",
1172 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/embedding_lookup/axis"
1173 ],
1174 "attr": {
1175 "T": {
1176 "type": "DT_INT64"
1177 }
1178 }
1179 },
1180 {
1181 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Cast/x",
1182 "op": "Pack",
1183 "input": [
1184 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Prod",
1185 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/GatherV2"
1186 ],
1187 "attr": {
1188 "N": {
1189 "i": "2"
1190 },
1191 "axis": {
1192 "i": "0"
1193 },
1194 "T": {
1195 "type": "DT_INT64"
1196 }
1197 }
1198 },
1199 {
1200 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice",
1201 "op": "StridedSlice",
1202 "input": [
1203 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/SparseFillEmptyRows/SparseFillEmptyRows",
1204 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack",
1205 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack_1",
1206 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack_2"
1207 ],
1208 "attr": {
1209 "end_mask": {
1210 "i": "1"
1211 },
1212 "T": {
1213 "type": "DT_INT64"
1214 },
1215 "new_axis_mask": {
1216 "i": "0"
1217 },
1218 "Index": {
1219 "type": "DT_INT32"
1220 },
1221 "begin_mask": {
1222 "i": "1"
1223 },
1224 "shrink_axis_mask": {
1225 "i": "2"
1226 },
1227 "ellipsis_mask": {
1228 "i": "0"
1229 }
1230 }
1231 },
1232 {
1233 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/Unique",
1234 "op": "Unique",
1235 "input": [
1236 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/SparseFillEmptyRows/SparseFillEmptyRows:1"
1237 ],
1238 "attr": {
1239 "out_idx": {
1240 "type": "DT_INT32"
1241 },
1242 "T": {
1243 "type": "DT_INT64"
1244 }
1245 }
1246 },
1247 {
1248 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape_1",
1249 "op": "Reshape",
1250 "input": [
1251 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/SparseFillEmptyRows/SparseFillEmptyRows:2",
1252 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape_1/shape"
1253 ],
1254 "attr": {
1255 "Tshape": {
1256 "type": "DT_INT32"
1257 },
1258 "T": {
1259 "type": "DT_BOOL"
1260 }
1261 }
1262 },
1263 {
1264 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/SparseReshape",
1265 "op": "SparseReshape",
1266 "input": [
1267 "linear/linear_model/linear/linear_model/linear/linear_model/content/SparseReshape",
1268 "linear/linear_model/linear/linear_model/linear/linear_model/content/SparseReshape:1",
1269 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Cast/x"
1270 ]
1271 },
1272 {
1273 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/Cast",
1274 "op": "Cast",
1275 "input": [
1276 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice"
1277 ],
1278 "attr": {
1279 "Truncate": {
1280 "b": false
1281 },
1282 "DstT": {
1283 "type": "DT_INT32"
1284 },
1285 "SrcT": {
1286 "type": "DT_INT64"
1287 }
1288 }
1289 },
1290 {
1291 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/embedding_lookup",
1292 "op": "GatherV2",
1293 "input": [
1294 "dnn/input_from_feature_columns/input_layer/content_embedding/embedding_weights",
1295 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/Unique",
1296 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/embedding_lookup/axis"
1297 ],
1298 "attr": {
1299 "Taxis": {
1300 "type": "DT_INT64"
1301 },
1302 "batch_dims": {
1303 "i": "0"
1304 },
1305 "Tparams": {
1306 "type": "DT_FLOAT"
1307 },
1308 "Tindices": {
1309 "type": "DT_INT64"
1310 }
1311 }
1312 },
1313 {
1314 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/GatherV2_1",
1315 "op": "GatherV2",
1316 "input": [
1317 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/SparseReshape",
1318 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape",
1319 "head/ExpandDims/dim"
1320 ],
1321 "attr": {
1322 "Tindices": {
1323 "type": "DT_INT64"
1324 },
1325 "Tparams": {
1326 "type": "DT_INT64"
1327 },
1328 "Taxis": {
1329 "type": "DT_INT32"
1330 },
1331 "batch_dims": {
1332 "i": "0"
1333 }
1334 }
1335 },
1336 {
1337 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse",
1338 "op": "SparseSegmentMean",
1339 "input": [
1340 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/embedding_lookup",
1341 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/Unique:1",
1342 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/Cast"
1343 ],
1344 "attr": {
1345 "Tidx": {
1346 "type": "DT_INT32"
1347 },
1348 "T": {
1349 "type": "DT_FLOAT"
1350 }
1351 }
1352 },
1353 {
1354 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/SparseFillEmptyRows/SparseFillEmptyRows",
1355 "op": "SparseFillEmptyRows",
1356 "input": [
1357 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/GatherV2_1",
1358 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/GatherV2_2",
1359 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/SparseReshape:1",
1360 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/embedding_lookup/axis"
1361 ],
1362 "attr": {
1363 "T": {
1364 "type": "DT_INT64"
1365 }
1366 }
1367 },
1368 {
1369 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Shape",
1370 "op": "Shape",
1371 "input": [
1372 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse"
1373 ],
1374 "attr": {
1375 "out_type": {
1376 "type": "DT_INT32"
1377 },
1378 "T": {
1379 "type": "DT_FLOAT"
1380 }
1381 }
1382 },
1383 {
1384 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/zeros_like",
1385 "op": "ZerosLike",
1386 "input": [
1387 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse"
1388 ],
1389 "attr": {
1390 "T": {
1391 "type": "DT_FLOAT"
1392 }
1393 }
1394 },
1395 {
1396 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/strided_slice",
1397 "op": "StridedSlice",
1398 "input": [
1399 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/SparseFillEmptyRows/SparseFillEmptyRows",
1400 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack",
1401 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack_1",
1402 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/strided_slice/stack_2"
1403 ],
1404 "attr": {
1405 "ellipsis_mask": {
1406 "i": "0"
1407 },
1408 "new_axis_mask": {
1409 "i": "0"
1410 },
1411 "T": {
1412 "type": "DT_INT64"
1413 },
1414 "Index": {
1415 "type": "DT_INT32"
1416 },
1417 "begin_mask": {
1418 "i": "1"
1419 },
1420 "shrink_axis_mask": {
1421 "i": "2"
1422 },
1423 "end_mask": {
1424 "i": "1"
1425 }
1426 }
1427 },
1428 {
1429 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/Unique",
1430 "op": "Unique",
1431 "input": [
1432 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/SparseFillEmptyRows/SparseFillEmptyRows:1"
1433 ],
1434 "attr": {
1435 "T": {
1436 "type": "DT_INT64"
1437 },
1438 "out_idx": {
1439 "type": "DT_INT32"
1440 }
1441 }
1442 },
1443 {
1444 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Reshape_1",
1445 "op": "Reshape",
1446 "input": [
1447 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/SparseFillEmptyRows/SparseFillEmptyRows:2",
1448 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape_1/shape"
1449 ],
1450 "attr": {
1451 "T": {
1452 "type": "DT_BOOL"
1453 },
1454 "Tshape": {
1455 "type": "DT_INT32"
1456 }
1457 }
1458 },
1459 {
1460 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/strided_slice",
1461 "op": "StridedSlice",
1462 "input": [
1463 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Shape",
1464 "head/strided_slice/stack_1",
1465 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/strided_slice/stack_1",
1466 "head/strided_slice/stack_1"
1467 ],
1468 "attr": {
1469 "end_mask": {
1470 "i": "0"
1471 },
1472 "shrink_axis_mask": {
1473 "i": "1"
1474 },
1475 "T": {
1476 "type": "DT_INT32"
1477 },
1478 "begin_mask": {
1479 "i": "0"
1480 },
1481 "Index": {
1482 "type": "DT_INT32"
1483 },
1484 "ellipsis_mask": {
1485 "i": "0"
1486 },
1487 "new_axis_mask": {
1488 "i": "0"
1489 }
1490 }
1491 },
1492 {
1493 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/Cast",
1494 "op": "Cast",
1495 "input": [
1496 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/strided_slice"
1497 ],
1498 "attr": {
1499 "Truncate": {
1500 "b": false
1501 },
1502 "DstT": {
1503 "type": "DT_INT32"
1504 },
1505 "SrcT": {
1506 "type": "DT_INT64"
1507 }
1508 }
1509 },
1510 {
1511 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/embedding_lookup",
1512 "op": "GatherV2",
1513 "input": [
1514 "linear/linear_model/content/weights",
1515 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/Unique",
1516 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse/embedding_lookup/axis"
1517 ],
1518 "attr": {
1519 "Tindices": {
1520 "type": "DT_INT64"
1521 },
1522 "batch_dims": {
1523 "i": "0"
1524 },
1525 "Tparams": {
1526 "type": "DT_FLOAT"
1527 },
1528 "Taxis": {
1529 "type": "DT_INT64"
1530 }
1531 }
1532 },
1533 {
1534 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/stack",
1535 "op": "Pack",
1536 "input": [
1537 "head/Tile/multiples/1",
1538 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/strided_slice"
1539 ],
1540 "attr": {
1541 "T": {
1542 "type": "DT_INT32"
1543 },
1544 "axis": {
1545 "i": "0"
1546 },
1547 "N": {
1548 "i": "2"
1549 }
1550 }
1551 },
1552 {
1553 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse",
1554 "op": "SparseSegmentSum",
1555 "input": [
1556 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/embedding_lookup",
1557 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/Unique:1",
1558 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse/Cast"
1559 ],
1560 "attr": {
1561 "Tidx": {
1562 "type": "DT_INT32"
1563 },
1564 "T": {
1565 "type": "DT_FLOAT"
1566 }
1567 }
1568 },
1569 {
1570 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Tile",
1571 "op": "Tile",
1572 "input": [
1573 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape_1",
1574 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/stack"
1575 ],
1576 "attr": {
1577 "T": {
1578 "type": "DT_BOOL"
1579 },
1580 "Tmultiples": {
1581 "type": "DT_INT32"
1582 }
1583 }
1584 },
1585 {
1586 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Shape",
1587 "op": "Shape",
1588 "input": [
1589 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse"
1590 ],
1591 "attr": {
1592 "out_type": {
1593 "type": "DT_INT32"
1594 },
1595 "T": {
1596 "type": "DT_FLOAT"
1597 }
1598 }
1599 },
1600 {
1601 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/zeros_like",
1602 "op": "ZerosLike",
1603 "input": [
1604 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse"
1605 ],
1606 "attr": {
1607 "T": {
1608 "type": "DT_FLOAT"
1609 }
1610 }
1611 },
1612 {
1613 "name": "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights",
1614 "op": "Select",
1615 "input": [
1616 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Tile",
1617 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/zeros_like",
1618 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/embedding_lookup_sparse"
1619 ],
1620 "attr": {
1621 "T": {
1622 "type": "DT_FLOAT"
1623 }
1624 }
1625 },
1626 {
1627 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/strided_slice",
1628 "op": "StridedSlice",
1629 "input": [
1630 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Shape",
1631 "head/strided_slice/stack_1",
1632 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/strided_slice/stack_1",
1633 "head/strided_slice/stack_1"
1634 ],
1635 "attr": {
1636 "begin_mask": {
1637 "i": "0"
1638 },
1639 "end_mask": {
1640 "i": "0"
1641 },
1642 "shrink_axis_mask": {
1643 "i": "1"
1644 },
1645 "ellipsis_mask": {
1646 "i": "0"
1647 },
1648 "new_axis_mask": {
1649 "i": "0"
1650 },
1651 "Index": {
1652 "type": "DT_INT32"
1653 },
1654 "T": {
1655 "type": "DT_INT32"
1656 }
1657 }
1658 },
1659 {
1660 "name": "dnn/hiddenlayer_0/Relu",
1661 "op": "_FusedMatMul",
1662 "input": [
1663 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights",
1664 "dnn/hiddenlayer_0/kernel",
1665 "dnn/hiddenlayer_0/bias"
1666 ],
1667 "device": "/device:CPU:0",
1668 "attr": {
1669 "transpose_a": {
1670 "b": false
1671 },
1672 "fused_ops": {
1673 "list": {
1674 "s": [
1675 "Qmlhc0FkZA==",
1676 "UmVsdQ=="
1677 ]
1678 }
1679 },
1680 "num_args": {
1681 "i": "1"
1682 },
1683 "transpose_b": {
1684 "b": false
1685 },
1686 "epsilon": {
1687 "f": 0.0
1688 },
1689 "T": {
1690 "type": "DT_FLOAT"
1691 }
1692 }
1693 },
1694 {
1695 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/stack",
1696 "op": "Pack",
1697 "input": [
1698 "head/Tile/multiples/1",
1699 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/strided_slice"
1700 ],
1701 "attr": {
1702 "N": {
1703 "i": "2"
1704 },
1705 "axis": {
1706 "i": "0"
1707 },
1708 "T": {
1709 "type": "DT_INT32"
1710 }
1711 }
1712 },
1713 {
1714 "name": "dnn/hiddenlayer_1/Relu",
1715 "op": "_FusedMatMul",
1716 "input": [
1717 "dnn/hiddenlayer_0/Relu",
1718 "dnn/hiddenlayer_1/kernel",
1719 "dnn/hiddenlayer_1/bias"
1720 ],
1721 "device": "/device:CPU:0",
1722 "attr": {
1723 "transpose_a": {
1724 "b": false
1725 },
1726 "transpose_b": {
1727 "b": false
1728 },
1729 "fused_ops": {
1730 "list": {
1731 "s": [
1732 "Qmlhc0FkZA==",
1733 "UmVsdQ=="
1734 ]
1735 }
1736 },
1737 "T": {
1738 "type": "DT_FLOAT"
1739 },
1740 "epsilon": {
1741 "f": 0.0
1742 },
1743 "num_args": {
1744 "i": "1"
1745 }
1746 }
1747 },
1748 {
1749 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Tile",
1750 "op": "Tile",
1751 "input": [
1752 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Reshape_1",
1753 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/stack"
1754 ],
1755 "attr": {
1756 "T": {
1757 "type": "DT_BOOL"
1758 },
1759 "Tmultiples": {
1760 "type": "DT_INT32"
1761 }
1762 }
1763 },
1764 {
1765 "name": "dnn/logits/BiasAdd",
1766 "op": "_FusedMatMul",
1767 "input": [
1768 "dnn/hiddenlayer_1/Relu",
1769 "dnn/logits/kernel",
1770 "dnn/logits/bias"
1771 ],
1772 "device": "/device:CPU:0",
1773 "attr": {
1774 "T": {
1775 "type": "DT_FLOAT"
1776 },
1777 "fused_ops": {
1778 "list": {
1779 "s": [
1780 "Qmlhc0FkZA=="
1781 ]
1782 }
1783 },
1784 "num_args": {
1785 "i": "1"
1786 },
1787 "epsilon": {
1788 "f": 0.0
1789 },
1790 "transpose_a": {
1791 "b": false
1792 },
1793 "transpose_b": {
1794 "b": false
1795 }
1796 }
1797 },
1798 {
1799 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum",
1800 "op": "Select",
1801 "input": [
1802 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Tile",
1803 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/zeros_like",
1804 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/embedding_lookup_sparse"
1805 ],
1806 "attr": {
1807 "T": {
1808 "type": "DT_FLOAT"
1809 }
1810 }
1811 },
1812 {
1813 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Shape_1",
1814 "op": "Shape",
1815 "input": [
1816 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum"
1817 ],
1818 "attr": {
1819 "out_type": {
1820 "type": "DT_INT32"
1821 },
1822 "T": {
1823 "type": "DT_FLOAT"
1824 }
1825 }
1826 },
1827 {
1828 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Slice_2",
1829 "op": "Slice",
1830 "input": [
1831 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Shape_1",
1832 "head/strided_slice/stack_1",
1833 "dnn/input_from_feature_columns/input_layer/content_embedding_1/content_embedding_weights/Reshape/shape"
1834 ],
1835 "attr": {
1836 "T": {
1837 "type": "DT_INT32"
1838 },
1839 "Index": {
1840 "type": "DT_INT32"
1841 }
1842 }
1843 },
1844 {
1845 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/concat",
1846 "op": "ConcatV2",
1847 "input": [
1848 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Slice_1",
1849 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Slice_2",
1850 "head/ExpandDims/dim"
1851 ],
1852 "attr": {
1853 "N": {
1854 "i": "2"
1855 },
1856 "Tidx": {
1857 "type": "DT_INT32"
1858 },
1859 "T": {
1860 "type": "DT_INT32"
1861 }
1862 }
1863 },
1864 {
1865 "name": "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Reshape_2",
1866 "op": "Reshape",
1867 "input": [
1868 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum",
1869 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/concat"
1870 ],
1871 "attr": {
1872 "T": {
1873 "type": "DT_FLOAT"
1874 },
1875 "Tshape": {
1876 "type": "DT_INT32"
1877 }
1878 }
1879 },
1880 {
1881 "name": "linear/linear_model/linear/linear_model/linear/linear_model/weighted_sum",
1882 "op": "BiasAdd",
1883 "input": [
1884 "linear/linear_model/linear/linear_model/linear/linear_model/content/weighted_sum/Reshape_2",
1885 "linear/linear_model/bias_weights"
1886 ],
1887 "attr": {
1888 "data_format": {
1889 "s": "TkhXQw=="
1890 },
1891 "T": {
1892 "type": "DT_FLOAT"
1893 }
1894 }
1895 },
1896 {
1897 "name": "add",
1898 "op": "AddV2",
1899 "input": [
1900 "dnn/logits/BiasAdd",
1901 "linear/linear_model/linear/linear_model/linear/linear_model/weighted_sum"
1902 ],
1903 "attr": {
1904 "T": {
1905 "type": "DT_FLOAT"
1906 }
1907 }
1908 },
1909 {
1910 "name": "head/predictions/probabilities",
1911 "op": "Softmax",
1912 "input": [
1913 "add"
1914 ],
1915 "attr": {
1916 "T": {
1917 "type": "DT_FLOAT"
1918 }
1919 }
1920 },
1921 {
1922 "name": "head/Shape",
1923 "op": "Shape",
1924 "input": [
1925 "head/predictions/probabilities"
1926 ],
1927 "attr": {
1928 "T": {
1929 "type": "DT_FLOAT"
1930 },
1931 "out_type": {
1932 "type": "DT_INT32"
1933 }
1934 }
1935 },
1936 {
1937 "name": "head/strided_slice",
1938 "op": "StridedSlice",
1939 "input": [
1940 "head/Shape",
1941 "head/strided_slice/stack",
1942 "head/strided_slice/stack_1",
1943 "head/strided_slice/stack_1"
1944 ],
1945 "attr": {
1946 "shrink_axis_mask": {
1947 "i": "1"
1948 },
1949 "ellipsis_mask": {
1950 "i": "0"
1951 },
1952 "new_axis_mask": {
1953 "i": "0"
1954 },
1955 "begin_mask": {
1956 "i": "0"
1957 },
1958 "Index": {
1959 "type": "DT_INT32"
1960 },
1961 "end_mask": {
1962 "i": "0"
1963 },
1964 "T": {
1965 "type": "DT_INT32"
1966 }
1967 }
1968 },
1969 {
1970 "name": "head/Tile/multiples",
1971 "op": "Pack",
1972 "input": [
1973 "head/strided_slice",
1974 "head/Tile/multiples/1"
1975 ],
1976 "attr": {
1977 "axis": {
1978 "i": "0"
1979 },
1980 "T": {
1981 "type": "DT_INT32"
1982 },
1983 "N": {
1984 "i": "2"
1985 }
1986 }
1987 },
1988 {
1989 "name": "head/Tile",
1990 "op": "Tile",
1991 "input": [
1992 "head/ExpandDims",
1993 "head/Tile/multiples"
1994 ],
1995 "attr": {
1996 "T": {
1997 "type": "DT_STRING"
1998 },
1999 "Tmultiples": {
2000 "type": "DT_INT32"
2001 }
2002 }
2003 }
2004 ],
2005 "library": {
2006 "function": [
2007 {
2008 "signature": {
2009 "name": "map_while_cond_4964",
2010 "inputArg": [
2011 {
2012 "name": "map_while_loop_counter",
2013 "type": "DT_INT32"
2014 },
2015 {
2016 "name": "map_strided_slice",
2017 "type": "DT_INT32"
2018 },
2019 {
2020 "name": "placeholder",
2021 "type": "DT_INT32"
2022 },
2023 {
2024 "name": "placeholder_1",
2025 "type": "DT_VARIANT"
2026 },
2027 {
2028 "name": "less_map_strided_slice",
2029 "type": "DT_INT32"
2030 },
2031 {
2032 "name": "map_while_cond_4964___redundant_placeholder0",
2033 "type": "DT_VARIANT"
2034 }
2035 ],
2036 "outputArg": [
2037 {
2038 "name": "logicaland",
2039 "type": "DT_BOOL"
2040 }
2041 ]
2042 },
2043 "nodeDef": [
2044 {
2045 "name": "Less_1",
2046 "op": "Less",
2047 "input": [
2048 "map_while_loop_counter",
2049 "map_strided_slice"
2050 ],
2051 "attr": {
2052 "T": {
2053 "type": "DT_INT32"
2054 },
2055 "_output_shapes": {
2056 "list": {
2057 "shape": [
2058 {}
2059 ]
2060 }
2061 }
2062 }
2063 },
2064 {
2065 "name": "Less",
2066 "op": "Less",
2067 "input": [
2068 "placeholder",
2069 "less_map_strided_slice"
2070 ],
2071 "attr": {
2072 "T": {
2073 "type": "DT_INT32"
2074 },
2075 "_output_shapes": {
2076 "list": {
2077 "shape": [
2078 {}
2079 ]
2080 }
2081 }
2082 }
2083 },
2084 {
2085 "name": "LogicalAnd",
2086 "op": "LogicalAnd",
2087 "input": [
2088 "Less:z:0",
2089 "Less_1:z:0"
2090 ],
2091 "attr": {
2092 "_output_shapes": {
2093 "list": {
2094 "shape": [
2095 {}
2096 ]
2097 }
2098 }
2099 }
2100 }
2101 ],
2102 "ret": {
2103 "logicaland": "LogicalAnd:z:0"
2104 },
2105 "attr": {
2106 "_input_shapes": {
2107 "list": {
2108 "shape": [
2109 {},
2110 {},
2111 {},
2112 {},
2113 {},
2114 {
2115 "unknownRank": true
2116 }
2117 ]
2118 }
2119 }
2120 }
2121 },
2122 {
2123 "signature": {
2124 "name": "map_while_body_4965",
2125 "inputArg": [
2126 {
2127 "name": "map_while_loop_counter",
2128 "type": "DT_INT32"
2129 },
2130 {
2131 "name": "map_strided_slice_0",
2132 "type": "DT_INT32"
2133 },
2134 {
2135 "name": "placeholder",
2136 "type": "DT_INT32"
2137 },
2138 {
2139 "name": "placeholder_1",
2140 "type": "DT_VARIANT"
2141 },
2142 {
2143 "name": "map_strided_slice_1_0",
2144 "type": "DT_INT32"
2145 },
2146 {
2147 "name": "tensorarrayv2read_tensorlistgetitem_map_tensorarrayunstack_tensorlistfromtensor_0",
2148 "type": "DT_VARIANT"
2149 }
2150 ],
2151 "outputArg": [
2152 {
2153 "name": "add_1",
2154 "type": "DT_INT32"
2155 },
2156 {
2157 "name": "map_strided_slice",
2158 "type": "DT_INT32"
2159 },
2160 {
2161 "name": "add",
2162 "type": "DT_INT32"
2163 },
2164 {
2165 "name": "tensorarrayv2write_tensorlistsetitem",
2166 "type": "DT_VARIANT"
2167 },
2168 {
2169 "name": "map_strided_slice_1",
2170 "type": "DT_INT32"
2171 },
2172 {
2173 "name": "tensorarrayv2read_tensorlistgetitem_map_tensorarrayunstack_tensorlistfromtensor",
2174 "type": "DT_VARIANT"
2175 }
2176 ]
2177 },
2178 "nodeDef": [
2179 {
2180 "name": "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_1",
2181 "op": "Const",
2182 "attr": {
2183 "value": {
2184 "tensor": {
2185 "dtype": "DT_INT32",
2186 "tensorShape": {
2187 "dim": [
2188 {
2189 "size": "1"
2190 }
2191 ]
2192 }
2193 }
2194 },
2195 "_output_shapes": {
2196 "list": {
2197 "shape": [
2198 {
2199 "dim": [
2200 {
2201 "size": "1"
2202 }
2203 ]
2204 }
2205 ]
2206 }
2207 },
2208 "dtype": {
2209 "type": "DT_INT32"
2210 }
2211 }
2212 },
2213 {
2214 "name": "map_while_body_4965/StringNGrams/RaggedFromRowStarts/row_starts",
2215 "op": "Const",
2216 "attr": {
2217 "dtype": {
2218 "type": "DT_INT64"
2219 },
2220 "value": {
2221 "tensor": {
2222 "dtype": "DT_INT64",
2223 "tensorShape": {
2224 "dim": [
2225 {
2226 "size": "1"
2227 }
2228 ]
2229 }
2230 }
2231 },
2232 "_output_shapes": {
2233 "list": {
2234 "shape": [
2235 {
2236 "dim": [
2237 {
2238 "size": "1"
2239 }
2240 ]
2241 }
2242 ]
2243 }
2244 }
2245 }
2246 },
2247 {
2248 "name": "map_while_body_4965/StringsByteSplit/StringsByteSplit/StringSplit/delimiter",
2249 "op": "Const",
2250 "attr": {
2251 "value": {
2252 "tensor": {
2253 "dtype": "DT_STRING",
2254 "tensorShape": {}
2255 }
2256 },
2257 "_output_shapes": {
2258 "list": {
2259 "shape": [
2260 {}
2261 ]
2262 }
2263 },
2264 "dtype": {
2265 "type": "DT_STRING"
2266 }
2267 }
2268 },
2269 {
2270 "name": "map_while_body_4965/StringsByteSplit/StringsByteSplit/strided_slice/stack",
2271 "op": "Const",
2272 "attr": {
2273 "dtype": {
2274 "type": "DT_INT32"
2275 },
2276 "value": {
2277 "tensor": {
2278 "dtype": "DT_INT32",
2279 "tensorShape": {
2280 "dim": [
2281 {
2282 "size": "2"
2283 }
2284 ]
2285 }
2286 }
2287 },
2288 "_output_shapes": {
2289 "list": {
2290 "shape": [
2291 {
2292 "dim": [
2293 {
2294 "size": "2"
2295 }
2296 ]
2297 }
2298 ]
2299 }
2300 }
2301 }
2302 },
2303 {
2304 "name": "map_while_body_4965/StringsByteSplit/StringsByteSplit/strided_slice/stack_1",
2305 "op": "Const",
2306 "attr": {
2307 "_output_shapes": {
2308 "list": {
2309 "shape": [
2310 {
2311 "dim": [
2312 {
2313 "size": "2"
2314 }
2315 ]
2316 }
2317 ]
2318 }
2319 },
2320 "dtype": {
2321 "type": "DT_INT32"
2322 },
2323 "value": {
2324 "tensor": {
2325 "dtype": "DT_INT32",
2326 "tensorShape": {
2327 "dim": [
2328 {
2329 "size": "2"
2330 }
2331 ]
2332 }
2333 }
2334 }
2335 }
2336 },
2337 {
2338 "name": "map_while_body_4965/StringsByteSplit/StringsByteSplit/strided_slice/stack_2",
2339 "op": "Const",
2340 "attr": {
2341 "dtype": {
2342 "type": "DT_INT32"
2343 },
2344 "_output_shapes": {
2345 "list": {
2346 "shape": [
2347 {
2348 "dim": [
2349 {
2350 "size": "2"
2351 }
2352 ]
2353 }
2354 ]
2355 }
2356 },
2357 "value": {
2358 "tensor": {
2359 "dtype": "DT_INT32",
2360 "tensorShape": {
2361 "dim": [
2362 {
2363 "size": "2"
2364 }
2365 ]
2366 }
2367 }
2368 }
2369 }
2370 },
2371 {
2372 "name": "map_while_body_4965/add_1/y",
2373 "op": "Const",
2374 "attr": {
2375 "dtype": {
2376 "type": "DT_INT32"
2377 },
2378 "_output_shapes": {
2379 "list": {
2380 "shape": [
2381 {}
2382 ]
2383 }
2384 },
2385 "value": {
2386 "tensor": {
2387 "dtype": "DT_INT32",
2388 "tensorShape": {}
2389 }
2390 }
2391 }
2392 },
2393 {
2394 "name": "map_while_body_4965/StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Const_2",
2395 "op": "Const",
2396 "attr": {
2397 "_output_shapes": {
2398 "list": {
2399 "shape": [
2400 {
2401 "dim": [
2402 {}
2403 ]
2404 }
2405 ]
2406 }
2407 },
2408 "value": {
2409 "tensor": {
2410 "dtype": "DT_INT64",
2411 "tensorShape": {
2412 "dim": [
2413 {}
2414 ]
2415 }
2416 }
2417 },
2418 "dtype": {
2419 "type": "DT_INT64"
2420 }
2421 }
2422 },
2423 {
2424 "name": "map_while_body_4965/StringsByteSplit/RaggedGetItem/strided_slice_4/Cast",
2425 "op": "Const",
2426 "attr": {
2427 "dtype": {
2428 "type": "DT_INT64"
2429 },
2430 "value": {
2431 "tensor": {
2432 "dtype": "DT_INT64",
2433 "tensorShape": {
2434 "dim": [
2435 {
2436 "size": "1"
2437 }
2438 ]
2439 }
2440 }
2441 }
2442 }
2443 },
2444 {
2445 "name": "map_while_body_4965/TensorArrayV2Read/Const",
2446 "op": "Const",
2447 "attr": {
2448 "_output_shapes": {
2449 "list": {
2450 "shape": [
2451 {
2452 "dim": [
2453 {}
2454 ]
2455 }
2456 ]
2457 }
2458 },
2459 "dtype": {
2460 "type": "DT_INT32"
2461 },
2462 "value": {
2463 "tensor": {
2464 "dtype": "DT_INT32",
2465 "tensorShape": {
2466 "dim": [
2467 {}
2468 ]
2469 }
2470 }
2471 }
2472 }
2473 },
2474 {
2475 "name": "map_while_body_4965/Const",
2476 "op": "Const",
2477 "attr": {
2478 "dtype": {
2479 "type": "DT_STRING"
2480 },
2481 "_output_shapes": {
2482 "list": {
2483 "shape": [
2484 {
2485 "dim": [
2486 {
2487 "size": "10000"
2488 }
2489 ]
2490 }
2491 ]
2492 }
2493 },
2494 "value": {
2495 "tensor": {
2496 "dtype": "DT_STRING",
2497 "tensorShape": {
2498 "dim": [
2499 {
2500 "size": "10000"
2501 }
2502 ]
2503 }
2504 }
2505 }
2506 }
2507 },
2508 {
2509 "name": "map_while_body_4965/StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Greater/y",
2510 "op": "Const",
2511 "attr": {
2512 "dtype": {
2513 "type": "DT_INT32"
2514 },
2515 "value": {
2516 "tensor": {
2517 "dtype": "DT_INT32",
2518 "tensorShape": {}
2519 }
2520 },
2521 "_output_shapes": {
2522 "list": {
2523 "shape": [
2524 {}
2525 ]
2526 }
2527 }
2528 }
2529 },
2530 {
2531 "name": "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack",
2532 "op": "Const",
2533 "attr": {
2534 "value": {
2535 "tensor": {
2536 "dtype": "DT_INT32",
2537 "tensorShape": {
2538 "dim": [
2539 {
2540 "size": "1"
2541 }
2542 ]
2543 }
2544 }
2545 },
2546 "dtype": {
2547 "type": "DT_INT32"
2548 },
2549 "_output_shapes": {
2550 "list": {
2551 "shape": [
2552 {
2553 "dim": [
2554 {
2555 "size": "1"
2556 }
2557 ]
2558 }
2559 ]
2560 }
2561 }
2562 }
2563 },
2564 {
2565 "name": "map_while_body_4965/strided_slice/stack_1",
2566 "op": "Const",
2567 "attr": {
2568 "value": {
2569 "tensor": {
2570 "dtype": "DT_INT32",
2571 "tensorShape": {
2572 "dim": [
2573 {
2574 "size": "1"
2575 }
2576 ]
2577 }
2578 }
2579 },
2580 "dtype": {
2581 "type": "DT_INT32"
2582 },
2583 "_output_shapes": {
2584 "list": {
2585 "shape": [
2586 {
2587 "dim": [
2588 {
2589 "size": "1"
2590 }
2591 ]
2592 }
2593 ]
2594 }
2595 }
2596 }
2597 },
2598 {
2599 "name": "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2",
2600 "op": "Const",
2601 "attr": {
2602 "dtype": {
2603 "type": "DT_INT32"
2604 },
2605 "_output_shapes": {
2606 "list": {
2607 "shape": [
2608 {
2609 "dim": [
2610 {
2611 "size": "1"
2612 }
2613 ]
2614 }
2615 ]
2616 }
2617 },
2618 "value": {
2619 "tensor": {
2620 "dtype": "DT_INT32",
2621 "tensorShape": {
2622 "dim": [
2623 {
2624 "size": "1"
2625 }
2626 ]
2627 }
2628 }
2629 }
2630 }
2631 },
2632 {
2633 "name": "add_1_0",
2634 "op": "AddV2",
2635 "input": [
2636 "map_while_body_4965/add_1/y:output:0",
2637 "map_while_loop_counter"
2638 ],
2639 "attr": {
2640 "T": {
2641 "type": "DT_INT32"
2642 }
2643 }
2644 },
2645 {
2646 "name": "add_0",
2647 "op": "AddV2",
2648 "input": [
2649 "map_while_body_4965/add_1/y:output:0",
2650 "placeholder"
2651 ],
2652 "attr": {
2653 "T": {
2654 "type": "DT_INT32"
2655 }
2656 }
2657 },
2658 {
2659 "name": "TensorArrayV2Read/TensorListGetItem",
2660 "op": "TensorListGetItem",
2661 "input": [
2662 "tensorarrayv2read_tensorlistgetitem_map_tensorarrayunstack_tensorlistfromtensor_0",
2663 "placeholder",
2664 "map_while_body_4965/TensorArrayV2Read/Const:output:0"
2665 ],
2666 "attr": {
2667 "_output_shapes": {
2668 "list": {
2669 "shape": [
2670 {}
2671 ]
2672 }
2673 },
2674 "element_dtype": {
2675 "type": "DT_STRING"
2676 }
2677 }
2678 },
2679 {
2680 "name": "map_while_body_4965/ConstantFolding/StringsByteSplit/stack_const_axis",
2681 "op": "Const",
2682 "input": [
2683 "^TensorArrayV2Read/TensorListGetItem"
2684 ],
2685 "attr": {
2686 "dtype": {
2687 "type": "DT_INT32"
2688 },
2689 "value": {
2690 "tensor": {
2691 "dtype": "DT_INT32",
2692 "tensorShape": {}
2693 }
2694 }
2695 }
2696 },
2697 {
2698 "name": "StringsByteSplit/stack",
2699 "op": "ExpandDims",
2700 "input": [
2701 "TensorArrayV2Read/TensorListGetItem:item:0",
2702 "map_while_body_4965/ConstantFolding/StringsByteSplit/stack_const_axis:output:0"
2703 ],
2704 "attr": {
2705 "T": {
2706 "type": "DT_STRING"
2707 },
2708 "_output_shapes": {
2709 "list": {
2710 "shape": [
2711 {
2712 "dim": [
2713 {
2714 "size": "1"
2715 }
2716 ]
2717 }
2718 ]
2719 }
2720 },
2721 "Tdim": {
2722 "type": "DT_INT32"
2723 }
2724 }
2725 },
2726 {
2727 "name": "StringsByteSplit/StringsByteSplit/StringSplit",
2728 "op": "StringSplit",
2729 "input": [
2730 "StringsByteSplit/stack:output:0",
2731 "map_while_body_4965/StringsByteSplit/StringsByteSplit/StringSplit/delimiter:output:0"
2732 ],
2733 "attr": {
2734 "_output_shapes": {
2735 "list": {
2736 "shape": [
2737 {
2738 "dim": [
2739 {
2740 "size": "-1"
2741 },
2742 {
2743 "size": "2"
2744 }
2745 ]
2746 },
2747 {
2748 "dim": [
2749 {
2750 "size": "-1"
2751 }
2752 ]
2753 },
2754 {
2755 "dim": [
2756 {
2757 "size": "2"
2758 }
2759 ]
2760 }
2761 ]
2762 }
2763 },
2764 "skip_empty": {
2765 "b": false
2766 }
2767 }
2768 },
2769 {
2770 "name": "StringsByteSplit/StringsByteSplit/strided_slice",
2771 "op": "StridedSlice",
2772 "input": [
2773 "StringsByteSplit/StringsByteSplit/StringSplit:indices:0",
2774 "map_while_body_4965/StringsByteSplit/StringsByteSplit/strided_slice/stack:output:0",
2775 "map_while_body_4965/StringsByteSplit/StringsByteSplit/strided_slice/stack_1:output:0",
2776 "map_while_body_4965/StringsByteSplit/StringsByteSplit/strided_slice/stack_2:output:0"
2777 ],
2778 "attr": {
2779 "T": {
2780 "type": "DT_INT64"
2781 },
2782 "begin_mask": {
2783 "i": "1"
2784 },
2785 "_output_shapes": {
2786 "list": {
2787 "shape": [
2788 {
2789 "dim": [
2790 {
2791 "size": "-1"
2792 }
2793 ]
2794 }
2795 ]
2796 }
2797 },
2798 "new_axis_mask": {
2799 "i": "0"
2800 },
2801 "Index": {
2802 "type": "DT_INT32"
2803 },
2804 "shrink_axis_mask": {
2805 "i": "2"
2806 },
2807 "end_mask": {
2808 "i": "1"
2809 },
2810 "ellipsis_mask": {
2811 "i": "0"
2812 }
2813 }
2814 },
2815 {
2816 "name": "StringsByteSplit/StringsByteSplit/strided_slice_1",
2817 "op": "StridedSlice",
2818 "input": [
2819 "StringsByteSplit/StringsByteSplit/StringSplit:shape:0",
2820 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
2821 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0",
2822 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
2823 ],
2824 "attr": {
2825 "ellipsis_mask": {
2826 "i": "0"
2827 },
2828 "begin_mask": {
2829 "i": "0"
2830 },
2831 "end_mask": {
2832 "i": "0"
2833 },
2834 "T": {
2835 "type": "DT_INT64"
2836 },
2837 "shrink_axis_mask": {
2838 "i": "1"
2839 },
2840 "_output_shapes": {
2841 "list": {
2842 "shape": [
2843 {}
2844 ]
2845 }
2846 },
2847 "Index": {
2848 "type": "DT_INT32"
2849 },
2850 "new_axis_mask": {
2851 "i": "0"
2852 }
2853 }
2854 },
2855 {
2856 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cast",
2857 "op": "Cast",
2858 "input": [
2859 "StringsByteSplit/StringsByteSplit/strided_slice:output:0"
2860 ],
2861 "attr": {
2862 "SrcT": {
2863 "type": "DT_INT64"
2864 },
2865 "Truncate": {
2866 "b": false
2867 },
2868 "DstT": {
2869 "type": "DT_INT32"
2870 },
2871 "_output_shapes": {
2872 "list": {
2873 "shape": [
2874 {
2875 "dim": [
2876 {
2877 "size": "-1"
2878 }
2879 ]
2880 }
2881 ]
2882 }
2883 }
2884 }
2885 },
2886 {
2887 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cast_1",
2888 "op": "Cast",
2889 "input": [
2890 "StringsByteSplit/StringsByteSplit/strided_slice_1:output:0"
2891 ],
2892 "attr": {
2893 "_output_shapes": {
2894 "list": {
2895 "shape": [
2896 {}
2897 ]
2898 }
2899 },
2900 "SrcT": {
2901 "type": "DT_INT64"
2902 },
2903 "DstT": {
2904 "type": "DT_INT32"
2905 },
2906 "Truncate": {
2907 "b": false
2908 }
2909 }
2910 },
2911 {
2912 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Shape",
2913 "op": "Shape",
2914 "input": [
2915 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cast:y:0"
2916 ],
2917 "attr": {
2918 "out_type": {
2919 "type": "DT_INT32"
2920 },
2921 "T": {
2922 "type": "DT_INT32"
2923 },
2924 "_output_shapes": {
2925 "list": {
2926 "shape": [
2927 {
2928 "dim": [
2929 {
2930 "size": "1"
2931 }
2932 ]
2933 }
2934 ]
2935 }
2936 }
2937 }
2938 },
2939 {
2940 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Max",
2941 "op": "Max",
2942 "input": [
2943 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cast:y:0",
2944 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0"
2945 ],
2946 "attr": {
2947 "_output_shapes": {
2948 "list": {
2949 "shape": [
2950 {}
2951 ]
2952 }
2953 },
2954 "Tidx": {
2955 "type": "DT_INT32"
2956 },
2957 "keep_dims": {
2958 "b": false
2959 },
2960 "T": {
2961 "type": "DT_INT32"
2962 }
2963 }
2964 },
2965 {
2966 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Prod",
2967 "op": "Prod",
2968 "input": [
2969 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Shape:output:0",
2970 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0"
2971 ],
2972 "attr": {
2973 "_output_shapes": {
2974 "list": {
2975 "shape": [
2976 {}
2977 ]
2978 }
2979 },
2980 "T": {
2981 "type": "DT_INT32"
2982 },
2983 "keep_dims": {
2984 "b": false
2985 },
2986 "Tidx": {
2987 "type": "DT_INT32"
2988 }
2989 }
2990 },
2991 {
2992 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/add",
2993 "op": "AddV2",
2994 "input": [
2995 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Max:output:0",
2996 "map_while_body_4965/add_1/y:output:0"
2997 ],
2998 "attr": {
2999 "T": {
3000 "type": "DT_INT32"
3001 },
3002 "_output_shapes": {
3003 "list": {
3004 "shape": [
3005 {}
3006 ]
3007 }
3008 }
3009 }
3010 },
3011 {
3012 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Greater",
3013 "op": "Greater",
3014 "input": [
3015 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Prod:output:0",
3016 "map_while_body_4965/StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Greater/y:output:0"
3017 ],
3018 "attr": {
3019 "T": {
3020 "type": "DT_INT32"
3021 },
3022 "_output_shapes": {
3023 "list": {
3024 "shape": [
3025 {}
3026 ]
3027 }
3028 }
3029 }
3030 },
3031 {
3032 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Cast",
3033 "op": "Cast",
3034 "input": [
3035 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Greater:z:0"
3036 ],
3037 "attr": {
3038 "_output_shapes": {
3039 "list": {
3040 "shape": [
3041 {}
3042 ]
3043 }
3044 },
3045 "SrcT": {
3046 "type": "DT_BOOL"
3047 },
3048 "DstT": {
3049 "type": "DT_INT32"
3050 },
3051 "Truncate": {
3052 "b": false
3053 }
3054 }
3055 },
3056 {
3057 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/mul",
3058 "op": "Mul",
3059 "input": [
3060 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Cast:y:0",
3061 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/add:z:0"
3062 ],
3063 "attr": {
3064 "_output_shapes": {
3065 "list": {
3066 "shape": [
3067 {}
3068 ]
3069 }
3070 },
3071 "T": {
3072 "type": "DT_INT32"
3073 }
3074 }
3075 },
3076 {
3077 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Maximum",
3078 "op": "Maximum",
3079 "input": [
3080 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cast_1:y:0",
3081 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/mul:z:0"
3082 ],
3083 "attr": {
3084 "_output_shapes": {
3085 "list": {
3086 "shape": [
3087 {}
3088 ]
3089 }
3090 },
3091 "T": {
3092 "type": "DT_INT32"
3093 }
3094 }
3095 },
3096 {
3097 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Minimum",
3098 "op": "Minimum",
3099 "input": [
3100 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cast_1:y:0",
3101 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Maximum:z:0"
3102 ],
3103 "attr": {
3104 "_output_shapes": {
3105 "list": {
3106 "shape": [
3107 {}
3108 ]
3109 }
3110 },
3111 "T": {
3112 "type": "DT_INT32"
3113 }
3114 }
3115 },
3116 {
3117 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Bincount",
3118 "op": "Bincount",
3119 "input": [
3120 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cast:y:0",
3121 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Minimum:z:0",
3122 "map_while_body_4965/StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Const_2:output:0"
3123 ],
3124 "attr": {
3125 "T": {
3126 "type": "DT_INT64"
3127 },
3128 "_output_shapes": {
3129 "list": {
3130 "shape": [
3131 {
3132 "dim": [
3133 {
3134 "size": "-1"
3135 }
3136 ]
3137 }
3138 ]
3139 }
3140 }
3141 }
3142 },
3143 {
3144 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cumsum",
3145 "op": "Cumsum",
3146 "input": [
3147 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Bincount:bins:0",
3148 "map_while_body_4965/StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Greater/y:output:0"
3149 ],
3150 "attr": {
3151 "reverse": {
3152 "b": false
3153 },
3154 "exclusive": {
3155 "b": false
3156 },
3157 "Tidx": {
3158 "type": "DT_INT32"
3159 },
3160 "T": {
3161 "type": "DT_INT64"
3162 },
3163 "_output_shapes": {
3164 "list": {
3165 "shape": [
3166 {
3167 "dim": [
3168 {
3169 "size": "-1"
3170 }
3171 ]
3172 }
3173 ]
3174 }
3175 }
3176 }
3177 },
3178 {
3179 "name": "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/concat",
3180 "op": "ConcatV2",
3181 "input": [
3182 "map_while_body_4965/StringNGrams/RaggedFromRowStarts/row_starts:output:0",
3183 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/Cumsum:out:0",
3184 "map_while_body_4965/StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Greater/y:output:0"
3185 ],
3186 "attr": {
3187 "N": {
3188 "i": "2"
3189 },
3190 "T": {
3191 "type": "DT_INT64"
3192 },
3193 "_output_shapes": {
3194 "list": {
3195 "shape": [
3196 {
3197 "dim": [
3198 {
3199 "size": "-1"
3200 }
3201 ]
3202 }
3203 ]
3204 }
3205 },
3206 "Tidx": {
3207 "type": "DT_INT32"
3208 }
3209 }
3210 },
3211 {
3212 "name": "StringsByteSplit/RaggedGetItem/strided_slice",
3213 "op": "StridedSlice",
3214 "input": [
3215 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/concat:output:0",
3216 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3217 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_1:output:0",
3218 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3219 ],
3220 "attr": {
3221 "Index": {
3222 "type": "DT_INT32"
3223 },
3224 "begin_mask": {
3225 "i": "1"
3226 },
3227 "_output_shapes": {
3228 "list": {
3229 "shape": [
3230 {
3231 "dim": [
3232 {
3233 "size": "-1"
3234 }
3235 ]
3236 }
3237 ]
3238 }
3239 },
3240 "shrink_axis_mask": {
3241 "i": "0"
3242 },
3243 "end_mask": {
3244 "i": "0"
3245 },
3246 "T": {
3247 "type": "DT_INT64"
3248 },
3249 "new_axis_mask": {
3250 "i": "0"
3251 },
3252 "ellipsis_mask": {
3253 "i": "0"
3254 }
3255 }
3256 },
3257 {
3258 "name": "StringsByteSplit/RaggedGetItem/strided_slice_1",
3259 "op": "StridedSlice",
3260 "input": [
3261 "StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/concat:output:0",
3262 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0",
3263 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3264 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3265 ],
3266 "attr": {
3267 "Index": {
3268 "type": "DT_INT32"
3269 },
3270 "T": {
3271 "type": "DT_INT64"
3272 },
3273 "ellipsis_mask": {
3274 "i": "0"
3275 },
3276 "end_mask": {
3277 "i": "1"
3278 },
3279 "begin_mask": {
3280 "i": "0"
3281 },
3282 "_output_shapes": {
3283 "list": {
3284 "shape": [
3285 {
3286 "dim": [
3287 {
3288 "size": "-1"
3289 }
3290 ]
3291 }
3292 ]
3293 }
3294 },
3295 "new_axis_mask": {
3296 "i": "0"
3297 },
3298 "shrink_axis_mask": {
3299 "i": "0"
3300 }
3301 }
3302 },
3303 {
3304 "name": "StringsByteSplit/RaggedGetItem/strided_slice_2",
3305 "op": "StridedSlice",
3306 "input": [
3307 "StringsByteSplit/RaggedGetItem/strided_slice:output:0",
3308 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3309 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0",
3310 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3311 ],
3312 "attr": {
3313 "ellipsis_mask": {
3314 "i": "0"
3315 },
3316 "_output_shapes": {
3317 "list": {
3318 "shape": [
3319 {}
3320 ]
3321 }
3322 },
3323 "end_mask": {
3324 "i": "0"
3325 },
3326 "Index": {
3327 "type": "DT_INT32"
3328 },
3329 "T": {
3330 "type": "DT_INT64"
3331 },
3332 "begin_mask": {
3333 "i": "0"
3334 },
3335 "shrink_axis_mask": {
3336 "i": "1"
3337 },
3338 "new_axis_mask": {
3339 "i": "0"
3340 }
3341 }
3342 },
3343 {
3344 "name": "StringsByteSplit/RaggedGetItem/strided_slice_3",
3345 "op": "StridedSlice",
3346 "input": [
3347 "StringsByteSplit/RaggedGetItem/strided_slice_1:output:0",
3348 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3349 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0",
3350 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3351 ],
3352 "attr": {
3353 "new_axis_mask": {
3354 "i": "0"
3355 },
3356 "begin_mask": {
3357 "i": "0"
3358 },
3359 "Index": {
3360 "type": "DT_INT32"
3361 },
3362 "end_mask": {
3363 "i": "0"
3364 },
3365 "T": {
3366 "type": "DT_INT64"
3367 },
3368 "shrink_axis_mask": {
3369 "i": "1"
3370 },
3371 "_output_shapes": {
3372 "list": {
3373 "shape": [
3374 {}
3375 ]
3376 }
3377 },
3378 "ellipsis_mask": {
3379 "i": "0"
3380 }
3381 }
3382 },
3383 {
3384 "name": "map_while_body_4965/ConstantFolding/StringsByteSplit/RaggedGetItem/strided_slice_4/stack_const_axis",
3385 "op": "Const",
3386 "input": [
3387 "^StringsByteSplit/RaggedGetItem/strided_slice_2"
3388 ],
3389 "attr": {
3390 "dtype": {
3391 "type": "DT_INT32"
3392 },
3393 "value": {
3394 "tensor": {
3395 "dtype": "DT_INT32",
3396 "tensorShape": {}
3397 }
3398 }
3399 }
3400 },
3401 {
3402 "name": "map_while_body_4965/ConstantFolding/StringsByteSplit/RaggedGetItem/strided_slice_4/stack_1_const_axis",
3403 "op": "Const",
3404 "input": [
3405 "^StringsByteSplit/RaggedGetItem/strided_slice_3"
3406 ],
3407 "attr": {
3408 "dtype": {
3409 "type": "DT_INT32"
3410 },
3411 "value": {
3412 "tensor": {
3413 "dtype": "DT_INT32",
3414 "tensorShape": {}
3415 }
3416 }
3417 }
3418 },
3419 {
3420 "name": "StringsByteSplit/RaggedGetItem/strided_slice_4/stack",
3421 "op": "ExpandDims",
3422 "input": [
3423 "StringsByteSplit/RaggedGetItem/strided_slice_2:output:0",
3424 "map_while_body_4965/ConstantFolding/StringsByteSplit/RaggedGetItem/strided_slice_4/stack_const_axis:output:0"
3425 ],
3426 "attr": {
3427 "T": {
3428 "type": "DT_INT64"
3429 },
3430 "_output_shapes": {
3431 "list": {
3432 "shape": [
3433 {
3434 "dim": [
3435 {
3436 "size": "1"
3437 }
3438 ]
3439 }
3440 ]
3441 }
3442 },
3443 "Tdim": {
3444 "type": "DT_INT32"
3445 }
3446 }
3447 },
3448 {
3449 "name": "StringsByteSplit/RaggedGetItem/strided_slice_4/stack_1",
3450 "op": "ExpandDims",
3451 "input": [
3452 "StringsByteSplit/RaggedGetItem/strided_slice_3:output:0",
3453 "map_while_body_4965/ConstantFolding/StringsByteSplit/RaggedGetItem/strided_slice_4/stack_1_const_axis:output:0"
3454 ],
3455 "attr": {
3456 "T": {
3457 "type": "DT_INT64"
3458 },
3459 "_output_shapes": {
3460 "list": {
3461 "shape": [
3462 {
3463 "dim": [
3464 {
3465 "size": "1"
3466 }
3467 ]
3468 }
3469 ]
3470 }
3471 },
3472 "Tdim": {
3473 "type": "DT_INT32"
3474 }
3475 }
3476 },
3477 {
3478 "name": "StringsByteSplit/RaggedGetItem/strided_slice_4",
3479 "op": "StridedSlice",
3480 "input": [
3481 "StringsByteSplit/StringsByteSplit/StringSplit:values:0",
3482 "StringsByteSplit/RaggedGetItem/strided_slice_4/stack:output:0",
3483 "StringsByteSplit/RaggedGetItem/strided_slice_4/stack_1:output:0",
3484 "map_while_body_4965/StringsByteSplit/RaggedGetItem/strided_slice_4/Cast:output:0"
3485 ],
3486 "attr": {
3487 "begin_mask": {
3488 "i": "0"
3489 },
3490 "new_axis_mask": {
3491 "i": "0"
3492 },
3493 "T": {
3494 "type": "DT_STRING"
3495 },
3496 "Index": {
3497 "type": "DT_INT64"
3498 },
3499 "shrink_axis_mask": {
3500 "i": "0"
3501 },
3502 "end_mask": {
3503 "i": "0"
3504 },
3505 "ellipsis_mask": {
3506 "i": "0"
3507 },
3508 "_output_shapes": {
3509 "list": {
3510 "shape": [
3511 {
3512 "dim": [
3513 {
3514 "size": "-1"
3515 }
3516 ]
3517 }
3518 ]
3519 }
3520 }
3521 }
3522 },
3523 {
3524 "name": "StringsByteSplit/RaggedGetItem/strided_slice_5",
3525 "op": "StridedSlice",
3526 "input": [
3527 "StringsByteSplit/RaggedGetItem/strided_slice_4:output:0",
3528 "map_while_body_4965/TensorArrayV2Read/Const:output:0",
3529 "map_while_body_4965/TensorArrayV2Read/Const:output:0",
3530 "map_while_body_4965/TensorArrayV2Read/Const:output:0"
3531 ],
3532 "attr": {
3533 "shrink_axis_mask": {
3534 "i": "0"
3535 },
3536 "begin_mask": {
3537 "i": "0"
3538 },
3539 "_output_shapes": {
3540 "list": {
3541 "shape": [
3542 {
3543 "dim": [
3544 {
3545 "size": "-1"
3546 }
3547 ]
3548 }
3549 ]
3550 }
3551 },
3552 "T": {
3553 "type": "DT_STRING"
3554 },
3555 "new_axis_mask": {
3556 "i": "0"
3557 },
3558 "end_mask": {
3559 "i": "0"
3560 },
3561 "Index": {
3562 "type": "DT_INT32"
3563 },
3564 "ellipsis_mask": {
3565 "i": "0"
3566 }
3567 }
3568 },
3569 {
3570 "name": "StringNGrams/RaggedFromRowStarts/Shape",
3571 "op": "Shape",
3572 "input": [
3573 "StringsByteSplit/RaggedGetItem/strided_slice_5:output:0"
3574 ],
3575 "attr": {
3576 "T": {
3577 "type": "DT_STRING"
3578 },
3579 "out_type": {
3580 "type": "DT_INT64"
3581 },
3582 "_output_shapes": {
3583 "list": {
3584 "shape": [
3585 {
3586 "dim": [
3587 {
3588 "size": "1"
3589 }
3590 ]
3591 }
3592 ]
3593 }
3594 }
3595 }
3596 },
3597 {
3598 "name": "StringNGrams/RaggedFromRowStarts/strided_slice",
3599 "op": "StridedSlice",
3600 "input": [
3601 "StringNGrams/RaggedFromRowStarts/Shape:output:0",
3602 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3603 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0",
3604 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3605 ],
3606 "attr": {
3607 "shrink_axis_mask": {
3608 "i": "1"
3609 },
3610 "T": {
3611 "type": "DT_INT64"
3612 },
3613 "begin_mask": {
3614 "i": "0"
3615 },
3616 "end_mask": {
3617 "i": "0"
3618 },
3619 "Index": {
3620 "type": "DT_INT32"
3621 },
3622 "ellipsis_mask": {
3623 "i": "0"
3624 },
3625 "_output_shapes": {
3626 "list": {
3627 "shape": [
3628 {}
3629 ]
3630 }
3631 },
3632 "new_axis_mask": {
3633 "i": "0"
3634 }
3635 }
3636 },
3637 {
3638 "name": "map_while_body_4965/ConstantFolding/StringNGrams/RaggedFromRowStarts/concat/values_1_const_axis",
3639 "op": "Const",
3640 "input": [
3641 "^StringNGrams/RaggedFromRowStarts/strided_slice"
3642 ],
3643 "attr": {
3644 "value": {
3645 "tensor": {
3646 "dtype": "DT_INT32",
3647 "tensorShape": {}
3648 }
3649 },
3650 "dtype": {
3651 "type": "DT_INT32"
3652 }
3653 }
3654 },
3655 {
3656 "name": "StringNGrams/RaggedFromRowStarts/concat/values_1",
3657 "op": "ExpandDims",
3658 "input": [
3659 "StringNGrams/RaggedFromRowStarts/strided_slice:output:0",
3660 "map_while_body_4965/ConstantFolding/StringNGrams/RaggedFromRowStarts/concat/values_1_const_axis:output:0"
3661 ],
3662 "attr": {
3663 "T": {
3664 "type": "DT_INT64"
3665 },
3666 "Tdim": {
3667 "type": "DT_INT32"
3668 },
3669 "_output_shapes": {
3670 "list": {
3671 "shape": [
3672 {
3673 "dim": [
3674 {
3675 "size": "1"
3676 }
3677 ]
3678 }
3679 ]
3680 }
3681 }
3682 }
3683 },
3684 {
3685 "name": "StringNGrams/RaggedFromRowStarts/concat",
3686 "op": "ConcatV2",
3687 "input": [
3688 "map_while_body_4965/StringNGrams/RaggedFromRowStarts/row_starts:output:0",
3689 "StringNGrams/RaggedFromRowStarts/concat/values_1:output:0",
3690 "map_while_body_4965/StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Greater/y:output:0"
3691 ],
3692 "attr": {
3693 "Tidx": {
3694 "type": "DT_INT32"
3695 },
3696 "_output_shapes": {
3697 "list": {
3698 "shape": [
3699 {
3700 "dim": [
3701 {
3702 "size": "2"
3703 }
3704 ]
3705 }
3706 ]
3707 }
3708 },
3709 "T": {
3710 "type": "DT_INT64"
3711 },
3712 "N": {
3713 "i": "2"
3714 }
3715 }
3716 },
3717 {
3718 "name": "StringNGrams/StringNGrams/StringNGrams",
3719 "op": "StringNGrams",
3720 "input": [
3721 "StringsByteSplit/RaggedGetItem/strided_slice_5:output:0",
3722 "StringNGrams/RaggedFromRowStarts/concat:output:0"
3723 ],
3724 "attr": {
3725 "left_pad": {
3726 "s": ""
3727 },
3728 "separator": {
3729 "s": "IA=="
3730 },
3731 "pad_width": {
3732 "i": "0"
3733 },
3734 "preserve_short_sequences": {
3735 "b": false
3736 },
3737 "right_pad": {
3738 "s": ""
3739 },
3740 "ngram_widths": {
3741 "list": {
3742 "i": [
3743 "2"
3744 ]
3745 }
3746 },
3747 "_output_shapes": {
3748 "list": {
3749 "shape": [
3750 {
3751 "dim": [
3752 {
3753 "size": "-1"
3754 }
3755 ]
3756 },
3757 {
3758 "dim": [
3759 {
3760 "size": "2"
3761 }
3762 ]
3763 }
3764 ]
3765 }
3766 },
3767 "Tsplits": {
3768 "type": "DT_INT64"
3769 }
3770 }
3771 },
3772 {
3773 "name": "StringNGrams/RaggedGetItem/strided_slice",
3774 "op": "StridedSlice",
3775 "input": [
3776 "StringNGrams/StringNGrams/StringNGrams:ngrams_splits:0",
3777 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3778 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_1:output:0",
3779 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3780 ],
3781 "attr": {
3782 "end_mask": {
3783 "i": "0"
3784 },
3785 "Index": {
3786 "type": "DT_INT32"
3787 },
3788 "ellipsis_mask": {
3789 "i": "0"
3790 },
3791 "T": {
3792 "type": "DT_INT64"
3793 },
3794 "begin_mask": {
3795 "i": "1"
3796 },
3797 "new_axis_mask": {
3798 "i": "0"
3799 },
3800 "_output_shapes": {
3801 "list": {
3802 "shape": [
3803 {
3804 "dim": [
3805 {
3806 "size": "1"
3807 }
3808 ]
3809 }
3810 ]
3811 }
3812 },
3813 "shrink_axis_mask": {
3814 "i": "0"
3815 }
3816 }
3817 },
3818 {
3819 "name": "StringNGrams/RaggedGetItem/strided_slice_1",
3820 "op": "StridedSlice",
3821 "input": [
3822 "StringNGrams/StringNGrams/StringNGrams:ngrams_splits:0",
3823 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0",
3824 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3825 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3826 ],
3827 "attr": {
3828 "shrink_axis_mask": {
3829 "i": "0"
3830 },
3831 "ellipsis_mask": {
3832 "i": "0"
3833 },
3834 "new_axis_mask": {
3835 "i": "0"
3836 },
3837 "_output_shapes": {
3838 "list": {
3839 "shape": [
3840 {
3841 "dim": [
3842 {
3843 "size": "1"
3844 }
3845 ]
3846 }
3847 ]
3848 }
3849 },
3850 "begin_mask": {
3851 "i": "0"
3852 },
3853 "end_mask": {
3854 "i": "1"
3855 },
3856 "Index": {
3857 "type": "DT_INT32"
3858 },
3859 "T": {
3860 "type": "DT_INT64"
3861 }
3862 }
3863 },
3864 {
3865 "name": "StringNGrams/RaggedGetItem/strided_slice_2",
3866 "op": "StridedSlice",
3867 "input": [
3868 "StringNGrams/RaggedGetItem/strided_slice:output:0",
3869 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3870 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0",
3871 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3872 ],
3873 "attr": {
3874 "Index": {
3875 "type": "DT_INT32"
3876 },
3877 "ellipsis_mask": {
3878 "i": "0"
3879 },
3880 "end_mask": {
3881 "i": "0"
3882 },
3883 "T": {
3884 "type": "DT_INT64"
3885 },
3886 "new_axis_mask": {
3887 "i": "0"
3888 },
3889 "begin_mask": {
3890 "i": "0"
3891 },
3892 "shrink_axis_mask": {
3893 "i": "1"
3894 },
3895 "_output_shapes": {
3896 "list": {
3897 "shape": [
3898 {}
3899 ]
3900 }
3901 }
3902 }
3903 },
3904 {
3905 "name": "StringNGrams/RaggedGetItem/strided_slice_3",
3906 "op": "StridedSlice",
3907 "input": [
3908 "StringNGrams/RaggedGetItem/strided_slice_1:output:0",
3909 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
3910 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0",
3911 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
3912 ],
3913 "attr": {
3914 "Index": {
3915 "type": "DT_INT32"
3916 },
3917 "shrink_axis_mask": {
3918 "i": "1"
3919 },
3920 "new_axis_mask": {
3921 "i": "0"
3922 },
3923 "_output_shapes": {
3924 "list": {
3925 "shape": [
3926 {}
3927 ]
3928 }
3929 },
3930 "ellipsis_mask": {
3931 "i": "0"
3932 },
3933 "T": {
3934 "type": "DT_INT64"
3935 },
3936 "begin_mask": {
3937 "i": "0"
3938 },
3939 "end_mask": {
3940 "i": "0"
3941 }
3942 }
3943 },
3944 {
3945 "name": "map_while_body_4965/ConstantFolding/StringNGrams/RaggedGetItem/strided_slice_4/stack_const_axis",
3946 "op": "Const",
3947 "input": [
3948 "^StringNGrams/RaggedGetItem/strided_slice_2"
3949 ],
3950 "attr": {
3951 "dtype": {
3952 "type": "DT_INT32"
3953 },
3954 "value": {
3955 "tensor": {
3956 "dtype": "DT_INT32",
3957 "tensorShape": {}
3958 }
3959 }
3960 }
3961 },
3962 {
3963 "name": "map_while_body_4965/ConstantFolding/StringNGrams/RaggedGetItem/strided_slice_4/stack_1_const_axis",
3964 "op": "Const",
3965 "input": [
3966 "^StringNGrams/RaggedGetItem/strided_slice_3"
3967 ],
3968 "attr": {
3969 "value": {
3970 "tensor": {
3971 "dtype": "DT_INT32",
3972 "tensorShape": {}
3973 }
3974 },
3975 "dtype": {
3976 "type": "DT_INT32"
3977 }
3978 }
3979 },
3980 {
3981 "name": "StringNGrams/RaggedGetItem/strided_slice_4/stack",
3982 "op": "ExpandDims",
3983 "input": [
3984 "StringNGrams/RaggedGetItem/strided_slice_2:output:0",
3985 "map_while_body_4965/ConstantFolding/StringNGrams/RaggedGetItem/strided_slice_4/stack_const_axis:output:0"
3986 ],
3987 "attr": {
3988 "_output_shapes": {
3989 "list": {
3990 "shape": [
3991 {
3992 "dim": [
3993 {
3994 "size": "1"
3995 }
3996 ]
3997 }
3998 ]
3999 }
4000 },
4001 "T": {
4002 "type": "DT_INT64"
4003 },
4004 "Tdim": {
4005 "type": "DT_INT32"
4006 }
4007 }
4008 },
4009 {
4010 "name": "StringNGrams/RaggedGetItem/strided_slice_4/stack_1",
4011 "op": "ExpandDims",
4012 "input": [
4013 "StringNGrams/RaggedGetItem/strided_slice_3:output:0",
4014 "map_while_body_4965/ConstantFolding/StringNGrams/RaggedGetItem/strided_slice_4/stack_1_const_axis:output:0"
4015 ],
4016 "attr": {
4017 "T": {
4018 "type": "DT_INT64"
4019 },
4020 "Tdim": {
4021 "type": "DT_INT32"
4022 },
4023 "_output_shapes": {
4024 "list": {
4025 "shape": [
4026 {
4027 "dim": [
4028 {
4029 "size": "1"
4030 }
4031 ]
4032 }
4033 ]
4034 }
4035 }
4036 }
4037 },
4038 {
4039 "name": "StringNGrams/RaggedGetItem/strided_slice_4",
4040 "op": "StridedSlice",
4041 "input": [
4042 "StringNGrams/StringNGrams/StringNGrams:ngrams:0",
4043 "StringNGrams/RaggedGetItem/strided_slice_4/stack:output:0",
4044 "StringNGrams/RaggedGetItem/strided_slice_4/stack_1:output:0",
4045 "map_while_body_4965/StringsByteSplit/RaggedGetItem/strided_slice_4/Cast:output:0"
4046 ],
4047 "attr": {
4048 "T": {
4049 "type": "DT_STRING"
4050 },
4051 "shrink_axis_mask": {
4052 "i": "0"
4053 },
4054 "Index": {
4055 "type": "DT_INT64"
4056 },
4057 "ellipsis_mask": {
4058 "i": "0"
4059 },
4060 "_output_shapes": {
4061 "list": {
4062 "shape": [
4063 {
4064 "dim": [
4065 {
4066 "size": "-1"
4067 }
4068 ]
4069 }
4070 ]
4071 }
4072 },
4073 "end_mask": {
4074 "i": "0"
4075 },
4076 "begin_mask": {
4077 "i": "0"
4078 },
4079 "new_axis_mask": {
4080 "i": "0"
4081 }
4082 }
4083 },
4084 {
4085 "name": "StringNGrams/RaggedGetItem/strided_slice_5",
4086 "op": "StridedSlice",
4087 "input": [
4088 "StringNGrams/RaggedGetItem/strided_slice_4:output:0",
4089 "map_while_body_4965/TensorArrayV2Read/Const:output:0",
4090 "map_while_body_4965/TensorArrayV2Read/Const:output:0",
4091 "map_while_body_4965/TensorArrayV2Read/Const:output:0"
4092 ],
4093 "attr": {
4094 "T": {
4095 "type": "DT_STRING"
4096 },
4097 "ellipsis_mask": {
4098 "i": "0"
4099 },
4100 "_output_shapes": {
4101 "list": {
4102 "shape": [
4103 {
4104 "dim": [
4105 {
4106 "size": "-1"
4107 }
4108 ]
4109 }
4110 ]
4111 }
4112 },
4113 "Index": {
4114 "type": "DT_INT32"
4115 },
4116 "shrink_axis_mask": {
4117 "i": "0"
4118 },
4119 "end_mask": {
4120 "i": "0"
4121 },
4122 "new_axis_mask": {
4123 "i": "0"
4124 },
4125 "begin_mask": {
4126 "i": "0"
4127 }
4128 }
4129 },
4130 {
4131 "name": "concat",
4132 "op": "ConcatV2",
4133 "input": [
4134 "StringNGrams/RaggedGetItem/strided_slice_5:output:0",
4135 "map_while_body_4965/Const:output:0",
4136 "map_while_body_4965/StringsByteSplit/StringsByteSplit/RaggedFromValueRowIds/bincount/Greater/y:output:0"
4137 ],
4138 "attr": {
4139 "N": {
4140 "i": "2"
4141 },
4142 "_output_shapes": {
4143 "list": {
4144 "shape": [
4145 {
4146 "dim": [
4147 {
4148 "size": "-1"
4149 }
4150 ]
4151 }
4152 ]
4153 }
4154 },
4155 "Tidx": {
4156 "type": "DT_INT32"
4157 },
4158 "T": {
4159 "type": "DT_STRING"
4160 }
4161 }
4162 },
4163 {
4164 "name": "strided_slice",
4165 "op": "StridedSlice",
4166 "input": [
4167 "concat:output:0",
4168 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack:output:0",
4169 "map_while_body_4965/strided_slice/stack_1:output:0",
4170 "map_while_body_4965/StringNGrams/RaggedGetItem/strided_slice/stack_2:output:0"
4171 ],
4172 "attr": {
4173 "T": {
4174 "type": "DT_STRING"
4175 },
4176 "shrink_axis_mask": {
4177 "i": "0"
4178 },
4179 "_output_shapes": {
4180 "list": {
4181 "shape": [
4182 {
4183 "dim": [
4184 {
4185 "size": "-1"
4186 }
4187 ]
4188 }
4189 ]
4190 }
4191 },
4192 "begin_mask": {
4193 "i": "1"
4194 },
4195 "ellipsis_mask": {
4196 "i": "0"
4197 },
4198 "Index": {
4199 "type": "DT_INT32"
4200 },
4201 "new_axis_mask": {
4202 "i": "0"
4203 },
4204 "end_mask": {
4205 "i": "0"
4206 }
4207 }
4208 },
4209 {
4210 "name": "TensorArrayV2Write/TensorListSetItem",
4211 "op": "TensorListSetItem",
4212 "input": [
4213 "placeholder_1",
4214 "placeholder",
4215 "strided_slice:output:0"
4216 ],
4217 "attr": {
4218 "element_dtype": {
4219 "type": "DT_STRING"
4220 },
4221 "_output_shapes": {
4222 "list": {
4223 "shape": [
4224 {}
4225 ]
4226 }
4227 }
4228 }
4229 }
4230 ],
4231 "ret": {
4232 "tensorarrayv2write_tensorlistsetitem": "TensorArrayV2Write/TensorListSetItem:output_handle:0",
4233 "add": "add_0:z:0",
4234 "map_strided_slice": "map_strided_slice_0",
4235 "tensorarrayv2read_tensorlistgetitem_map_tensorarrayunstack_tensorlistfromtensor": "tensorarrayv2read_tensorlistgetitem_map_tensorarrayunstack_tensorlistfromtensor_0",
4236 "map_strided_slice_1": "map_strided_slice_1_0",
4237 "add_1": "add_1_0:z:0"
4238 },
4239 "attr": {
4240 "_input_shapes": {
4241 "list": {
4242 "shape": [
4243 {},
4244 {},
4245 {},
4246 {},
4247 {},
4248 {}
4249 ]
4250 }
4251 }
4252 }
4253 }
4254 ]
4255 },
4256 "versions": {
4257 "minConsumer": 12
4258 }
4259 },
4260 "modelInitializer": {
4261 "node": [
4262 {
4263 "name": "head/predictions/class_string_lookup/Const",
4264 "op": "Const",
4265 "attr": {
4266 "dtype": {
4267 "type": "DT_STRING"
4268 },
4269 "value": {
4270 "tensor": {
4271 "dtype": "DT_STRING",
4272 "tensorShape": {
4273 "dim": [
4274 {
4275 "size": "30"
4276 }
4277 ]
4278 }
4279 }
4280 }
4281 }
4282 },
4283 {
4284 "name": "head/predictions/class_string_lookup/Size",
4285 "op": "Const",
4286 "attr": {
4287 "dtype": {
4288 "type": "DT_INT32"
4289 },
4290 "value": {
4291 "tensor": {
4292 "dtype": "DT_INT32",
4293 "tensorShape": {}
4294 }
4295 }
4296 }
4297 },
4298 {
4299 "name": "head/predictions/class_string_lookup/range/start",
4300 "op": "Const",
4301 "attr": {
4302 "dtype": {
4303 "type": "DT_INT32"
4304 },
4305 "value": {
4306 "tensor": {
4307 "dtype": "DT_INT32",
4308 "tensorShape": {}
4309 }
4310 }
4311 }
4312 },
4313 {
4314 "name": "head/predictions/class_string_lookup/range/delta",
4315 "op": "Const",
4316 "attr": {
4317 "value": {
4318 "tensor": {
4319 "dtype": "DT_INT32",
4320 "tensorShape": {}
4321 }
4322 },
4323 "dtype": {
4324 "type": "DT_INT32"
4325 }
4326 }
4327 },
4328 {
4329 "name": "head/predictions/class_string_lookup/range",
4330 "op": "Range",
4331 "input": [
4332 "head/predictions/class_string_lookup/range/start",
4333 "head/predictions/class_string_lookup/Size",
4334 "head/predictions/class_string_lookup/range/delta"
4335 ],
4336 "attr": {
4337 "Tidx": {
4338 "type": "DT_INT32"
4339 }
4340 }
4341 },
4342 {
4343 "name": "head/predictions/class_string_lookup/Cast",
4344 "op": "Cast",
4345 "input": [
4346 "head/predictions/class_string_lookup/range"
4347 ],
4348 "attr": {
4349 "DstT": {
4350 "type": "DT_INT64"
4351 },
4352 "SrcT": {
4353 "type": "DT_INT32"
4354 },
4355 "Truncate": {
4356 "b": false
4357 }
4358 }
4359 },
4360 {
4361 "name": "head/predictions/class_string_lookup/hash_table",
4362 "op": "HashTableV2",
4363 "attr": {
4364 "shared_name": {
4365 "s": "aGFzaF90YWJsZV8zZWJkMjg3Mi01NDZmLTQ2MzQtYmI0Yi00MGVkMzY4NjExYzc="
4366 },
4367 "container": {
4368 "s": ""
4369 },
4370 "use_node_name_sharing": {
4371 "b": false
4372 },
4373 "key_dtype": {
4374 "type": "DT_INT64"
4375 },
4376 "value_dtype": {
4377 "type": "DT_STRING"
4378 }
4379 }
4380 },
4381 {
4382 "name": "head/predictions/class_string_lookup/table_init/LookupTableImportV2",
4383 "op": "LookupTableImportV2",
4384 "input": [
4385 "head/predictions/class_string_lookup/hash_table",
4386 "head/predictions/class_string_lookup/Cast",
4387 "head/predictions/class_string_lookup/Const"
4388 ],
4389 "attr": {
4390 "Tout": {
4391 "type": "DT_STRING"
4392 },
4393 "Tin": {
4394 "type": "DT_INT64"
4395 }
4396 }
4397 }
4398 ],
4399 "library": {
4400 "function": [
4401 {
4402 "signature": {
4403 "name": "zero_fraction_total_zero_zero_count_false_5506",
4404 "inputArg": [
4405 {
4406 "name": "zero_fraction_readvariableop_linear_linear_model_content_weights",
4407 "type": "DT_RESOURCE"
4408 },
4409 {
4410 "name": "cast_zero_fraction_total_size_size",
4411 "type": "DT_INT64"
4412 }
4413 ],
4414 "outputArg": [
4415 {
4416 "name": "mul",
4417 "type": "DT_FLOAT"
4418 }
4419 ],
4420 "isStateful": true
4421 },
4422 "nodeDef": [
4423 {
4424 "name": "zero_fraction/ReadVariableOp",
4425 "op": "ReadVariableOp",
4426 "input": [
4427 "zero_fraction_readvariableop_linear_linear_model_content_weights"
4428 ],
4429 "attr": {
4430 "_output_shapes": {
4431 "list": {
4432 "shape": [
4433 {
4434 "dim": [
4435 {
4436 "size": "5000"
4437 },
4438 {
4439 "size": "30"
4440 }
4441 ]
4442 }
4443 ]
4444 }
4445 },
4446 "dtype": {
4447 "type": "DT_FLOAT"
4448 }
4449 },
4450 "experimentalDebugInfo": {
4451 "originalNodeNames": [
4452 "zero_fraction/ReadVariableOp"
4453 ]
4454 }
4455 },
4456 {
4457 "name": "zero_fraction/Size",
4458 "op": "Const",
4459 "attr": {
4460 "_output_shapes": {
4461 "list": {
4462 "shape": [
4463 {}
4464 ]
4465 }
4466 },
4467 "dtype": {
4468 "type": "DT_INT64"
4469 },
4470 "value": {
4471 "tensor": {
4472 "dtype": "DT_INT64",
4473 "tensorShape": {},
4474 "int64Val": [
4475 "150000"
4476 ]
4477 }
4478 }
4479 },
4480 "experimentalDebugInfo": {
4481 "originalNodeNames": [
4482 "zero_fraction/Size"
4483 ]
4484 }
4485 },
4486 {
4487 "name": "zero_fraction/LessEqual/y",
4488 "op": "Const",
4489 "attr": {
4490 "value": {
4491 "tensor": {
4492 "dtype": "DT_INT64",
4493 "tensorShape": {},
4494 "int64Val": [
4495 "2147483647"
4496 ]
4497 }
4498 },
4499 "dtype": {
4500 "type": "DT_INT64"
4501 },
4502 "_output_shapes": {
4503 "list": {
4504 "shape": [
4505 {}
4506 ]
4507 }
4508 }
4509 },
4510 "experimentalDebugInfo": {
4511 "originalNodeNames": [
4512 "zero_fraction/LessEqual/y"
4513 ]
4514 }
4515 },
4516 {
4517 "name": "zero_fraction/LessEqual",
4518 "op": "LessEqual",
4519 "input": [
4520 "zero_fraction/Size:output:0",
4521 "zero_fraction/LessEqual/y:output:0"
4522 ],
4523 "attr": {
4524 "T": {
4525 "type": "DT_INT64"
4526 },
4527 "_output_shapes": {
4528 "list": {
4529 "shape": [
4530 {}
4531 ]
4532 }
4533 }
4534 },
4535 "experimentalDebugInfo": {
4536 "originalNodeNames": [
4537 "zero_fraction/LessEqual"
4538 ]
4539 }
4540 },
4541 {
4542 "name": "zero_fraction/cond",
4543 "op": "StatelessIf",
4544 "input": [
4545 "zero_fraction/LessEqual:z:0",
4546 "zero_fraction/ReadVariableOp:value:0"
4547 ],
4548 "attr": {
4549 "_lower_using_switch_merge": {
4550 "b": true
4551 },
4552 "else_branch": {
4553 "func": {
4554 "name": "zero_fraction_cond_false_5516"
4555 }
4556 },
4557 "then_branch": {
4558 "func": {
4559 "name": "zero_fraction_cond_true_5515"
4560 }
4561 },
4562 "_read_only_resource_inputs": {
4563 "list": {}
4564 },
4565 "Tcond": {
4566 "type": "DT_BOOL"
4567 },
4568 "Tin": {
4569 "list": {
4570 "type": [
4571 "DT_FLOAT"
4572 ]
4573 }
4574 },
4575 "_output_shapes": {
4576 "list": {
4577 "shape": [
4578 {}
4579 ]
4580 }
4581 },
4582 "Tout": {
4583 "list": {
4584 "type": [
4585 "DT_INT64"
4586 ]
4587 }
4588 },
4589 "output_shapes": {
4590 "list": {
4591 "shape": [
4592 {}
4593 ]
4594 }
4595 }
4596 },
4597 "experimentalDebugInfo": {
4598 "originalNodeNames": [
4599 "zero_fraction/cond"
4600 ]
4601 }
4602 },
4603 {
4604 "name": "zero_fraction/cond/Identity",
4605 "op": "Identity",
4606 "input": [
4607 "zero_fraction/cond:output:0"
4608 ],
4609 "attr": {
4610 "_output_shapes": {
4611 "list": {
4612 "shape": [
4613 {}
4614 ]
4615 }
4616 },
4617 "T": {
4618 "type": "DT_INT64"
4619 }
4620 },
4621 "experimentalDebugInfo": {
4622 "originalNodeNames": [
4623 "zero_fraction/cond/Identity"
4624 ]
4625 }
4626 },
4627 {
4628 "name": "zero_fraction/counts_to_fraction/sub",
4629 "op": "Sub",
4630 "input": [
4631 "zero_fraction/Size:output:0",
4632 "zero_fraction/cond/Identity:output:0"
4633 ],
4634 "attr": {
4635 "_output_shapes": {
4636 "list": {
4637 "shape": [
4638 {}
4639 ]
4640 }
4641 },
4642 "T": {
4643 "type": "DT_INT64"
4644 }
4645 },
4646 "experimentalDebugInfo": {
4647 "originalNodeNames": [
4648 "zero_fraction/counts_to_fraction/sub"
4649 ]
4650 }
4651 },
4652 {
4653 "name": "zero_fraction/counts_to_fraction/Cast",
4654 "op": "Cast",
4655 "input": [
4656 "zero_fraction/counts_to_fraction/sub:z:0"
4657 ],
4658 "attr": {
4659 "DstT": {
4660 "type": "DT_FLOAT"
4661 },
4662 "SrcT": {
4663 "type": "DT_INT64"
4664 },
4665 "_output_shapes": {
4666 "list": {
4667 "shape": [
4668 {}
4669 ]
4670 }
4671 }
4672 },
4673 "experimentalDebugInfo": {
4674 "originalNodeNames": [
4675 "zero_fraction/counts_to_fraction/Cast"
4676 ]
4677 }
4678 },
4679 {
4680 "name": "zero_fraction/counts_to_fraction/Cast_1",
4681 "op": "Cast",
4682 "input": [
4683 "zero_fraction/Size:output:0"
4684 ],
4685 "attr": {
4686 "SrcT": {
4687 "type": "DT_INT64"
4688 },
4689 "DstT": {
4690 "type": "DT_FLOAT"
4691 },
4692 "_output_shapes": {
4693 "list": {
4694 "shape": [
4695 {}
4696 ]
4697 }
4698 }
4699 },
4700 "experimentalDebugInfo": {
4701 "originalNodeNames": [
4702 "zero_fraction/counts_to_fraction/Cast_1"
4703 ]
4704 }
4705 },
4706 {
4707 "name": "zero_fraction/counts_to_fraction/truediv",
4708 "op": "RealDiv",
4709 "input": [
4710 "zero_fraction/counts_to_fraction/Cast:y:0",
4711 "zero_fraction/counts_to_fraction/Cast_1:y:0"
4712 ],
4713 "attr": {
4714 "T": {
4715 "type": "DT_FLOAT"
4716 },
4717 "_output_shapes": {
4718 "list": {
4719 "shape": [
4720 {}
4721 ]
4722 }
4723 }
4724 },
4725 "experimentalDebugInfo": {
4726 "originalNodeNames": [
4727 "zero_fraction/counts_to_fraction/truediv"
4728 ]
4729 }
4730 },
4731 {
4732 "name": "zero_fraction/fraction",
4733 "op": "Identity",
4734 "input": [
4735 "zero_fraction/counts_to_fraction/truediv:z:0"
4736 ],
4737 "attr": {
4738 "T": {
4739 "type": "DT_FLOAT"
4740 },
4741 "_output_shapes": {
4742 "list": {
4743 "shape": [
4744 {}
4745 ]
4746 }
4747 }
4748 },
4749 "experimentalDebugInfo": {
4750 "originalNodeNames": [
4751 "zero_fraction/fraction"
4752 ]
4753 }
4754 },
4755 {
4756 "name": "Cast",
4757 "op": "Cast",
4758 "input": [
4759 "cast_zero_fraction_total_size_size"
4760 ],
4761 "attr": {
4762 "SrcT": {
4763 "type": "DT_INT64"
4764 },
4765 "DstT": {
4766 "type": "DT_FLOAT"
4767 },
4768 "_output_shapes": {
4769 "list": {
4770 "shape": [
4771 {}
4772 ]
4773 }
4774 }
4775 },
4776 "experimentalDebugInfo": {
4777 "originalNodeNames": [
4778 "Cast"
4779 ]
4780 }
4781 },
4782 {
4783 "name": "mul_0",
4784 "op": "Mul",
4785 "input": [
4786 "zero_fraction/fraction:output:0",
4787 "Cast:y:0"
4788 ],
4789 "attr": {
4790 "T": {
4791 "type": "DT_FLOAT"
4792 }
4793 },
4794 "experimentalDebugInfo": {
4795 "originalNodeNames": [
4796 "mul"
4797 ]
4798 }
4799 }
4800 ],
4801 "ret": {
4802 "mul": "mul_0:z:0"
4803 },
4804 "attr": {
4805 "_input_shapes": {
4806 "list": {
4807 "shape": [
4808 {
4809 "unknownRank": true
4810 },
4811 {}
4812 ]
4813 }
4814 }
4815 },
4816 "argAttr": {
4817 "1": {
4818 "attr": {
4819 "_output_shapes": {
4820 "list": {
4821 "shape": [
4822 {}
4823 ]
4824 }
4825 }
4826 }
4827 },
4828 "0": {
4829 "attr": {
4830 "_output_shapes": {
4831 "list": {
4832 "shape": [
4833 {}
4834 ]
4835 }
4836 }
4837 }
4838 }
4839 }
4840 },
4841 {
4842 "signature": {
4843 "name": "dnn_zero_fraction_2_cond_true_5359",
4844 "inputArg": [
4845 {
4846 "name": "count_nonzero_notequal_dnn_logits_biasadd",
4847 "type": "DT_FLOAT"
4848 }
4849 ],
4850 "outputArg": [
4851 {
4852 "name": "cast",
4853 "type": "DT_INT64"
4854 },
4855 {
4856 "name": "optionalfromvalue",
4857 "type": "DT_VARIANT"
4858 },
4859 {
4860 "name": "optionalfromvalue_1",
4861 "type": "DT_VARIANT"
4862 },
4863 {
4864 "name": "optionalfromvalue_2",
4865 "type": "DT_VARIANT"
4866 },
4867 {
4868 "name": "optionalfromvalue_3",
4869 "type": "DT_VARIANT"
4870 },
4871 {
4872 "name": "optionalfromvalue_4",
4873 "type": "DT_VARIANT"
4874 }
4875 ]
4876 },
4877 "nodeDef": [
4878 {
4879 "name": "count_nonzero/zeros",
4880 "op": "Const",
4881 "attr": {
4882 "_output_shapes": {
4883 "list": {
4884 "shape": [
4885 {}
4886 ]
4887 }
4888 },
4889 "value": {
4890 "tensor": {
4891 "dtype": "DT_FLOAT",
4892 "tensorShape": {},
4893 "floatVal": [
4894 0.0
4895 ]
4896 }
4897 },
4898 "dtype": {
4899 "type": "DT_FLOAT"
4900 }
4901 },
4902 "experimentalDebugInfo": {
4903 "originalNodeNames": [
4904 "count_nonzero/zeros"
4905 ]
4906 }
4907 },
4908 {
4909 "name": "count_nonzero/NotEqual",
4910 "op": "NotEqual",
4911 "input": [
4912 "count_nonzero_notequal_dnn_logits_biasadd",
4913 "count_nonzero/zeros:output:0"
4914 ],
4915 "attr": {
4916 "T": {
4917 "type": "DT_FLOAT"
4918 },
4919 "_output_shapes": {
4920 "list": {
4921 "shape": [
4922 {
4923 "dim": [
4924 {
4925 "size": "-1"
4926 },
4927 {
4928 "size": "30"
4929 }
4930 ]
4931 }
4932 ]
4933 }
4934 }
4935 },
4936 "experimentalDebugInfo": {
4937 "originalNodeNames": [
4938 "count_nonzero/NotEqual"
4939 ]
4940 }
4941 },
4942 {
4943 "name": "count_nonzero/Cast",
4944 "op": "Cast",
4945 "input": [
4946 "count_nonzero/NotEqual:z:0"
4947 ],
4948 "attr": {
4949 "SrcT": {
4950 "type": "DT_BOOL"
4951 },
4952 "_output_shapes": {
4953 "list": {
4954 "shape": [
4955 {
4956 "dim": [
4957 {
4958 "size": "-1"
4959 },
4960 {
4961 "size": "30"
4962 }
4963 ]
4964 }
4965 ]
4966 }
4967 },
4968 "DstT": {
4969 "type": "DT_INT32"
4970 }
4971 },
4972 "experimentalDebugInfo": {
4973 "originalNodeNames": [
4974 "count_nonzero/Cast"
4975 ]
4976 }
4977 },
4978 {
4979 "name": "count_nonzero/Const",
4980 "op": "Const",
4981 "attr": {
4982 "_output_shapes": {
4983 "list": {
4984 "shape": [
4985 {
4986 "dim": [
4987 {
4988 "size": "2"
4989 }
4990 ]
4991 }
4992 ]
4993 }
4994 },
4995 "dtype": {
4996 "type": "DT_INT32"
4997 },
4998 "value": {
4999 "tensor": {
5000 "dtype": "DT_INT32",
5001 "tensorShape": {
5002 "dim": [
5003 {
5004 "size": "2"
5005 }
5006 ]
5007 },
5008 "tensorContent": "AAAAAAEAAAA="
5009 }
5010 }
5011 },
5012 "experimentalDebugInfo": {
5013 "originalNodeNames": [
5014 "count_nonzero/Const"
5015 ]
5016 }
5017 },
5018 {
5019 "name": "count_nonzero/nonzero_count",
5020 "op": "Sum",
5021 "input": [
5022 "count_nonzero/Cast:y:0",
5023 "count_nonzero/Const:output:0"
5024 ],
5025 "attr": {
5026 "_output_shapes": {
5027 "list": {
5028 "shape": [
5029 {}
5030 ]
5031 }
5032 },
5033 "T": {
5034 "type": "DT_INT32"
5035 }
5036 },
5037 "experimentalDebugInfo": {
5038 "originalNodeNames": [
5039 "count_nonzero/nonzero_count"
5040 ]
5041 }
5042 },
5043 {
5044 "name": "Cast",
5045 "op": "Cast",
5046 "input": [
5047 "count_nonzero/nonzero_count:output:0"
5048 ],
5049 "attr": {
5050 "SrcT": {
5051 "type": "DT_INT32"
5052 },
5053 "DstT": {
5054 "type": "DT_INT64"
5055 },
5056 "_output_shapes": {
5057 "list": {
5058 "shape": [
5059 {}
5060 ]
5061 }
5062 }
5063 },
5064 "experimentalDebugInfo": {
5065 "originalNodeNames": [
5066 "Cast"
5067 ]
5068 }
5069 },
5070 {
5071 "name": "OptionalFromValue",
5072 "op": "OptionalFromValue",
5073 "input": [
5074 "count_nonzero/zeros:output:0"
5075 ],
5076 "attr": {
5077 "Toutput_types": {
5078 "list": {
5079 "type": [
5080 "DT_FLOAT"
5081 ]
5082 }
5083 },
5084 "_output_shapes": {
5085 "list": {
5086 "shape": [
5087 {}
5088 ]
5089 }
5090 }
5091 },
5092 "experimentalDebugInfo": {
5093 "originalNodeNames": [
5094 "OptionalFromValue"
5095 ]
5096 }
5097 },
5098 {
5099 "name": "OptionalFromValue_1",
5100 "op": "OptionalFromValue",
5101 "input": [
5102 "count_nonzero/NotEqual:z:0"
5103 ],
5104 "attr": {
5105 "_output_shapes": {
5106 "list": {
5107 "shape": [
5108 {}
5109 ]
5110 }
5111 },
5112 "Toutput_types": {
5113 "list": {
5114 "type": [
5115 "DT_BOOL"
5116 ]
5117 }
5118 }
5119 },
5120 "experimentalDebugInfo": {
5121 "originalNodeNames": [
5122 "OptionalFromValue_1"
5123 ]
5124 }
5125 },
5126 {
5127 "name": "OptionalFromValue_2",
5128 "op": "OptionalFromValue",
5129 "input": [
5130 "count_nonzero/Cast:y:0"
5131 ],
5132 "attr": {
5133 "_output_shapes": {
5134 "list": {
5135 "shape": [
5136 {}
5137 ]
5138 }
5139 },
5140 "Toutput_types": {
5141 "list": {
5142 "type": [
5143 "DT_INT32"
5144 ]
5145 }
5146 }
5147 },
5148 "experimentalDebugInfo": {
5149 "originalNodeNames": [
5150 "OptionalFromValue_2"
5151 ]
5152 }
5153 },
5154 {
5155 "name": "OptionalFromValue_3",
5156 "op": "OptionalFromValue",
5157 "input": [
5158 "count_nonzero/Const:output:0"
5159 ],
5160 "attr": {
5161 "_output_shapes": {
5162 "list": {
5163 "shape": [
5164 {}
5165 ]
5166 }
5167 },
5168 "Toutput_types": {
5169 "list": {
5170 "type": [
5171 "DT_INT32"
5172 ]
5173 }
5174 }
5175 },
5176 "experimentalDebugInfo": {
5177 "originalNodeNames": [
5178 "OptionalFromValue_3"
5179 ]
5180 }
5181 },
5182 {
5183 "name": "OptionalFromValue_4",
5184 "op": "OptionalFromValue",
5185 "input": [
5186 "count_nonzero/nonzero_count:output:0"
5187 ],
5188 "attr": {
5189 "_output_shapes": {
5190 "list": {
5191 "shape": [
5192 {}
5193 ]
5194 }
5195 },
5196 "Toutput_types": {
5197 "list": {
5198 "type": [
5199 "DT_INT32"
5200 ]
5201 }
5202 }
5203 },
5204 "experimentalDebugInfo": {
5205 "originalNodeNames": [
5206 "OptionalFromValue_4"
5207 ]
5208 }
5209 }
5210 ],
5211 "ret": {
5212 "optionalfromvalue_4": "OptionalFromValue_4:optional:0",
5213 "optionalfromvalue_1": "OptionalFromValue_1:optional:0",
5214 "optionalfromvalue_3": "OptionalFromValue_3:optional:0",
5215 "optionalfromvalue": "OptionalFromValue:optional:0",
5216 "optionalfromvalue_2": "OptionalFromValue_2:optional:0",
5217 "cast": "Cast:y:0"
5218 },
5219 "attr": {
5220 "_input_shapes": {
5221 "list": {
5222 "shape": [
5223 {
5224 "dim": [
5225 {
5226 "size": "-1"
5227 },
5228 {
5229 "size": "30"
5230 }
5231 ]
5232 }
5233 ]
5234 }
5235 }
5236 },
5237 "argAttr": {
5238 "0": {
5239 "attr": {
5240 "_output_shapes": {
5241 "list": {
5242 "shape": [
5243 {
5244 "dim": [
5245 {
5246 "size": "-1"
5247 },
5248 {
5249 "size": "30"
5250 }
5251 ]
5252 }
5253 ]
5254 }
5255 }
5256 }
5257 }
5258 }
5259 },
5260 {
5261 "signature": {
5262 "name": "zero_fraction_cond_true_5515",
5263 "inputArg": [
5264 {
5265 "name": "count_nonzero_notequal_zero_fraction_readvariableop",
5266 "type": "DT_FLOAT"
5267 }
5268 ],
5269 "outputArg": [
5270 {
5271 "name": "cast",
5272 "type": "DT_INT64"
5273 }
5274 ]
5275 },
5276 "nodeDef": [
5277 {
5278 "name": "count_nonzero/zeros",
5279 "op": "Const",
5280 "attr": {
5281 "value": {
5282 "tensor": {
5283 "dtype": "DT_FLOAT",
5284 "tensorShape": {},
5285 "floatVal": [
5286 0.0
5287 ]
5288 }
5289 },
5290 "dtype": {
5291 "type": "DT_FLOAT"
5292 },
5293 "_output_shapes": {
5294 "list": {
5295 "shape": [
5296 {}
5297 ]
5298 }
5299 }
5300 },
5301 "experimentalDebugInfo": {
5302 "originalNodeNames": [
5303 "count_nonzero/zeros"
5304 ]
5305 }
5306 },
5307 {
5308 "name": "count_nonzero/NotEqual",
5309 "op": "NotEqual",
5310 "input": [
5311 "count_nonzero_notequal_zero_fraction_readvariableop",
5312 "count_nonzero/zeros:output:0"
5313 ],
5314 "attr": {
5315 "_output_shapes": {
5316 "list": {
5317 "shape": [
5318 {
5319 "dim": [
5320 {
5321 "size": "5000"
5322 },
5323 {
5324 "size": "30"
5325 }
5326 ]
5327 }
5328 ]
5329 }
5330 },
5331 "T": {
5332 "type": "DT_FLOAT"
5333 }
5334 },
5335 "experimentalDebugInfo": {
5336 "originalNodeNames": [
5337 "count_nonzero/NotEqual"
5338 ]
5339 }
5340 },
5341 {
5342 "name": "count_nonzero/Cast",
5343 "op": "Cast",
5344 "input": [
5345 "count_nonzero/NotEqual:z:0"
5346 ],
5347 "attr": {
5348 "DstT": {
5349 "type": "DT_INT32"
5350 },
5351 "_output_shapes": {
5352 "list": {
5353 "shape": [
5354 {
5355 "dim": [
5356 {
5357 "size": "5000"
5358 },
5359 {
5360 "size": "30"
5361 }
5362 ]
5363 }
5364 ]
5365 }
5366 },
5367 "SrcT": {
5368 "type": "DT_BOOL"
5369 }
5370 },
5371 "experimentalDebugInfo": {
5372 "originalNodeNames": [
5373 "count_nonzero/Cast"
5374 ]
5375 }
5376 },
5377 {
5378 "name": "count_nonzero/Const",
5379 "op": "Const",
5380 "attr": {
5381 "value": {
5382 "tensor": {
5383 "dtype": "DT_INT32",
5384 "tensorShape": {
5385 "dim": [
5386 {
5387 "size": "2"
5388 }
5389 ]
5390 },
5391 "tensorContent": "AAAAAAEAAAA="
5392 }
5393 },
5394 "_output_shapes": {
5395 "list": {
5396 "shape": [
5397 {
5398 "dim": [
5399 {
5400 "size": "2"
5401 }
5402 ]
5403 }
5404 ]
5405 }
5406 },
5407 "dtype": {
5408 "type": "DT_INT32"
5409 }
5410 },
5411 "experimentalDebugInfo": {
5412 "originalNodeNames": [
5413 "count_nonzero/Const"
5414 ]
5415 }
5416 },
5417 {
5418 "name": "count_nonzero/nonzero_count",
5419 "op": "Sum",
5420 "input": [
5421 "count_nonzero/Cast:y:0",
5422 "count_nonzero/Const:output:0"
5423 ],
5424 "attr": {
5425 "_output_shapes": {
5426 "list": {
5427 "shape": [
5428 {}
5429 ]
5430 }
5431 },
5432 "T": {
5433 "type": "DT_INT32"
5434 }
5435 },
5436 "experimentalDebugInfo": {
5437 "originalNodeNames": [
5438 "count_nonzero/nonzero_count"
5439 ]
5440 }
5441 },
5442 {
5443 "name": "Cast",
5444 "op": "Cast",
5445 "input": [
5446 "count_nonzero/nonzero_count:output:0"
5447 ],
5448 "attr": {
5449 "_output_shapes": {
5450 "list": {
5451 "shape": [
5452 {}
5453 ]
5454 }
5455 },
5456 "SrcT": {
5457 "type": "DT_INT32"
5458 },
5459 "DstT": {
5460 "type": "DT_INT64"
5461 }
5462 },
5463 "experimentalDebugInfo": {
5464 "originalNodeNames": [
5465 "Cast"
5466 ]
5467 }
5468 }
5469 ],
5470 "ret": {
5471 "cast": "Cast:y:0"
5472 },
5473 "attr": {
5474 "_input_shapes": {
5475 "list": {
5476 "shape": [
5477 {
5478 "dim": [
5479 {
5480 "size": "5000"
5481 },
5482 {
5483 "size": "30"
5484 }
5485 ]
5486 }
5487 ]
5488 }
5489 }
5490 },
5491 "argAttr": {
5492 "0": {
5493 "attr": {
5494 "_output_shapes": {
5495 "list": {
5496 "shape": [
5497 {
5498 "dim": [
5499 {
5500 "size": "5000"
5501 },
5502 {
5503 "size": "30"
5504 }
5505 ]
5506 }
5507 ]
5508 }
5509 }
5510 }
5511 }
5512 }
5513 },
5514 {
5515 "signature": {
5516 "name": "dnn_zero_fraction_2_cond_false_5360",
5517 "inputArg": [
5518 {
5519 "name": "count_nonzero_notequal_dnn_logits_biasadd",
5520 "type": "DT_FLOAT"
5521 }
5522 ],
5523 "outputArg": [
5524 {
5525 "name": "count_nonzero_nonzero_count",
5526 "type": "DT_INT64"
5527 },
5528 {
5529 "name": "optionalfromvalue",
5530 "type": "DT_VARIANT"
5531 },
5532 {
5533 "name": "optionalfromvalue_1",
5534 "type": "DT_VARIANT"
5535 },
5536 {
5537 "name": "optionalfromvalue_2",
5538 "type": "DT_VARIANT"
5539 },
5540 {
5541 "name": "optionalfromvalue_3",
5542 "type": "DT_VARIANT"
5543 },
5544 {
5545 "name": "optionalnone",
5546 "type": "DT_VARIANT"
5547 }
5548 ]
5549 },
5550 "nodeDef": [
5551 {
5552 "name": "count_nonzero/zeros",
5553 "op": "Const",
5554 "attr": {
5555 "_output_shapes": {
5556 "list": {
5557 "shape": [
5558 {}
5559 ]
5560 }
5561 },
5562 "value": {
5563 "tensor": {
5564 "dtype": "DT_FLOAT",
5565 "tensorShape": {},
5566 "floatVal": [
5567 0.0
5568 ]
5569 }
5570 },
5571 "dtype": {
5572 "type": "DT_FLOAT"
5573 }
5574 },
5575 "experimentalDebugInfo": {
5576 "originalNodeNames": [
5577 "count_nonzero/zeros"
5578 ]
5579 }
5580 },
5581 {
5582 "name": "count_nonzero/NotEqual",
5583 "op": "NotEqual",
5584 "input": [
5585 "count_nonzero_notequal_dnn_logits_biasadd",
5586 "count_nonzero/zeros:output:0"
5587 ],
5588 "attr": {
5589 "T": {
5590 "type": "DT_FLOAT"
5591 },
5592 "_output_shapes": {
5593 "list": {
5594 "shape": [
5595 {
5596 "dim": [
5597 {
5598 "size": "-1"
5599 },
5600 {
5601 "size": "30"
5602 }
5603 ]
5604 }
5605 ]
5606 }
5607 }
5608 },
5609 "experimentalDebugInfo": {
5610 "originalNodeNames": [
5611 "count_nonzero/NotEqual"
5612 ]
5613 }
5614 },
5615 {
5616 "name": "count_nonzero/Cast",
5617 "op": "Cast",
5618 "input": [
5619 "count_nonzero/NotEqual:z:0"
5620 ],
5621 "attr": {
5622 "_output_shapes": {
5623 "list": {
5624 "shape": [
5625 {
5626 "dim": [
5627 {
5628 "size": "-1"
5629 },
5630 {
5631 "size": "30"
5632 }
5633 ]
5634 }
5635 ]
5636 }
5637 },
5638 "DstT": {
5639 "type": "DT_INT64"
5640 },
5641 "SrcT": {
5642 "type": "DT_BOOL"
5643 }
5644 },
5645 "experimentalDebugInfo": {
5646 "originalNodeNames": [
5647 "count_nonzero/Cast"
5648 ]
5649 }
5650 },
5651 {
5652 "name": "count_nonzero/Const",
5653 "op": "Const",
5654 "attr": {
5655 "value": {
5656 "tensor": {
5657 "dtype": "DT_INT32",
5658 "tensorShape": {
5659 "dim": [
5660 {
5661 "size": "2"
5662 }
5663 ]
5664 },
5665 "tensorContent": "AAAAAAEAAAA="
5666 }
5667 },
5668 "_output_shapes": {
5669 "list": {
5670 "shape": [
5671 {
5672 "dim": [
5673 {
5674 "size": "2"
5675 }
5676 ]
5677 }
5678 ]
5679 }
5680 },
5681 "dtype": {
5682 "type": "DT_INT32"
5683 }
5684 },
5685 "experimentalDebugInfo": {
5686 "originalNodeNames": [
5687 "count_nonzero/Const"
5688 ]
5689 }
5690 },
5691 {
5692 "name": "count_nonzero/nonzero_count",
5693 "op": "Sum",
5694 "input": [
5695 "count_nonzero/Cast:y:0",
5696 "count_nonzero/Const:output:0"
5697 ],
5698 "attr": {
5699 "T": {
5700 "type": "DT_INT64"
5701 },
5702 "_output_shapes": {
5703 "list": {
5704 "shape": [
5705 {}
5706 ]
5707 }
5708 }
5709 },
5710 "experimentalDebugInfo": {
5711 "originalNodeNames": [
5712 "count_nonzero/nonzero_count"
5713 ]
5714 }
5715 },
5716 {
5717 "name": "OptionalFromValue",
5718 "op": "OptionalFromValue",
5719 "input": [
5720 "count_nonzero/zeros:output:0"
5721 ],
5722 "attr": {
5723 "Toutput_types": {
5724 "list": {
5725 "type": [
5726 "DT_FLOAT"
5727 ]
5728 }
5729 },
5730 "_output_shapes": {
5731 "list": {
5732 "shape": [
5733 {}
5734 ]
5735 }
5736 }
5737 },
5738 "experimentalDebugInfo": {
5739 "originalNodeNames": [
5740 "OptionalFromValue"
5741 ]
5742 }
5743 },
5744 {
5745 "name": "OptionalFromValue_1",
5746 "op": "OptionalFromValue",
5747 "input": [
5748 "count_nonzero/NotEqual:z:0"
5749 ],
5750 "attr": {
5751 "Toutput_types": {
5752 "list": {
5753 "type": [
5754 "DT_BOOL"
5755 ]
5756 }
5757 },
5758 "_output_shapes": {
5759 "list": {
5760 "shape": [
5761 {}
5762 ]
5763 }
5764 }
5765 },
5766 "experimentalDebugInfo": {
5767 "originalNodeNames": [
5768 "OptionalFromValue_1"
5769 ]
5770 }
5771 },
5772 {
5773 "name": "OptionalFromValue_2",
5774 "op": "OptionalFromValue",
5775 "input": [
5776 "count_nonzero/Cast:y:0"
5777 ],
5778 "attr": {
5779 "_output_shapes": {
5780 "list": {
5781 "shape": [
5782 {}
5783 ]
5784 }
5785 },
5786 "Toutput_types": {
5787 "list": {
5788 "type": [
5789 "DT_INT64"
5790 ]
5791 }
5792 }
5793 },
5794 "experimentalDebugInfo": {
5795 "originalNodeNames": [
5796 "OptionalFromValue_2"
5797 ]
5798 }
5799 },
5800 {
5801 "name": "OptionalFromValue_3",
5802 "op": "OptionalFromValue",
5803 "input": [
5804 "count_nonzero/Const:output:0"
5805 ],
5806 "attr": {
5807 "_output_shapes": {
5808 "list": {
5809 "shape": [
5810 {}
5811 ]
5812 }
5813 },
5814 "Toutput_types": {
5815 "list": {
5816 "type": [
5817 "DT_INT32"
5818 ]
5819 }
5820 }
5821 },
5822 "experimentalDebugInfo": {
5823 "originalNodeNames": [
5824 "OptionalFromValue_3"
5825 ]
5826 }
5827 },
5828 {
5829 "name": "OptionalNone",
5830 "op": "OptionalNone",
5831 "attr": {
5832 "_output_shapes": {
5833 "list": {
5834 "shape": [
5835 {}
5836 ]
5837 }
5838 }
5839 },
5840 "experimentalDebugInfo": {
5841 "originalNodeNames": [
5842 "OptionalNone"
5843 ]
5844 }
5845 }
5846 ],
5847 "ret": {
5848 "optionalnone": "OptionalNone:optional:0",
5849 "optionalfromvalue_3": "OptionalFromValue_3:optional:0",
5850 "optionalfromvalue_1": "OptionalFromValue_1:optional:0",
5851 "optionalfromvalue": "OptionalFromValue:optional:0",
5852 "count_nonzero_nonzero_count": "count_nonzero/nonzero_count:output:0",
5853 "optionalfromvalue_2": "OptionalFromValue_2:optional:0"
5854 },
5855 "attr": {
5856 "_input_shapes": {
5857 "list": {
5858 "shape": [
5859 {
5860 "dim": [
5861 {
5862 "size": "-1"
5863 },
5864 {
5865 "size": "30"
5866 }
5867 ]
5868 }
5869 ]
5870 }
5871 }
5872 },
5873 "argAttr": {
5874 "0": {
5875 "attr": {
5876 "_output_shapes": {
5877 "list": {
5878 "shape": [
5879 {
5880 "dim": [
5881 {
5882 "size": "-1"
5883 },
5884 {
5885 "size": "30"
5886 }
5887 ]
5888 }
5889 ]
5890 }
5891 }
5892 }
5893 }
5894 }
5895 },
5896 {
5897 "signature": {
5898 "name": "dnn_zero_fraction_cond_true_5220",
5899 "inputArg": [
5900 {
5901 "name": "count_nonzero_notequal_dnn_hiddenlayer_0_relu",
5902 "type": "DT_FLOAT"
5903 }
5904 ],
5905 "outputArg": [
5906 {
5907 "name": "cast",
5908 "type": "DT_INT64"
5909 },
5910 {
5911 "name": "optionalfromvalue",
5912 "type": "DT_VARIANT"
5913 },
5914 {
5915 "name": "optionalfromvalue_1",
5916 "type": "DT_VARIANT"
5917 },
5918 {
5919 "name": "optionalfromvalue_2",
5920 "type": "DT_VARIANT"
5921 },
5922 {
5923 "name": "optionalfromvalue_3",
5924 "type": "DT_VARIANT"
5925 },
5926 {
5927 "name": "optionalfromvalue_4",
5928 "type": "DT_VARIANT"
5929 }
5930 ]
5931 },
5932 "nodeDef": [
5933 {
5934 "name": "count_nonzero/zeros",
5935 "op": "Const",
5936 "attr": {
5937 "value": {
5938 "tensor": {
5939 "dtype": "DT_FLOAT",
5940 "tensorShape": {},
5941 "floatVal": [
5942 0.0
5943 ]
5944 }
5945 },
5946 "dtype": {
5947 "type": "DT_FLOAT"
5948 },
5949 "_output_shapes": {
5950 "list": {
5951 "shape": [
5952 {}
5953 ]
5954 }
5955 }
5956 },
5957 "experimentalDebugInfo": {
5958 "originalNodeNames": [
5959 "count_nonzero/zeros"
5960 ]
5961 }
5962 },
5963 {
5964 "name": "count_nonzero/NotEqual",
5965 "op": "NotEqual",
5966 "input": [
5967 "count_nonzero_notequal_dnn_hiddenlayer_0_relu",
5968 "count_nonzero/zeros:output:0"
5969 ],
5970 "attr": {
5971 "T": {
5972 "type": "DT_FLOAT"
5973 },
5974 "_output_shapes": {
5975 "list": {
5976 "shape": [
5977 {
5978 "dim": [
5979 {
5980 "size": "-1"
5981 },
5982 {
5983 "size": "512"
5984 }
5985 ]
5986 }
5987 ]
5988 }
5989 }
5990 },
5991 "experimentalDebugInfo": {
5992 "originalNodeNames": [
5993 "count_nonzero/NotEqual"
5994 ]
5995 }
5996 },
5997 {
5998 "name": "count_nonzero/Cast",
5999 "op": "Cast",
6000 "input": [
6001 "count_nonzero/NotEqual:z:0"
6002 ],
6003 "attr": {
6004 "DstT": {
6005 "type": "DT_INT32"
6006 },
6007 "SrcT": {
6008 "type": "DT_BOOL"
6009 },
6010 "_output_shapes": {
6011 "list": {
6012 "shape": [
6013 {
6014 "dim": [
6015 {
6016 "size": "-1"
6017 },
6018 {
6019 "size": "512"
6020 }
6021 ]
6022 }
6023 ]
6024 }
6025 }
6026 },
6027 "experimentalDebugInfo": {
6028 "originalNodeNames": [
6029 "count_nonzero/Cast"
6030 ]
6031 }
6032 },
6033 {
6034 "name": "count_nonzero/Const",
6035 "op": "Const",
6036 "attr": {
6037 "_output_shapes": {
6038 "list": {
6039 "shape": [
6040 {
6041 "dim": [
6042 {
6043 "size": "2"
6044 }
6045 ]
6046 }
6047 ]
6048 }
6049 },
6050 "value": {
6051 "tensor": {
6052 "dtype": "DT_INT32",
6053 "tensorShape": {
6054 "dim": [
6055 {
6056 "size": "2"
6057 }
6058 ]
6059 },
6060 "tensorContent": "AAAAAAEAAAA="
6061 }
6062 },
6063 "dtype": {
6064 "type": "DT_INT32"
6065 }
6066 },
6067 "experimentalDebugInfo": {
6068 "originalNodeNames": [
6069 "count_nonzero/Const"
6070 ]
6071 }
6072 },
6073 {
6074 "name": "count_nonzero/nonzero_count",
6075 "op": "Sum",
6076 "input": [
6077 "count_nonzero/Cast:y:0",
6078 "count_nonzero/Const:output:0"
6079 ],
6080 "attr": {
6081 "T": {
6082 "type": "DT_INT32"
6083 },
6084 "_output_shapes": {
6085 "list": {
6086 "shape": [
6087 {}
6088 ]
6089 }
6090 }
6091 },
6092 "experimentalDebugInfo": {
6093 "originalNodeNames": [
6094 "count_nonzero/nonzero_count"
6095 ]
6096 }
6097 },
6098 {
6099 "name": "Cast",
6100 "op": "Cast",
6101 "input": [
6102 "count_nonzero/nonzero_count:output:0"
6103 ],
6104 "attr": {
6105 "_output_shapes": {
6106 "list": {
6107 "shape": [
6108 {}
6109 ]
6110 }
6111 },
6112 "DstT": {
6113 "type": "DT_INT64"
6114 },
6115 "SrcT": {
6116 "type": "DT_INT32"
6117 }
6118 },
6119 "experimentalDebugInfo": {
6120 "originalNodeNames": [
6121 "Cast"
6122 ]
6123 }
6124 },
6125 {
6126 "name": "OptionalFromValue",
6127 "op": "OptionalFromValue",
6128 "input": [
6129 "count_nonzero/zeros:output:0"
6130 ],
6131 "attr": {
6132 "Toutput_types": {
6133 "list": {
6134 "type": [
6135 "DT_FLOAT"
6136 ]
6137 }
6138 },
6139 "_output_shapes": {
6140 "list": {
6141 "shape": [
6142 {}
6143 ]
6144 }
6145 }
6146 },
6147 "experimentalDebugInfo": {
6148 "originalNodeNames": [
6149 "OptionalFromValue"
6150 ]
6151 }
6152 },
6153 {
6154 "name": "OptionalFromValue_1",
6155 "op": "OptionalFromValue",
6156 "input": [
6157 "count_nonzero/NotEqual:z:0"
6158 ],
6159 "attr": {
6160 "_output_shapes": {
6161 "list": {
6162 "shape": [
6163 {}
6164 ]
6165 }
6166 },
6167 "Toutput_types": {
6168 "list": {
6169 "type": [
6170 "DT_BOOL"
6171 ]
6172 }
6173 }
6174 },
6175 "experimentalDebugInfo": {
6176 "originalNodeNames": [
6177 "OptionalFromValue_1"
6178 ]
6179 }
6180 },
6181 {
6182 "name": "OptionalFromValue_2",
6183 "op": "OptionalFromValue",
6184 "input": [
6185 "count_nonzero/Cast:y:0"
6186 ],
6187 "attr": {
6188 "_output_shapes": {
6189 "list": {
6190 "shape": [
6191 {}
6192 ]
6193 }
6194 },
6195 "Toutput_types": {
6196 "list": {
6197 "type": [
6198 "DT_INT32"
6199 ]
6200 }
6201 }
6202 },
6203 "experimentalDebugInfo": {
6204 "originalNodeNames": [
6205 "OptionalFromValue_2"
6206 ]
6207 }
6208 },
6209 {
6210 "name": "OptionalFromValue_3",
6211 "op": "OptionalFromValue",
6212 "input": [
6213 "count_nonzero/Const:output:0"
6214 ],
6215 "attr": {
6216 "_output_shapes": {
6217 "list": {
6218 "shape": [
6219 {}
6220 ]
6221 }
6222 },
6223 "Toutput_types": {
6224 "list": {
6225 "type": [
6226 "DT_INT32"
6227 ]
6228 }
6229 }
6230 },
6231 "experimentalDebugInfo": {
6232 "originalNodeNames": [
6233 "OptionalFromValue_3"
6234 ]
6235 }
6236 },
6237 {
6238 "name": "OptionalFromValue_4",
6239 "op": "OptionalFromValue",
6240 "input": [
6241 "count_nonzero/nonzero_count:output:0"
6242 ],
6243 "attr": {
6244 "Toutput_types": {
6245 "list": {
6246 "type": [
6247 "DT_INT32"
6248 ]
6249 }
6250 },
6251 "_output_shapes": {
6252 "list": {
6253 "shape": [
6254 {}
6255 ]
6256 }
6257 }
6258 },
6259 "experimentalDebugInfo": {
6260 "originalNodeNames": [
6261 "OptionalFromValue_4"
6262 ]
6263 }
6264 }
6265 ],
6266 "ret": {
6267 "optionalfromvalue_2": "OptionalFromValue_2:optional:0",
6268 "optionalfromvalue_3": "OptionalFromValue_3:optional:0",
6269 "optionalfromvalue_4": "OptionalFromValue_4:optional:0",
6270 "optionalfromvalue": "OptionalFromValue:optional:0",
6271 "optionalfromvalue_1": "OptionalFromValue_1:optional:0",
6272 "cast": "Cast:y:0"
6273 },
6274 "attr": {
6275 "_input_shapes": {
6276 "list": {
6277 "shape": [
6278 {
6279 "dim": [
6280 {
6281 "size": "-1"
6282 },
6283 {
6284 "size": "512"
6285 }
6286 ]
6287 }
6288 ]
6289 }
6290 }
6291 },
6292 "argAttr": {
6293 "0": {
6294 "attr": {
6295 "_output_shapes": {
6296 "list": {
6297 "shape": [
6298 {
6299 "dim": [
6300 {
6301 "size": "-1"
6302 },
6303 {
6304 "size": "512"
6305 }
6306 ]
6307 }
6308 ]
6309 }
6310 }
6311 }
6312 }
6313 }
6314 },
6315 {
6316 "signature": {
6317 "name": "zero_fraction_1_cond_false_5555",
6318 "inputArg": [
6319 {
6320 "name": "count_nonzero_notequal_linear_linear_model_linear_linear_model_linear_linear_model_weighted_sum",
6321 "type": "DT_FLOAT"
6322 }
6323 ],
6324 "outputArg": [
6325 {
6326 "name": "count_nonzero_nonzero_count",
6327 "type": "DT_INT64"
6328 }
6329 ]
6330 },
6331 "nodeDef": [
6332 {
6333 "name": "count_nonzero/zeros",
6334 "op": "Const",
6335 "attr": {
6336 "value": {
6337 "tensor": {
6338 "dtype": "DT_FLOAT",
6339 "tensorShape": {},
6340 "floatVal": [
6341 0.0
6342 ]
6343 }
6344 },
6345 "dtype": {
6346 "type": "DT_FLOAT"
6347 },
6348 "_output_shapes": {
6349 "list": {
6350 "shape": [
6351 {}
6352 ]
6353 }
6354 }
6355 },
6356 "experimentalDebugInfo": {
6357 "originalNodeNames": [
6358 "count_nonzero/zeros"
6359 ]
6360 }
6361 },
6362 {
6363 "name": "count_nonzero/NotEqual",
6364 "op": "NotEqual",
6365 "input": [
6366 "count_nonzero_notequal_linear_linear_model_linear_linear_model_linear_linear_model_weighted_sum",
6367 "count_nonzero/zeros:output:0"
6368 ],
6369 "attr": {
6370 "T": {
6371 "type": "DT_FLOAT"
6372 },
6373 "_output_shapes": {
6374 "list": {
6375 "shape": [
6376 {
6377 "dim": [
6378 {
6379 "size": "-1"
6380 },
6381 {
6382 "size": "30"
6383 }
6384 ]
6385 }
6386 ]
6387 }
6388 }
6389 },
6390 "experimentalDebugInfo": {
6391 "originalNodeNames": [
6392 "count_nonzero/NotEqual"
6393 ]
6394 }
6395 },
6396 {
6397 "name": "count_nonzero/Cast",
6398 "op": "Cast",
6399 "input": [
6400 "count_nonzero/NotEqual:z:0"
6401 ],
6402 "attr": {
6403 "_output_shapes": {
6404 "list": {
6405 "shape": [
6406 {
6407 "dim": [
6408 {
6409 "size": "-1"
6410 },
6411 {
6412 "size": "30"
6413 }
6414 ]
6415 }
6416 ]
6417 }
6418 },
6419 "DstT": {
6420 "type": "DT_INT64"
6421 },
6422 "SrcT": {
6423 "type": "DT_BOOL"
6424 }
6425 },
6426 "experimentalDebugInfo": {
6427 "originalNodeNames": [
6428 "count_nonzero/Cast"
6429 ]
6430 }
6431 },
6432 {
6433 "name": "count_nonzero/Const",
6434 "op": "Const",
6435 "attr": {
6436 "dtype": {
6437 "type": "DT_INT32"
6438 },
6439 "_output_shapes": {
6440 "list": {
6441 "shape": [
6442 {
6443 "dim": [
6444 {
6445 "size": "2"
6446 }
6447 ]
6448 }
6449 ]
6450 }
6451 },
6452 "value": {
6453 "tensor": {
6454 "dtype": "DT_INT32",
6455 "tensorShape": {
6456 "dim": [
6457 {
6458 "size": "2"
6459 }
6460 ]
6461 },
6462 "tensorContent": "AAAAAAEAAAA="
6463 }
6464 }
6465 },
6466 "experimentalDebugInfo": {
6467 "originalNodeNames": [
6468 "count_nonzero/Const"
6469 ]
6470 }
6471 },
6472 {
6473 "name": "count_nonzero/nonzero_count",
6474 "op": "Sum",
6475 "input": [
6476 "count_nonzero/Cast:y:0",
6477 "count_nonzero/Const:output:0"
6478 ],
6479 "attr": {
6480 "T": {
6481 "type": "DT_INT64"
6482 },
6483 "_output_shapes": {
6484 "list": {
6485 "shape": [
6486 {}
6487 ]
6488 }
6489 }
6490 },
6491 "experimentalDebugInfo": {
6492 "originalNodeNames": [
6493 "count_nonzero/nonzero_count"
6494 ]
6495 }
6496 }
6497 ],
6498 "ret": {
6499 "count_nonzero_nonzero_count": "count_nonzero/nonzero_count:output:0"
6500 },
6501 "attr": {
6502 "_input_shapes": {
6503 "list": {
6504 "shape": [
6505 {
6506 "dim": [
6507 {
6508 "size": "-1"
6509 },
6510 {
6511 "size": "30"
6512 }
6513 ]
6514 }
6515 ]
6516 }
6517 }
6518 },
6519 "argAttr": {
6520 "0": {
6521 "attr": {
6522 "_output_shapes": {
6523 "list": {
6524 "shape": [
6525 {
6526 "dim": [
6527 {
6528 "size": "-1"
6529 },
6530 {
6531 "size": "30"
6532 }
6533 ]
6534 }
6535 ]
6536 }
6537 }
6538 }
6539 }
6540 }
6541 },
6542 {
6543 "signature": {
6544 "name": "zero_fraction_1_cond_true_5554",
6545 "inputArg": [
6546 {
6547 "name": "count_nonzero_notequal_linear_linear_model_linear_linear_model_linear_linear_model_weighted_sum",
6548 "type": "DT_FLOAT"
6549 }
6550 ],
6551 "outputArg": [
6552 {
6553 "name": "cast",
6554 "type": "DT_INT64"
6555 }
6556 ]
6557 },
6558 "nodeDef": [
6559 {
6560 "name": "count_nonzero/zeros",
6561 "op": "Const",
6562 "attr": {
6563 "dtype": {
6564 "type": "DT_FLOAT"
6565 },
6566 "value": {
6567 "tensor": {
6568 "dtype": "DT_FLOAT",
6569 "tensorShape": {},
6570 "floatVal": [
6571 0.0
6572 ]
6573 }
6574 },
6575 "_output_shapes": {
6576 "list": {
6577 "shape": [
6578 {}
6579 ]
6580 }
6581 }
6582 },
6583 "experimentalDebugInfo": {
6584 "originalNodeNames": [
6585 "count_nonzero/zeros"
6586 ]
6587 }
6588 },
6589 {
6590 "name": "count_nonzero/NotEqual",
6591 "op": "NotEqual",
6592 "input": [
6593 "count_nonzero_notequal_linear_linear_model_linear_linear_model_linear_linear_model_weighted_sum",
6594 "count_nonzero/zeros:output:0"
6595 ],
6596 "attr": {
6597 "_output_shapes": {
6598 "list": {
6599 "shape": [
6600 {
6601 "dim": [
6602 {
6603 "size": "-1"
6604 },
6605 {
6606 "size": "30"
6607 }
6608 ]
6609 }
6610 ]
6611 }
6612 },
6613 "T": {
6614 "type": "DT_FLOAT"
6615 }
6616 },
6617 "experimentalDebugInfo": {
6618 "originalNodeNames": [
6619 "count_nonzero/NotEqual"
6620 ]
6621 }
6622 },
6623 {
6624 "name": "count_nonzero/Cast",
6625 "op": "Cast",
6626 "input": [
6627 "count_nonzero/NotEqual:z:0"
6628 ],
6629 "attr": {
6630 "DstT": {
6631 "type": "DT_INT32"
6632 },
6633 "SrcT": {
6634 "type": "DT_BOOL"
6635 },
6636 "_output_shapes": {
6637 "list": {
6638 "shape": [
6639 {
6640 "dim": [
6641 {
6642 "size": "-1"
6643 },
6644 {
6645 "size": "30"
6646 }
6647 ]
6648 }
6649 ]
6650 }
6651 }
6652 },
6653 "experimentalDebugInfo": {
6654 "originalNodeNames": [
6655 "count_nonzero/Cast"
6656 ]
6657 }
6658 },
6659 {
6660 "name": "count_nonzero/Const",
6661 "op": "Const",
6662 "attr": {
6663 "value": {
6664 "tensor": {
6665 "dtype": "DT_INT32",
6666 "tensorShape": {
6667 "dim": [
6668 {
6669 "size": "2"
6670 }
6671 ]
6672 },
6673 "tensorContent": "AAAAAAEAAAA="
6674 }
6675 },
6676 "_output_shapes": {
6677 "list": {
6678 "shape": [
6679 {
6680 "dim": [
6681 {
6682 "size": "2"
6683 }
6684 ]
6685 }
6686 ]
6687 }
6688 },
6689 "dtype": {
6690 "type": "DT_INT32"
6691 }
6692 },
6693 "experimentalDebugInfo": {
6694 "originalNodeNames": [
6695 "count_nonzero/Const"
6696 ]
6697 }
6698 },
6699 {
6700 "name": "count_nonzero/nonzero_count",
6701 "op": "Sum",
6702 "input": [
6703 "count_nonzero/Cast:y:0",
6704 "count_nonzero/Const:output:0"
6705 ],
6706 "attr": {
6707 "_output_shapes": {
6708 "list": {
6709 "shape": [
6710 {}
6711 ]
6712 }
6713 },
6714 "T": {
6715 "type": "DT_INT32"
6716 }
6717 },
6718 "experimentalDebugInfo": {
6719 "originalNodeNames": [
6720 "count_nonzero/nonzero_count"
6721 ]
6722 }
6723 },
6724 {
6725 "name": "Cast",
6726 "op": "Cast",
6727 "input": [
6728 "count_nonzero/nonzero_count:output:0"
6729 ],
6730 "attr": {
6731 "SrcT": {
6732 "type": "DT_INT32"
6733 },
6734 "DstT": {
6735 "type": "DT_INT64"
6736 },
6737 "_output_shapes": {
6738 "list": {
6739 "shape": [
6740 {}
6741 ]
6742 }
6743 }
6744 },
6745 "experimentalDebugInfo": {
6746 "originalNodeNames": [
6747 "Cast"
6748 ]
6749 }
6750 }
6751 ],
6752 "ret": {
6753 "cast": "Cast:y:0"
6754 },
6755 "attr": {
6756 "_input_shapes": {
6757 "list": {
6758 "shape": [
6759 {
6760 "dim": [
6761 {
6762 "size": "-1"
6763 },
6764 {
6765 "size": "30"
6766 }
6767 ]
6768 }
6769 ]
6770 }
6771 }
6772 },
6773 "argAttr": {
6774 "0": {
6775 "attr": {
6776 "_output_shapes": {
6777 "list": {
6778 "shape": [
6779 {
6780 "dim": [
6781 {
6782 "size": "-1"
6783 },
6784 {
6785 "size": "30"
6786 }
6787 ]
6788 }
6789 ]
6790 }
6791 }
6792 }
6793 }
6794 }
6795 },
6796 {
6797 "signature": {
6798 "name": "map_while_cond_4964",
6799 "inputArg": [
6800 {
6801 "name": "map_while_loop_counter",
6802 "type": "DT_INT32"
6803 },
6804 {
6805 "name": "map_strided_slice",
6806 "type": "DT_INT32"
6807 },
6808 {
6809 "name": "placeholder",
6810 "type": "DT_INT32"
6811 },
6812 {
6813 "name": "placeholder_1",
6814 "type": "DT_VARIANT"
6815 },
6816 {
6817 "name": "less_map_strided_slice",
6818 "type": "DT_INT32"
6819 },
6820 {
6821 "name": "map_while_cond_4964___redundant_placeholder0",
6822 "type": "DT_VARIANT"
6823 }
6824 ],
6825 "outputArg": [
6826 {
6827 "name": "logicaland",
6828 "type": "DT_BOOL"
6829 }
6830 ]
6831 },
6832 "nodeDef": [
6833 {
6834 "name": "Less",
6835 "op": "Less",
6836 "input": [
6837 "placeholder",
6838 "less_map_strided_slice"
6839 ],
6840 "attr": {
6841 "T": {
6842 "type": "DT_INT32"
6843 },
6844 "_output_shapes": {
6845 "list": {
6846 "shape": [
6847 {}
6848 ]
6849 }
6850 }
6851 },
6852 "experimentalDebugInfo": {
6853 "originalNodeNames": [
6854 "Less"
6855 ]
6856 }
6857 },
6858 {
6859 "name": "Less_1",
6860 "op": "Less",
6861 "input": [
6862 "map_while_loop_counter",
6863 "map_strided_slice"
6864 ],
6865 "attr": {
6866 "_output_shapes": {
6867 "list": {
6868 "shape": [
6869 {}
6870 ]
6871 }
6872 },
6873 "T": {
6874 "type": "DT_INT32"
6875 }
6876 },
6877 "experimentalDebugInfo": {
6878 "originalNodeNames": [
6879 "Less_1"
6880 ]
6881 }
6882 },
6883 {
6884 "name": "LogicalAnd",
6885 "op": "LogicalAnd",
6886 "input": [
6887 "Less_1:z:0",
6888 "Less:z:0"
6889 ],
6890 "attr": {
6891 "_output_shapes": {
6892 "list": {
6893 "shape": [
6894 {}
6895 ]
6896 }
6897 }
6898 },
6899 "experimentalDebugInfo": {
6900 "originalNodeNames": [
6901 "LogicalAnd"
6902 ]
6903 }
6904 }
6905 ],
6906 "ret": {
6907 "logicaland": "LogicalAnd:z:0"
6908 },
6909 "attr": {
6910 "_input_shapes": {
6911 "list": {
6912 "shape": [
6913 {},
6914 {},
6915 {},
6916 {},
6917 {},
6918 {
6919 "unknownRank": true
6920 }
6921 ]
6922 }
6923 }
6924 },
6925 "argAttr": {
6926 "4": {
6927 "attr": {
6928 "_output_shapes": {
6929 "list": {
6930 "shape": [
6931 {}
6932 ]
6933 }
6934 }
6935 }
6936 },
6937 "1": {
6938 "attr": {
6939 "_output_shapes": {
6940 "list": {
6941 "shape": [
6942 {}
6943 ]
6944 }
6945 }
6946 }
6947 },
6948 "2": {
6949 "attr": {
6950 "_output_shapes": {
6951 "list": {
6952 "shape": [
6953 {}
6954 ]
6955 }
6956 }
6957 }
6958 },
6959 "0": {
6960 "attr": {
6961 "_output_shapes": {
6962 "list": {
6963 "shape": [
6964 {}
6965 ]
6966 }
6967 }
6968 }
6969 },
6970 "5": {
6971 "attr": {
6972 "_output_shapes": {
6973 "list": {
6974 "shape": [
6975 {
6976 "unknownRank": true
6977 }
6978 ]
6979 }
6980 }
6981 }
6982 },
6983 "3": {
6984 "attr": {
6985 "_output_shapes": {
6986 "list": {
6987 "shape": [
6988 {}
6989 ]
6990 }
6991 }
6992 }
6993 }
6994 }
6995 },
6996 {
6997 "signature": {
6998 "name": "map_while_body_4965",
6999 "inputArg": [
7000 {
7001 "name": "map_while_loop_counter",
7002 "type": "DT_INT32"
7003 },
7004 {
7005 "name": "map_strided_slice_0",
7006 "type": "DT_INT32"
7007 },
7008 {
7009 "name": "placeholder",
7010 "type": "DT_INT32"
7011 },
7012 {
7013 "name": "placeholder_1",
7014 "type": "DT_VARIANT"
7015 },
7016 {
7017 "name": "map_strided_slice_1_0",
7018 "type": "DT_INT32"
7019 },
7020 {
7021 "name": "tensorarrayv2read_tensorlistgetitem_map_tensorarrayunstack_tensorlistfromtensor_0",
7022 "type": "DT_VARIANT"
7023 }
7024 ],
7025 "outputArg": [
7026 {
7027 "name": "add_1",
7028 "type": "DT_INT32"
7029 },
7030 {
7031 "name": "map_strided_slice",
7032 "type": "DT_INT32"
7033 },
7034 {
7035 "name": "add",
7036 "type": "DT_INT32"
7037 },
7038 {
7039 "name": "tensorarrayv2write_tensorlistsetitem",
7040 "type": "DT_VARIANT"
7041 },
7042 {
7043 "name": "map_strided_slice_1",
7044 "type": "DT_INT32"
7045 },
7046 {
7047 "name": "tensorarrayv2read_tensorlistgetitem_map_tensorarrayunstack_tensorlistfromtensor",
7048 "type": "DT_VARIANT"
7049 }
7050 ]
7051 },
7052 "nodeDef": [
7053 {
7054 "name": "TensorArrayV2Read/Const",
7055 "op": "Const",
7056 "attr": {
7057 "_output_shapes": {
7058 "list": {
7059 "shape": [
7060 {
7061 "dim": [
7062 {}
7063 ]
7064 }
7065 ]
7066 }
7067 },
7068 "dtype": {
7069 "type": "DT_INT32"
7070 },
7071 "value": {
7072 "tensor": {
7073 "dtype": "DT_INT32",
7074 "tensorShape": {
7075 "dim": [
7076 {}
7077 ]
7078 }
7079 }
7080 }
7081 },
7082 "experimentalDebugInfo": {
7083 "originalNodeNames": [
7084 "TensorArrayV2Read/Const"
7085 ]
7086 }
7087 },
7088 {
7089 "name": "TensorArrayV2Read/TensorListGetItem",
7090 "op": "TensorListGetItem",
7091 "input": [
7092 "tensorarrayv2read_tensorlistgetitem_map_tensorarrayunstack_tensorlistfromtensor_0",
7093 "placeholder",
7094 "TensorArrayV2Read/Const:output:0"
7095 ],
7096 "attr": {
7097 "_output_shapes": {
7098 "list": {
7099 "shape": [
7100 {}
7101 ]
7102 }
7103 },
7104 "element_dtype": {
7105 "type": "DT_STRING"
7106 }
7107 },
7108 "experimentalDebugInfo": {
7109 "originalNodeNames": [
7110 "TensorArrayV2Read/TensorListGetItem"
7111 ]
7112 }
7113 },
7114 {
7115 "name": "Const",
7116 "op": "Const",
7117 "attr": {
7118 "value": {
7119 "tensor": {
7120 "dtype": "DT_STRING",
7121 "tensorShape": {
7122 "dim": [
7123 {
7124 "size": "10000"
7125 }
7126 ]
7127 },
7128 "stringVal": [
7129 "",
7130 "",
7131 "",
7132 "",
7133 "",
7134 "",
7135 "",
7136 "",
7137 "",
7138 "",
7139 "",
7140 "",
7141 "",
7142 "",
7143 "",
7144 "",
7145 "",
7146 "",
7147 "",
7148 "",
7149 "",
7150 "",
7151 "",
7152 "",
7153 "",
7154 "",
7155 "",
7156 "",
7157 "",
7158 "",
7159 "",
7160 "",
7161 "",
7162 "",
7163 "",
7164 "",
7165 "",
7166 "",
7167 "",
7168 "",
7169 "",
7170 "",
7171 "",
7172 "",
7173 "",
7174 "",
7175 "",
7176 "",
7177 "",
7178 "",
7179 "",
7180 "",
7181 "",
7182 "",
7183 "",
7184 "",
7185 "",
7186 "",
7187 "",
7188 "",
7189 "",
7190 "",
7191 "",
7192 "",
7193 "",
7194 "",
7195 "",
7196 "",
7197 "",
7198 "",
7199 "",
7200 "",
7201 "",
7202 "",
7203 "",
7204 "",
7205 "",
7206 "",
7207 "",
7208 "",
7209 "",
7210 "",
7211 "",
7212 "",
7213 "",
7214 "",
7215 "",
7216 "",
7217 "",
7218 "",
7219 "",
7220 "",
7221 "",
7222 "",
7223 "",
7224 "",
7225 "",
7226 "",
7227 "",
7228 "",
7229 "",
7230 "",
7231 "",
7232 "",
7233 "",
7234 "",
7235 "",
7236 "",
7237 "",
7238 "",
7239 "",
7240 "",
7241 "",
7242 "",
7243 "",
7244 "",
7245 "",
7246 "",
7247 "",
7248 "",
7249 "",
7250 "",
7251 "",
7252 "",
7253 "",
7254 "",
7255 "",
7256 "",
7257 "",
7258 "",
7259 "",
7260 "",
7261 "",
7262 "",
7263 "",
7264 "",
7265 "",
7266 "",
7267 "",
7268 "",
7269 "",
7270 "",
7271 "",
7272 "",
7273 "",
7274 "",
7275 "",
7276 "",
7277 "",
7278 "",
7279 "",
7280 "",
7281 "",
7282 "",
7283 "",
7284 "",
7285 "",
7286 "",
7287 "",
7288 "",
7289 "",
7290 "",
7291 "",
7292 "",
7293 "",
7294 "",
7295 "",
7296 "",
7297 "",
7298 "",
7299 "",
7300 "",
7301 "",
7302 "",
7303 "",
7304 "",
7305 "",
7306 "",
7307 "",
7308 "",
7309 "",
7310 "",
7311 "",
7312 "",
7313 "",
7314 "",
7315 "",
7316 "",
7317 "",
7318 "",
7319 "",
7320 "",
7321 "",
7322 "",
7323 "",
7324 "",
7325 "",
7326 "",
7327 "",
7328 "",
7329 "",
7330 "",
7331 "",
7332 "",
7333 "",
7334 "",
7335 "",
7336 "",
7337 "",
7338 "",
7339 "",
7340 "",
7341 "",
7342 "",
7343 "",
7344 "",
7345 "",
7346 "",
7347 "",
7348 "",
7349 "",
7350 "",
7351 "",
7352 "",
7353 "",
7354 "",
7355 "",
7356 "",
7357 "",
7358 "",
7359 "",
7360 "",
7361 "",
7362 "",
7363 "",
7364 "",
7365 "",
7366 "",
7367 "",
7368 "",
7369 "",
7370 "",
7371 "",
7372 "",
7373 "",
7374 "",
7375 "",
7376 "",
7377 "",
7378 "",
7379 "",
7380 "",
7381 "",
7382 "",
7383 "",
7384 "",
7385 "",
7386 "",
7387 "",
7388 "",
7389 "",
7390 "",
7391 "",
7392 "",
7393 "",
7394 "",
7395 "",
7396 "",
7397 "",
7398 "",
7399 "",
7400 "",
7401 "",
7402 "",
7403 "",
7404 "",
7405 "",
7406 "",
7407 "",
7408 "",
7409 "",
7410 "",
7411 "",
7412 "",
7413 "",
7414 "",
7415 "",
7416 "",
7417 "",
7418 "",
7419 "",
7420 "",
7421 "",
7422 "",
7423 "",
7424 "",
7425 "",
7426 "",
7427 "",
7428 "",
7429 "",
7430 "",
7431 "",
7432 "",
7433 "",
7434 "",
7435 "",
7436 "",
7437 "",
7438 "",
7439 "",
7440 "",
7441 "",
7442 "",
7443 "",
7444 "",
7445 "",
7446 "",
7447 "",
7448 "",
7449 "",
7450 "",
7451 "",
7452 "",
7453 "",
7454 "",
7455 "",
7456 "",
7457 "",
7458 "",
7459 "",
7460 "",
7461 "",
7462 "",
7463 "",
7464 "",
7465 "",
7466 "",
7467 "",
7468 "",
7469 "",
7470 "",
7471 "",
7472 "",
7473 "",
7474 "",
7475 "",
7476 "",
7477 "",
7478 "",
7479 "",
7480 "",
7481 "",
7482 "",
7483 "",
7484 "",
7485 "",
7486 "",
7487 "",
7488 "",
7489 "",
7490 "",
7491 "",
7492 "",
7493 "",
7494 "",
7495 "",
7496 "",
7497 "",
7498 "",
7499 "",
7500 "",
7501 "",
7502 "",
7503 "",
7504 "",
7505 "",
7506 "",
7507 "",
7508 "",
7509 "",
7510 "",
7511 "",
7512 "",
7513 "",
7514 "",
7515 "",
7516 "",
7517 "",
7518 "",
7519 "",
7520 "",
7521 "",
7522 "",
7523 "",
7524 "",
7525 "",
7526 "",
7527 "",
7528 "",
7529 "",
7530 "",
7531 "",
7532 "",
7533 "",
7534 "",
7535 "",
7536 "",
7537 "",
7538 "",
7539 "",
7540 "",
7541 "",
7542 "",
7543 "",
7544 "",
7545 "",
7546 "",
7547 "",
7548 "",
7549 "",
7550 "",
7551 "",
7552 "",
7553 "",
7554 "",
7555 "",
7556 "",
7557 "",
7558 "",
7559 "",
7560 "",
7561 "",
7562 "",
7563 "",
7564 "",
7565 "",
7566 "",
7567 "",
7568 "",
7569 "",
7570 "",
7571 "",
7572 "",
7573 "",
7574 "",
7575 "",
7576 "",
7577 "",
7578 "",
7579 "",
7580 "",
7581 "",
7582 "",
7583 "",
7584 "",
7585 "",
7586 "",
7587 "",
7588 "",
7589 "",
7590 "",
7591 "",
7592 "",
7593 "",
7594 "",
7595 "",
7596 "",
7597 "",
7598 "",
7599 "",
7600 "",
7601 "",
7602 "",
7603 "",
7604 "",
7605 "",
7606 "",
7607 "",
7608 "",
7609 "",
7610 "",
7611 "",
7612 "",
7613 "",
7614 "",
7615 "",
7616 "",
7617 "",
7618 "",
7619 "",
7620 "",
7621 "",
7622 "",
7623 "",
7624 "",
7625 "",
7626 "",
7627 "",
7628 "",
7629 "",
7630 "",
7631 "",
7632 "",
7633 "",
7634 "",
7635 "",
7636 "",
7637 "",
7638 "",
7639 "",
7640 "",
7641 "",
7642 "",
7643 "",
7644 "",
7645 "",
7646 "",
7647 "",
7648 "",
7649 "",
7650 "",
7651 "",
7652 "",
7653 "",
7654 "",
7655 "",
7656 "",
7657 "",
7658 "",
7659 "",
7660 "",
7661 "",
7662 "",
7663 "",
7664 "",
7665 "",
7666 "",
7667 "",
7668 "",
7669 "",
7670 "",
7671 "",
7672 "",
7673 "",
7674 "",
7675 "",
7676 "",
7677 "",
7678 "",
7679 "",
7680 "",
7681 "",
7682 "",
7683 "",
7684 "",
7685 "",
7686 "",
7687 "",
7688 "",
7689 "",
7690 "",
7691 "",
7692 "",
7693 "",
7694 "",
7695 "",
7696 "",
7697 "",
7698 "",
7699 "",
7700 "",
7701 "",
7702 "",
7703 "",
7704 "",
7705 "",
7706 "",
7707 "",
7708 "",
7709 "",
7710 "",
7711 "",
7712 "",
7713 "",
7714 "",
7715 "",
7716 "",
7717 "",
7718 "",
7719 "",
7720 "",
7721 "",
7722 "",
7723 "",
7724 "",
7725 "",
7726 "",
7727 "",
7728 "",
7729 "",
7730 "",
7731 "",
7732 "",
7733 "",
7734 "",
7735 "",
7736 "",
7737 "",
7738 "",
7739 "",
7740 "",
7741 "",
7742 "",
7743 "",
7744 "",
7745 "",
7746 "",
7747 "",
7748 "",
7749 "",
7750 "",
7751 "",
7752 "",
7753 "",
7754 "",
7755 "",
7756 "",
7757 "",
7758 "",
7759 "",
7760 "",
7761 "",
7762 "",
7763 "",
7764 "",
7765 "",
7766 "",
7767 "",
7768 "",
7769 "",
7770 "",
7771 "",
7772 "",
7773 "",
7774 "",
7775 "",
7776 "",
7777 "",
7778 "",
7779 "",
7780 "",
7781 "",
7782 "",
7783 "",
7784 "",
7785 "",
7786 "",
7787 "",
7788 "",
7789 "",
7790 "",
7791 "",
7792 "",
7793 "",
7794 "",
7795 "",
7796 "",
7797 "",
7798 "",
7799 "",
7800 "",
7801 "",
7802 "",
7803 "",
7804 "",
7805 "",
7806 "",
7807 "",
7808 "",
7809 "",
7810 "",
7811 "",
7812 "",
7813 "",
7814 "",
7815 "",
7816 "",
7817 "",
7818 "",
7819 "",
7820 "",
7821 "",
7822 "",
7823 "",
7824 "",
7825 "",
7826 "",
7827 "",
7828 "",
7829 "",
7830 "",
7831 "",
7832 "",
7833 "",
7834 "",
7835 "",
7836 "",
7837 "",
7838 "",
7839 "",
7840 "",
7841 "",
7842 "",
7843 "",
7844 "",
7845 "",
7846 "",
7847 "",
7848 "",
7849 "",
7850 "",
7851 "",
7852 "",
7853 "",
7854 "",
7855 "",
7856 "",
7857 "",
7858 "",
7859 "",
7860 "",
7861 "",
7862 "",
7863 "",
7864 "",
7865 "",
7866 "",
7867 "",
7868 "",
7869 "",
7870 "",
7871 "",
7872 "",
7873 "",
7874 "",
7875 "",
7876 "",
7877 "",
7878 "",
7879 "",
7880 "",
7881 "",
7882 "",
7883 "",
7884 "",
7885 "",
7886 "",
7887 "",
7888 "",
7889 "",
7890 "",
7891 "",
7892 "",
7893 "",
7894 "",
7895 "",
7896 "",
7897 "",
7898 "",
7899 "",
7900 "",
7901 "",
7902 "",
7903 "",
7904 "",
7905 "",
7906 "",
7907 "",
7908 "",
7909 "",
7910 "",
7911 "",
7912 "",
7913 "",
7914 "",
7915 "",
7916 "",
7917 "",
7918 "",
7919 "",
7920 "",
7921 "",
7922 "",
7923 "",
7924 "",
7925 "",
7926 "",
7927 "",
7928 "",
7929 "",
7930 "",
7931 "",
7932 "",
7933 "",
7934 "",
7935 "",
7936 "",
7937 "",
7938 "",
7939 "",
7940 "",
7941 "",
7942 "",
7943 "",
7944 "",
7945 "",
7946 "",
7947 "",
7948 "",
7949 "",
7950 "",
7951 "",
7952 "",
7953 "",
7954 "",
7955 "",
7956 "",
7957 "",
7958 "",
7959 "",
7960 "",
7961 "",
7962 "",
7963 "",
7964 "",
7965 "",
7966 "",
7967 "",
7968 "",
7969 "",
7970 "",
7971 "",
7972 "",
7973 "",
7974 "",
7975 "",
7976 "",
7977 "",
7978 "",
7979 "",
7980 "",
7981 "",
7982 "",
7983 "",
7984 "",
7985 "",
7986 "",
7987 "",
7988 "",
7989 "",
7990 "",
7991 "",
7992 "",
7993 "",
7994 "",
7995 "",
7996 "",
7997 "",
7998 "",
7999 "",
8000 "",
8001 "",
8002 "",
8003 "",
8004 "",
8005 "",
8006 "",
8007 "",
8008 "",
8009 "",
8010 "",
8011 "",
8012 "",
8013 "",
8014 "",
8015 "",
8016 "",
8017 "",
8018 "",
8019 "",
8020 "",
8021 "",
8022 "",
8023 "",
8024 "",
8025 "",
8026 "",
8027 "",
8028 "",
8029 "",
8030 "",
8031 "",
8032 "",
8033 "",
8034 "",
8035 "",
8036 "",
8037 "",
8038 "",
8039 "",
8040 "",
8041 "",
8042 "",
8043 "",
8044 "",
8045 "",
8046 "",
8047 "",
8048 "",
8049 "",
8050 "",
8051 "",
8052 "",
8053 "",
8054 "",
8055 "",
8056 "",
8057 "",
8058 "",
8059 "",
8060 "",
8061 "",
8062 "",
8063 "",
8064 "",
8065 "",
8066 "",
8067 "",
8068 "",
8069 "",
8070 "",
8071 "",
8072 "",
8073 "",
8074 "",
8075 "",
8076 "",
8077 "",
8078 "",
8079 "",
8080 "",
8081 "",
8082 "",
8083 "",
8084 "",
8085 "",
8086 "",
8087 "",
8088 "",
8089 "",
8090 "",
8091 "",
8092 "",
8093 "",
8094 "",
8095 "",
8096 "",
8097 "",
8098 "",
8099 "",
8100 "",
8101 "",
8102 "",
8103 "",
8104 "",
8105 "",
8106 "",
8107 "",
8108 "",
8109 "",
8110 "",
8111 "",
8112 "",
8113 "",
8114 "",
8115 "",
8116 "",
8117 "",
8118 "",
8119 "",
8120 "",
8121 "",
8122 "",
8123 "",
8124 "",
8125 "",
8126 "",
8127 "",
8128 "",
8129 "",
8130 "",
8131 "",
8132 "",
8133 "",
8134 "",
8135 "",
8136 "",
8137 "",
8138 "",
8139 "",
8140 "",
8141 "",
8142 "",
8143 "",
8144 "",
8145 "",
8146 "",
8147 "",
8148 "",
8149 "",
8150 "",
8151 "",
8152 "",
8153 "",
8154 "",
8155 "",
8156 "",
8157 "",
8158 "",
8159 "",
8160 "",
8161 "",
8162 "",
8163 "",
8164 "",
8165 "",
8166 "",
8167 "",
8168 "",
8169 "",
8170 "",
8171 "",
8172 "",
8173 "",
8174 "",
8175 "",
8176 "",
8177 "",
8178 "",
8179 "",
8180 "",
8181 "",
8182 "",
8183 "",
8184 "",
8185 "",
8186 "",
8187 "",
8188 "",
8189 "",
8190 "",
8191 "",
8192 "",
8193 "",
8194 "",
8195 "",
8196 "",
8197 "",
8198 "",
8199 "",
8200 "",
8201 "",
8202 "",
8203 "",
8204 "",
8205 "",
8206 "",
8207 "",
8208 "",
8209 "",
8210 "",
8211 "",
8212 "",
8213 "",
8214 "",
8215 "",
8216 "",
8217 "",
8218 "",
8219 "",
8220 "",
8221 "",
8222 "",
8223 "",
8224 "",
8225 "",
8226 "",
8227 "",
8228 "",
8229 "",
8230 "",
8231 "",
8232 "",
8233 "",
8234 "",
8235 "",
8236 "",
8237 "",
8238 "",
8239 "",
8240 "",
8241 "",
8242 "",
8243 "",
8244 "",
8245 "",
8246 "",
8247 "",
8248 "",
8249 "",
8250 "",
8251 "",
8252 "",
8253 "",
8254 "",
8255 "",
8256 "",
8257 "",
8258 "",
8259 "",
8260 "",
8261 "",
8262 "",
8263 "",
8264 "",
8265 "",
8266 "",
8267 "",
8268 "",
8269 "",
8270 "",
8271 "",
8272 "",
8273 "",
8274 "",
8275 "",
8276 "",
8277 "",
8278 "",
8279 "",
8280 "",
8281 "",
8282 "",
8283 "",
8284 "",
8285 "",
8286 "",
8287 "",
8288 "",
8289 "",
8290 "",
8291 "",
8292 "",
8293 "",
8294 "",
8295 "",
8296 "",
8297 "",
8298 "",
8299 "",
8300 "",
8301 "",
8302 "",
8303 "",
8304 "",
8305 "",
8306 "",
8307 "",
8308 "",
8309 "",
8310 "",
8311 "",
8312 "",
8313 "",
8314 "",
8315 "",
8316 "",
8317 "",
8318 "",
8319 "",
8320 "",
8321 "",
8322 "",
8323 "",
8324 "",
8325 "",
8326 "",
8327 "",
8328 "",
8329 "",
8330 "",
8331 "",
8332 "",
8333 "",
8334 "",
8335 "",
8336 "",
8337 "",
8338 "",
8339 "",
8340 "",
8341 "",
8342 "",
8343 "",
8344 "",
8345 "",
8346 "",
8347 "",
8348 "",
8349 "",
8350 "",
8351 "",
8352 "",
8353 "",
8354 "",
8355 "",
8356 "",
8357 "",
8358 "",
8359 "",
8360 "",
8361 "",
8362 "",
8363 "",
8364 "",
8365 "",
8366 "",
8367 "",
8368 "",
8369 "",
8370 "",
8371 "",
8372 "",
8373 "",
8374 "",
8375 "",
8376 "",
8377 "",
8378 "",
8379 "",
8380 "",
8381 "",
8382 "",
8383 "",
8384 "",
8385 "",
8386 "",
8387 "",
8388 "",
8389 "",
8390 "",
8391 "",
8392 "",
8393 "",
8394 "",
8395 "",
8396 "",
8397 "",
8398 "",
8399 "",
8400 "",
8401 "",
8402 "",
8403 "",
8404 "",
8405 "",
8406 "",
8407 "",
8408 "",
8409 "",
8410 "",
8411 "",
8412 "",
8413 "",
8414 "",
8415 "",
8416 "",
8417 "",
8418 "",
8419 "",
8420 "",
8421 "",
8422 "",
8423 "",
8424 "",
8425 "",
8426 "",
8427 "",
8428 "",
8429 "",
8430 "",
8431 "",
8432 "",
8433 "",
8434 "",
8435 "",
8436 "",
8437 "",
8438 "",
8439 "",
8440 "",
8441 "",
8442 "",
8443 "",
8444 "",
8445 "",
8446 "",
8447 "",
8448 "",
8449 "",
8450 "",
8451 "",
8452 "",
8453 "",
8454 "",
8455 "",
8456 "",
8457 "",
8458 "",
8459 "",
8460 "",
8461 "",
8462 "",
8463 "",
8464 "",
8465 "",
8466 "",
8467 "",
8468 "",
8469 "",
8470 "",
8471 "",
8472 "",
8473 "",
8474 "",
8475 "",
8476 "",
8477 "",
8478 "",
8479 "",
8480 "",
8481 "",
8482 "",
8483 "",
8484 "",
8485 "",
8486 "",
8487 "",
8488 "",
8489 "",
8490 "",
8491 "",
8492 "",
8493 "",
8494 "",
8495 "",
8496 "",
8497 "",
8498 "",
8499 "",
8500 "",
8501 "",
8502 "",
8503 "",
8504 "",
8505 "",
8506 "",
8507 "",
8508 "",
8509 "",
8510 "",
8511 "",
8512 "",
8513 "",
8514 "",
8515 "",
8516 "",
8517 "",
8518 "",
8519 "",
8520 "",
8521 "",
8522 "",
8523 "",
8524 "",
8525 "",
8526 "",
8527 "",
8528 "",
8529 "",
8530 "",
8531 "",
8532 "",
8533 "",
8534 "",
8535 "",
8536 "",
8537 "",
8538 "",
8539 "",
8540 "",
8541 "",
8542 "",
8543 "",
8544 "",
8545 "",
8546 "",
8547 "",
8548 "",
8549 "",
8550 "",
8551 "",
8552 "",
8553 "",
8554 "",
8555 "",
8556 "",
8557 "",
8558 "",
8559 "",
8560 "",
8561 "",
8562 "",
8563 "",
8564 "",
8565 "",
8566 "",
8567 "",
8568 "",
8569 "",
8570 "",
8571 "",
8572 "",
8573 "",
8574 "",
8575 "",
8576 "",
8577 "",
8578 "",
8579 "",
8580 "",
8581 "",
8582 "",
8583 "",
8584 "",
8585 "",
8586 "",
8587 "",
8588 "",
8589 "",
8590 "",
8591 "",
8592 "",
8593 "",
8594 "",
8595 "",
8596 "",
8597 "",
8598 "",
8599 "",
8600 "",
8601 "",
8602 "",
8603 "",
8604 "",
8605 "",
8606 "",
8607 "",
8608 "",
8609 "",
8610 "",
8611 "",
8612 "",
8613 "",
8614 "",
8615 "",
8616 "",
8617 "",
8618 "",
8619 "",
8620 "",
8621 "",
8622 "",
8623 "",
8624 "",
8625 "",
8626 "",
8627 "",
8628 "",
8629 "",
8630 "",
8631 "",
8632 "",
8633 "",
8634 "",
8635 "",
8636 "",
8637 "",
8638 "",
8639 "",
8640 "",
8641 "",
8642 "",
8643 "",
8644 "",
8645 "",
8646 "",
8647 "",
8648 "",
8649 "",
8650 "",
8651 "",
8652 "",
8653 "",
8654 "",
8655 "",
8656 "",
8657 "",
8658 "",
8659 "",
8660 "",
8661 "",
8662 "",
8663 "",
8664 "",
8665 "",
8666 "",
8667 "",
8668 "",
8669 "",
8670 "",
8671 "",
8672 "",
8673 "",
8674 "",
8675 "",
8676 "",
8677 "",
8678 "",
8679 "",
8680 "",
8681 "",
8682 "",
8683 "",
8684 "",
8685 "",
8686 "",
8687 "",
8688 "",
8689 "",
8690 "",
8691 "",
8692 "",
8693 "",
8694 "",
8695 "",
8696 "",
8697 "",
8698 "",
8699 "",
8700 "",
8701 "",
8702 "",
8703 "",
8704 "",
8705 "",
8706 "",
8707 "",
8708 "",
8709 "",
8710 "",
8711 "",
8712 "",
8713 "",
8714 "",
8715 "",
8716 "",
8717 "",
8718 "",
8719 "",
8720 "",
8721 "",
8722 "",
8723 "",
8724 "",
8725 "",
8726 "",
8727 "",
8728 "",
8729 "",
8730 "",
8731 "",
8732 "",
8733 "",
8734 "",
8735 "",
8736 "",
8737 "",
8738 "",
8739 "",
8740 "",
8741 "",
8742 "",
8743 "",
8744 "",
8745 "",
8746 "",
8747 "",
8748 "",
8749 "",
8750 "",
8751 "",
8752 "",
8753 "",
8754 "",
8755 "",
8756 "",
8757 "",
8758 "",
8759 "",
8760 "",
8761 "",
8762 "",
8763 "",
8764 "",
8765 "",
8766 "",
8767 "",
8768 "",
8769 "",
8770 "",
8771 "",
8772 "",
8773 "",
8774 "",
8775 "",
8776 "",
8777 "",
8778 "",
8779 "",
8780 "",
8781 "",
8782 "",
8783 "",
8784 "",
8785 "",
8786 "",
8787 "",
8788 "",
8789 "",
8790 "",
8791 "",
8792 "",
8793 "",
8794 "",
8795 "",
8796 "",
8797 "",
8798 "",
8799 "",
8800 "",
8801 "",
8802 "",
8803 "",
8804 "",
8805 "",
8806 "",
8807 "",
8808 "",
8809 "",
8810 "",
8811 "",
8812 "",
8813 "",
8814 "",
8815 "",
8816 "",
8817 "",
8818 "",
8819 "",
8820 "",
8821 "",
8822 "",
8823 "",
8824 "",
8825 "",
8826 "",
8827 "",
8828 "",
8829 "",
8830 "",
8831 "",
8832 "",
8833 "",
8834 "",
8835 "",
8836 "",
8837 "",
8838 "",
8839 "",
8840 "",
8841 "",
8842 "",
8843 "",
8844 "",
8845 "",
8846 "",
8847 "",
8848 "",
8849 "",
8850 "",
8851 "",
8852 "",
8853 "",
8854 "",
8855 "",
8856 "",
8857 "",
8858 "",
8859 "",
8860 "",
8861 "",
8862 "",
8863 "",
8864 "",
8865 "",
8866 "",
8867 "",
8868 "",
8869 "",
8870 "",
8871 "",
8872 "",
8873 "",
8874 "",
8875 "",
8876 "",
8877 "",
8878 "",
8879 "",
8880 "",
8881 "",
8882 "",
8883 "",
8884 "",
8885 "",
8886 "",
8887 "",
8888 "",
8889 "",
8890 "",
8891 "",
8892 "",
8893 "",
8894 "",
8895 "",
8896 "",
8897 "",
8898 "",
8899 "",
8900 "",
8901 "",
8902 "",
8903 "",
8904 "",
8905 "",
8906 "",
8907 "",
8908 "",
8909 "",
8910 "",
8911 "",
8912 "",
8913 "",
8914 "",
8915 "",
8916 "",
8917 "",
8918 "",
8919 "",
8920 "",
8921 "",
8922 "",
8923 "",
8924 "",
8925 "",
8926 "",
8927 "",
8928 "",
8929 "",
8930 "",
8931 "",
8932 "",
8933 "",
8934 "",
8935 "",
8936 "",
8937 "",
8938 "",
8939 "",
8940 "",
8941 "",
8942 "",
8943 "",
8944 "",
8945 "",
8946 "",
8947 "",
8948 "",
8949 "",
8950 "",
8951 "",
8952 "",
8953 "",
8954 "",
8955 "",
8956 "",
8957 "",
8958 "",
8959 "",
8960 "",
8961 "",
8962 "",
8963 "",
8964 "",
8965 "",
8966 "",
8967 "",
8968 "",
8969 "",
8970 "",
8971 "",
8972 "",
8973 "",
8974 "",
8975 "",
8976 "",
8977 "",
8978 "",
8979 "",
8980 "",
8981 "",
8982 "",
8983 "",
8984 "",
8985 "",
8986 "",
8987 "",
8988 "",
8989 "",
8990 "",
8991 "",
8992 "",
8993 "",
8994 "",
8995 "",
8996 "",
8997 "",
8998 "",
8999 "",
9000 "",
9001 "",
9002 "",
9003 "",
9004 "",
9005 "",
9006 "",
9007 "",
9008 "",
9009 "",
9010 "",
9011 "",
9012 "",
9013 "",
9014 "",
9015 "",
9016 "",
9017 "",
9018 "",
9019 "",
9020 "",
9021 "",
9022 "",
9023 "",
9024 "",
9025 "",
9026 "",
9027 "",
9028 "",
9029 "",
9030 "",
9031 "",
9032 "",
9033 "",
9034 "",
9035 "",
9036 "",
9037 "",
9038 "",
9039 "",
9040 "",
9041 "",
9042 "",
9043 "",
9044 "",
9045 "",
9046 "",
9047 "",
9048 "",
9049 "",
9050 "",
9051 "",
9052 "",
9053 "",
9054 "",
9055 "",
9056 "",
9057 "",
9058 "",
9059 "",
9060 "",
9061 "",
9062 "",
9063 "",
9064 "",
9065 "",
9066 "",
9067 "",
9068 "",
9069 "",
9070 "",
9071 "",
9072 "",
9073 "",
9074 "",
9075 "",
9076 "",
9077 "",
9078 "",
9079 "",
9080 "",
9081 "",
9082 "",
9083 "",
9084 "",
9085 "",
9086 "",
9087 "",
9088 "",
9089 "",
9090 "",
9091 "",
9092 "",
9093 "",
9094 "",
9095 "",
9096 "",
9097 "",
9098 "",
9099 "",
9100 "",
9101 "",
9102 "",
9103 "",
9104 "",
9105 "",
9106 "",
9107 "",
9108 "",
9109 "",
9110 "",
9111 "",
9112 "",
9113 "",
9114 "",
9115 "",
9116 "",
9117 "",
9118 "",
9119 "",
9120 "",
9121 "",
9122 "",
9123 "",
9124 "",
9125 "",
9126 "",
9127 "",
9128 "",
9129 "",
9130 "",
9131 "",
9132 "",
9133 "",
9134 "",
9135 "",
9136 "",
9137 "",
9138 "",
9139 "",
9140 "",
9141 "",
9142 "",
9143 "",
9144 "",
9145 "",
9146 "",
9147 "",
9148 "",
9149 "",
9150 "",
9151 "",
9152 "",
9153 "",
9154 "",
9155 "",
9156 "",
9157 "",
9158 "",
9159 "",
9160 "",
9161 "",
9162 "",
9163 "",
9164 "",
9165 "",
9166 "",
9167 "",
9168 "",
9169 "",
9170 "",
9171 "",
9172 "",
9173 "",
9174 "",
9175 "",
9176 "",
9177 "",
9178 "",
9179 "",
9180 "",
9181 "",
9182 "",
9183 "",
9184 "",
9185 "",
9186 "",
9187 "",
9188 "",
9189 "",
9190 "",
9191 "",
9192 "",
9193 "",
9194 "",
9195 "",
9196 "",
9197 "",
9198 "",
9199 "",
9200 "",
9201 "",
9202 "",
9203 "",
9204 "",
9205 "",
9206 "",
9207 "",
9208 "",
9209 "",
9210 "",
9211 "",
9212 "",
9213 "",
9214 "",
9215 "",
9216 "",
9217 "",
9218 "",
9219 "",
9220 "",
9221 "",
9222 "",
9223 "",
9224 "",
9225 "",
9226 "",
9227 "",
9228 "",
9229 "",
9230 "",
9231 "",
9232 "",
9233 "",
9234 "",
9235 "",
9236 "",
9237 "",
9238 "",
9239 "",
9240 "",
9241 "",
9242 "",
9243 "",
9244 "",
9245 "",
9246 "",
9247 "",
9248 "",
9249 "",
9250 "",
9251 "",
9252 "",
9253 "",
9254 "",
9255 "",
9256 "",
9257 "",
9258 "",
9259 "",
9260 "",
9261 "",
9262 "",
9263 "",
9264 "",
9265 "",
9266 "",
9267 "",
9268 "",
9269 "",
9270 "",
9271 "",
9272 "",
9273 "",
9274 "",
9275 "",
9276 "",
9277 "",
9278 "",
9279 "",
9280 "",
9281 "",
9282 "",
9283 "",
9284 "",
9285 "",
9286 "",
9287 "",
9288 "",
9289 "",
9290 "",
9291 "",
9292 "",
9293 "",
9294 "",
9295 "",
9296 "",
9297 "",
9298 "",
9299 "",
9300 "",
9301 "",
9302 "",
9303 "",
9304 "",
9305 "",
9306 "",
9307 "",
9308 "",
9309 "",
9310 "",
9311 "",
9312 "",
9313 "",
9314 "",
9315 "",
9316 "",
9317 "",
9318 "",
9319 "",
9320 "",
9321 "",
9322 "",
9323 "",
9324 "",
9325 "",
9326 "",
9327 "",
9328 "",
9329 "",
9330 "",
9331 "",
9332 "",
9333 "",
9334 "",
9335 "",
9336 "",
9337 "",
9338 "",
9339 "",
9340 "",
9341 "",
9342 "",
9343 "",
9344 "",
9345 "",
9346 "",
9347 "",
9348 "",
9349 "",
9350 "",
9351 "",
9352 "",
9353 "",
9354 "",
9355 "",
9356 "",
9357 "",
9358 "",
9359 "",
9360 "",
9361 "",
9362 "",
9363 "",
9364 "",
9365 "",
9366 "",
9367 "",
9368 "",
9369 "",
9370 "",
9371 "",
9372 "",
9373 "",
9374 "",
9375 "",
9376 "",
9377 "",
9378 "",
9379 "",
9380 "",
9381 "",
9382 "",
9383 "",
9384 "",
9385 "",
9386 "",
9387 "",
9388 "",
9389 "",
9390 "",
9391 "",
9392 "",
9393 "",
9394 "",
9395 "",
9396 "",
9397 "",
9398 "",
9399 "",
9400 "",
9401 "",
9402 "",
9403 "",
9404 "",
9405 "",
9406 "",
9407 "",
9408 "",
9409 "",
9410 "",
9411 "",
9412 "",
9413 "",
9414 "",
9415 "",
9416 "",
9417 "",
9418 "",
9419 "",
9420 "",
9421 "",
9422 "",
9423 "",
9424 "",
9425 "",
9426 "",
9427 "",
9428 "",
9429 "",
9430 "",
9431 "",
9432 "",
9433 "",
9434 "",
9435 "",
9436 "",
9437 "",
9438 "",
9439 "",
9440 "",
9441 "",
9442 "",
9443 "",
9444 "",
9445 "",
9446 "",
9447 "",
9448 "",
9449 "",
9450 "",
9451 "",
9452 "",
9453 "",
9454 "",
9455 "",
9456 "",
9457 "",
9458 "",
9459 "",
9460 "",
9461 "",
9462 "",
9463 "",
9464 "",
9465 "",
9466 "",
9467 "",
9468 "",
9469 "",
9470 "",
9471 "",
9472 "",
9473 "",
9474 "",
9475 "",
9476 "",
9477 "",
9478 "",
9479 "",
9480 "",
9481 "",
9482 "",
9483 "",
9484 "",
9485 "",
9486 "",
9487 "",
9488 "",
9489 "",
9490 "",
9491 "",
9492 "",
9493 "",
9494 "",
9495 "",
9496 "",
9497 "",
9498 "",
9499 "",
9500 "",
9501 "",
9502 "",
9503 "",
9504 "",
9505 "",
9506 "",
9507 "",
9508 "",
9509 "",
9510 "",
9511 "",
9512 "",
9513 "",
9514 "",
9515 "",
9516 "",
9517 "",
9518 "",
9519 "",
9520 "",
9521 "",
9522 "",
9523 "",
9524 "",
9525 "",
9526 "",
9527 "",
9528 "",
9529 "",
9530 "",
9531 "",
9532 "",
9533 "",
9534 "",
9535 "",
9536 "",
9537 "",
9538 "",
9539 "",
9540 "",
9541 "",
9542 "",
9543 "",
9544 "",
9545 "",
9546 "",
9547 "",
9548 "",
9549 "",
9550 "",
9551 "",
9552 "",
9553 "",
9554 "",
9555 "",
9556 "",
9557 "",
9558 "",
9559 "",
9560 "",
9561 "",
9562 "",
9563 "",
9564 "",
9565 "",
9566 "",
9567 "",
9568 "",
9569 "",
9570 "",
9571 "",
9572 "",
9573 "",
9574 "",
9575 "",
9576 "",
9577 "",
9578 "",
9579 "",
9580 "",
9581 "",
9582 "",
9583 "",
9584 "",
9585 "",
9586 "",
9587 "",
9588 "",
9589 "",
9590 "",
9591 "",
9592 "",
9593 "",
9594 "",
9595 "",
9596 "",
9597 "",
9598 "",
9599 "",
9600 "",
9601 "",
9602 "",
9603 "",
9604 "",
9605 "",
9606 "",
9607 "",
9608 "",
9609 "",
9610 "",
9611 "",
9612 "",
9613 "",
9614 "",
9615 "",
9616 "",
9617 "",
9618 "",
9619 "",
9620 "",
9621 "",
9622 "",
9623 "",
9624 "",
9625 "",
9626 "",
9627 "",
9628 "",
9629 "",
9630 "",
9631 "",
9632 "",
9633 "",
9634 "",
9635 "",
9636 "",
9637 "",
9638 "",
9639 "",
9640 "",
9641 "",
9642 "",
9643 "",
9644 "",
9645 "",
9646 "",
9647 "",
9648 "",
9649 "",
9650 "",
9651 "",
9652 "",
9653 "",
9654 "",
9655 "",
9656 "",
9657 "",
9658 "",
9659 "",
9660 "",
9661 "",
9662 "",
9663 "",
9664 "",
9665 "",
9666 "",
9667 "",
9668 "",
9669 "",
9670 "",
9671 "",
9672 "",
9673 "",
9674 "",
9675 "",
9676 "",
9677 "",
9678 "",
9679 "",
9680 "",
9681 "",
9682 "",
9683 "",
9684 "",
9685 "",
9686 "",
9687 "",
9688 "",
9689 "",
9690 "",
9691 "",
9692 "",
9693 "",
9694 "",
9695 "",
9696 "",
9697 "",
9698 "",
9699 "",
9700 "",
9701 "",
9702 "",
9703 "",
9704 "",
9705 "",
9706 "",
9707 "",
9708 "",
9709 "",
9710 "",
9711 "",
9712 "",
9713 "",
9714 "",
9715 "",
9716 "",
9717 "",
9718 "",
9719 "",
9720 "",
9721 "",
9722 "",
9723 "",
9724 "",
9725 "",
9726 "",
9727 "",
9728 "",
9729 "",
9730 "",
9731 "",
9732 "",
9733 "",
9734 "",
9735 "",
9736 "",
9737 "",
9738 "",
9739 "",
9740 "",
9741 "",
9742 "",
9743 "",
9744 "",
9745 "",
9746 "",
9747 "",
9748 "",
9749 "",
9750 "",
9751 "",
9752 "",
9753 "",
9754 "",
9755 "",
9756 "",
9757 "",
9758 "",
9759 "",
9760 "",
9761 "",
9762 "",
9763 "",
9764 "",
9765 "",
9766 "",
9767 "",
9768 "",
9769 "",
9770 "",
9771 "",
9772 "",
9773 "",
9774 "",
9775 "",
9776 "",
9777 "",
9778 "",
9779 "",
9780 "",
9781 "",
9782 "",
9783 "",
9784 "",
9785 "",
9786 "",
9787 "",
9788 "",
9789 "",
9790 "",
9791 "",
9792 "",
9793 "",
9794 "",
9795 "",
9796 "",
9797 "",
9798 "",
9799 "",
9800 "",
9801 "",
9802 "",
9803 "",
9804 "",
9805 "",
9806 "",
9807 "",
9808 "",
9809 "",
9810 "",
9811 "",
9812 "",
9813 "",
9814 "",
9815 "",
9816 "",
9817 "",
9818 "",
9819 "",
9820 "",
9821 "",
9822 "",
9823 "",
9824 "",
9825 "",
9826 "",
9827 "",
9828 "",
9829 "",
9830 "",
9831 "",
9832 "",
9833 "",
9834 "",
9835 "",
9836 "",
9837 "",
9838 "",
9839 "",
9840 "",
9841 "",
9842 "",
9843 "",
9844 "",
9845 "",
9846 "",
9847 "",
9848 "",
9849 "",
9850 "",
9851 "",
9852 "",
9853 "",
9854 "",
9855 "",
9856 "",
9857 "",
9858 "",
9859 "",
9860 "",
9861 "",
9862 "",
9863 "",
9864 "",
9865 "",
9866 "",
9867 "",
9868 "",
9869 "",
9870 "",
9871 "",
9872 "",
9873 "",
9874 "",
9875 "",
9876 "",
9877 "",
9878 "",
9879 "",
9880 "",
9881 "",
9882 "",
9883 "",
9884 "",
9885 "",
9886 "",
9887 "",
9888 "",
9889 "",
9890 "",
9891 "",
9892 "",
9893 "",
9894 "",
9895 "",
9896 "",
9897 "",
9898 "",
9899 "",
9900 "",
9901 "",
9902 "",
9903 "",
9904 "",
9905 "",
9906 "",
9907 "",
9908 "",
9909 "",
9910 "",
9911 "",
9912 "",
9913 "",
9914 "",
9915 "",
9916 "",
9917 "",
9918 "",
9919 "",
9920 "",
9921 "",
9922 "",
9923 "",
9924 "",
9925 "",
9926 "",
9927 "",
9928 "",
9929 "",
9930 "",
9931 "",
9932 "",
9933 "",
9934 "",
9935 "",
9936 "",
9937 "",
9938 "",
9939 "",
9940 "",
9941 "",
9942 "",
9943 "",
9944 "",
9945 "",
9946 "",
9947 "",
9948 "",
9949 "",
9950 "",
9951 "",
9952 "",
9953 "",
9954 "",
9955 "",
9956 "",
9957 "",
9958 "",
9959 "",
9960 "",
9961 "",
9962 "",
9963 "",
9964 "",
9965 "",
9966 "",
9967 "",
9968 "",
9969 "",
9970 "",
9971 "",
9972 "",
9973 "",
9974 "",
9975 "",
9976 "",
9977 "",
9978 "",
9979 "",
9980 "",
9981 "",
9982 "",
9983 "",
9984 "",
9985 "",
9986 "",
9987 "",
9988 "",
9989 "",
9990 "",
9991 "",
9992 "",
9993 "",
9994 "",
9995 "",
9996 "",
9997 "",
9998 "",
9999 "",
10000 "",
10001 "",
10002 "",
10003 "",
10004 "",
10005 "",
10006 "",
10007 "",
10008 "",
10009 "",
10010 "",
10011 "",
10012 "",
10013 "",
10014 "",
10015 "",
10016 "",
10017 "",
10018 "",
10019 "",
10020 "",
10021 "",
10022 "",
10023 "",
10024 "",
10025 "",
10026 "",
10027 "",
10028 "",
10029 "",
10030 "",
10031 "",
10032 "",
10033 "",
10034 "",
10035 "",
10036 "",
10037 "",
10038 "",
10039 "",
10040 "",
10041 "",
10042 "",
10043 "",
10044 "",
10045 "",
10046 "",
10047 "",
10048 "",
10049 "",
10050 "",
10051 "",
10052 "",
10053 "",
10054 "",
10055 "",
10056 "",
10057 "",
10058 "",
10059 "",
10060 "",
10061 "",
10062 "",
10063 "",
10064 "",
10065 "",
10066 "",
10067 "",
10068 "",
10069 "",
10070 "",
10071 "",
10072 "",
10073 "",
10074 "",
10075 "",
10076 "",
10077 "",
10078 "",
10079 "",
10080 "",
10081 "",
10082 "",
10083 "",
10084 "",
10085 "",
10086 "",
10087 "",
10088 "",
10089 "",
10090 "",
10091 "",
10092 "",
10093 "",
10094 "",
10095 "",
10096 "",
10097 "",
10098 "",
10099 "",
10100 "",
10101 "",
10102 "",
10103 "",
10104 "",
10105 "",
10106 "",
10107 "",
10108 "",
10109 "",
10110 "",
10111 "",
10112 "",
10113 "",
10114 "",
10115 "",
10116 "",
10117 "",
10118 "",
10119 "",
10120 "",
10121 "",
10122 "",
10123 "",
10124 "",
10125 "",
10126 "",
10127 "",
10128 "",
10129 "",
10130 "",
10131 "",
10132 "",
10133 "",
10134 "",
10135 "",
10136 "",
10137 "",
10138 "",
10139 "",
10140 "",
10141 "",
10142 "",
10143 "",
10144 "",
10145 "",
10146 "",
10147 "",
10148 "",
10149 "",
10150 "",
10151 "",
10152 "",
10153 "",
10154 "",
10155 "",
10156 "",
10157 "",
10158 "",
10159 "",
10160 "",
10161 "",
10162 "",
10163 "",
10164 "",
10165 "",
10166 "",
10167 "",
10168 "",
10169 "",
10170 "",
10171 "",
10172 "",
10173 "",
10174 "",
10175 "",
10176 "",
10177 "",
10178 "",
10179 "",
10180 "",
10181 "",
10182 "",
10183 "",
10184 "",
10185 "",
10186 "",
10187 "",
10188 "",
10189 "",
10190 "",
10191 "",
10192 "",
10193 "",
10194 "",
10195 "",
10196 "",
10197 "",
10198 "",
10199 "",
10200 "",
10201 "",
10202 "",
10203 "",
10204 "",
10205 "",
10206 "",
10207 "",
10208 "",
10209 "",
10210 "",
10211 "",
10212 "",
10213 "",
10214 "",
10215 "",
10216 "",
10217 "",
10218 "",
10219 "",
10220 "",
10221 "",
10222 "",
10223 "",
10224 "",
10225 "",
10226 "",
10227 "",
10228 "",
10229 "",
10230 "",
10231 "",
10232 "",
10233 "",
10234 "",
10235 "",
10236 "",
10237 "",
10238 "",
10239 "",
10240 "",
10241 "",
10242 "",
10243 "",
10244 "",
10245 "",
10246 "",
10247 "",
10248 "",
10249 "",
10250 "",
10251 "",
10252 "",
10253 "",
10254 "",
10255 "",
10256 "",
10257 "",
10258 "",
10259 "",
10260 "",
10261 "",
10262 "",
10263 "",
10264 "",
10265 "",
10266 "",
10267 "",
10268 "",
10269 "",
10270 "",
10271 "",
10272 "",
10273 "",
10274 "",
10275 "",
10276 "",
10277 "",
10278 "",
10279 "",
10280 "",
10281 "",
10282 "",
10283 "",
10284 "",
10285 "",
10286 "",
10287 "",
10288 "",
10289 "",
10290 "",
10291 "",
10292 "",
10293 "",
10294 "",
10295 "",
10296 "",
10297 "",
10298 "",
10299 "",
10300 "",
10301 "",
10302 "",
10303 "",
10304 "",
10305 "",
10306 "",
10307 "",
10308 "",
10309 "",
10310 "",
10311 "",
10312 "",
10313 "",
10314 "",
10315 "",
10316 "",
10317 "",
10318 "",
10319 "",
10320 "",
10321 "",
10322 "",
10323 "",
10324 "",
10325 "",
10326 "",
10327 "",
10328 "",
10329 "",
10330 "",
10331 "",
10332 "",
10333 "",
10334 "",
10335 "",
10336 "",
10337 "",
10338 "",
10339 "",
10340 "",
10341 "",
10342 "",
10343 "",
10344 "",
10345 "",
10346 "",
10347 "",
10348 "",
10349 "",
10350 "",
10351 "",
10352 "",
10353 "",
10354 "",
10355 "",
10356 "",
10357 "",
10358 "",
10359 "",
10360 "",
10361 "",
10362 "",
10363 "",
10364 "",
10365 "",
10366 "",
10367 "",
10368 "",
10369 "",
10370 "",
10371 "",
10372 "",
10373 "",
10374 "",
10375 "",
10376 "",
10377 "",
10378 "",
10379 "",
10380 "",
10381 "",
10382 "",
10383 "",
10384 "",
10385 "",
10386 "",
10387 "",
10388 "",
10389 "",
10390 "",
10391 "",
10392 "",
10393 "",
10394 "",
10395 "",
10396 "",
10397 "",
10398 "",
10399 "",
10400 "",
10401 "",
10402 "",
10403 "",
10404 "",
10405 "",
10406 "",
10407 "",
10408 "",
10409 "",
10410 "",
10411 "",
10412 "",
10413 "",
10414 "",
10415 "",
10416 "",
10417 "",
10418 "",
10419 "",
10420 "",
10421 "",
10422 "",
10423 "",
10424 "",
10425 "",
10426 "",
10427 "",
10428 "",
10429 "",
10430 "",
10431 "",
10432 "",
10433 "",
10434 "",
10435 "",
10436 "",
10437 "",
10438 "",
10439 "",
10440 "",
10441 "",
10442 "",
10443 "",
10444 "",
10445 "",
10446 "",
10447 "",
10448 "",
10449 "",
10450 "",
10451 "",
10452 "",
10453 "",
10454 "",
10455 "",
10456 "",
10457 "",
10458 "",
10459 "",
10460 "",
10461 "",
10462 "",
10463 "",
10464 "",
10465 "",
10466 "",
10467 "",
10468 "",
10469 "",
10470 "",
10471 "",
10472 "",
10473 "",
10474 "",
10475 "",
10476 "",
10477 "",
10478 "",
10479 "",
10480 "",
10481 "",
10482 "",
10483 "",
10484 "",
10485 "",
10486 "",
10487 "",
10488 "",
10489 "",
10490 "",
10491 "",
10492 "",
10493 "",
10494 "",
10495 "",
10496 "",
10497 "",
10498 "",
10499 "",
10500 "",
10501 "",
10502 "",
10503 "",
10504 "",
10505 "",
10506 "",
10507 "",
10508 "",
10509 "",
10510 "",
10511 "",
10512 "",
10513 "",
10514 "",
10515 "",
10516 "",
10517 "",
10518 "",
10519 "",
10520 "",
10521 "",
10522 "",
10523 "",
10524 "",
10525 "",
10526 "",
10527 "",
10528 "",
10529 "",
10530 "",
10531 "",
10532 "",
10533 "",
10534 "",
10535 "",
10536 "",
10537 "",
10538 "",
10539 "",
10540 "",
10541 "",
10542 "",
10543 "",
10544 "",
10545 "",
10546 "",
10547 "",
10548 "",
10549 "",
10550 "",
10551 "",
10552 "",
10553 "",
10554 "",
10555 "",
10556 "",
10557 "",
10558 "",
10559 "",
10560 "",
10561 "",
10562 "",
10563 "",
10564 "",
10565 "",
10566 "",
10567 "",
10568 "",
10569 "",
10570 "",
10571 "",
10572 "",
10573 "",
10574 "",
10575 "",
10576 "",
10577 "",
10578 "",
10579 "",
10580 "",
10581 "",
10582 "",
10583 "",
10584 "",
10585 "",
10586 "",
10587 "",
10588 "",
10589 "",
10590 "",
10591 "",
10592 "",
10593 "",
10594 "",
10595 "",
10596 "",
10597 "",
10598 "",
10599 "",
10600 "",
10601 "",
10602 "",
10603 "",
10604 "",
10605 "",
10606 "",
10607 "",
10608 "",
10609 "",
10610 "",
10611 "",
10612 "",
10613 "",
10614 "",
10615 "",
10616 "",
10617 "",
10618 "",
10619 "",
10620 "",
10621 "",
10622 "",
10623 "",
10624 "",
10625 "",
10626 "",
10627 "",
10628 "",
10629 "",
10630 "",
10631 "",
10632 "",
10633 "",
10634 "",
10635 "",
10636 "",
10637 "",
10638 "",
10639 "",
10640 "",
10641 "",
10642 "",
10643 "",
10644 "",
10645 "",
10646 "",
10647 "",
10648 "",
10649 "",
10650 "",
10651 "",
10652 "",
10653 "",
10654 "",
10655 "",
10656 "",
10657 "",
10658 "",
10659 "",
10660 "",
10661 "",
10662 "",
10663 "",
10664 "",
10665 "",
10666 "",
10667 "",
10668 "",
10669 "",
10670 "",
10671 "",
10672 "",
10673 "",
10674 "",
10675 "",
10676 "",
10677 "",
10678 "",
10679 "",
10680 "",
10681 "",
10682 "",
10683 "",
10684 "",
10685 "",
10686 "",
10687 "",
10688 "",
10689 "",
10690 "",
10691 "",
10692 "",
10693 "",
10694 "",
10695 "",
10696 "",
10697 "",
10698 "",
10699 "",
10700 "",
10701 "",
10702 "",
10703 "",
10704 "",
10705 "",
10706 "",
10707 "",
10708 "",
10709 "",
10710 "",
10711 "",
10712 "",
10713 "",
10714 "",
10715 "",
10716 "",
10717 "",
10718 "",
10719 "",
10720 "",
10721 "",
10722 "",
10723 "",
10724 "",
10725 "",
10726 "",
10727 "",
10728 "",
10729 "",
10730 "",
10731 "",
10732 "",
10733 "",
10734 "",
10735 "",
10736 "",
10737 "",
10738 "",
10739 "",
10740 "",
10741 "",
10742 "",
10743 "",
10744 "",
10745 "",
10746 "",
10747 "",
10748 "",
10749 "",
10750 "",
10751 "",
10752 "",
10753 "",
10754 "",
10755 "",
10756 "",
10757 "",
10758 "",
10759 "",
10760 "",
10761 "",
10762 "",
10763 "",
10764 "",
10765 "",
10766 "",
10767 "",
10768 "",
10769 "",
10770 "",
10771 "",
10772 "",
10773 "",
10774 "",
10775 "",
10776 "",
10777 "",
10778 "",
10779 "",
10780 "",
10781 "",
10782 "",
10783 "",
10784 "",
10785 "",
10786 "",
10787 "",
10788 "",
10789 "",
10790 "",
10791 "",
10792 "",
10793 "",
10794 "",
10795 "",
10796 "",
10797 "",
10798 "",
10799 "",
10800 "",
10801 "",
10802 "",
10803 "",
10804 "",
10805 "",
10806 "",
10807 "",
10808 "",
10809 "",
10810 "",
10811 "",
10812 "",
10813 "",
10814 "",
10815 "",
10816 "",
10817 "",
10818 "",
10819 "",
10820 "",
10821 "",
10822 "",
10823 "",
10824 "",
10825 "",
10826 "",
10827 "",
10828 "",
10829 "",
10830 "",
10831 "",
10832 "",
10833 "",
10834 "",
10835 "",
10836 "",
10837 "",
10838 "",
10839 "",
10840 "",
10841 "",
10842 "",
10843 "",
10844 "",
10845 "",
10846 "",
10847 "",
10848 "",
10849 "",
10850 "",
10851 "",
10852 "",
10853 "",
10854 "",
10855 "",
10856 "",
10857 "",
10858 "",
10859 "",
10860 "",
10861 "",
10862 "",
10863 "",
10864 "",
10865 "",
10866 "",
10867 "",
10868 "",
10869 "",
10870 "",
10871 "",
10872 "",
10873 "",
10874 "",
10875 "",
10876 "",
10877 "",
10878 "",
10879 "",
10880 "",
10881 "",
10882 "",
10883 "",
10884 "",
10885 "",
10886 "",
10887 "",
10888 "",
10889 "",
10890 "",
10891 "",
10892 "",
10893 "",
10894 "",
10895 "",
10896 "",
10897 "",
10898 "",
10899 "",
10900 "",
10901 "",
10902 "",
10903 "",
10904 "",
10905 "",
10906 "",
10907 "",
10908 "",
10909 "",
10910 "",
10911 "",
10912 "",
10913 "",
10914 "",
10915 "",
10916 "",
10917 "",
10918 "",
10919 "",
10920 "",
10921 "",
10922 "",
10923 "",
10924 "",
10925 "",
10926 "",
10927 "",
10928 "",
10929 "",
10930 "",
10931 "",
10932 "",
10933 "",
10934 "",
10935 "",
10936 "",
10937 "",
10938 "",
10939 "",
10940 "",
10941 "",
10942 "",
10943 "",
10944 "",
10945 "",
10946 "",
10947 "",
10948 "",
10949 "",
10950 "",
10951 "",
10952 "",
10953 "",
10954 "",
10955 "",
10956 "",
10957 "",
10958 "",
10959 "",
10960 "",
10961 "",
10962 "",
10963 "",
10964 "",
10965 "",
10966 "",
10967 "",
10968 "",
10969 "",
10970 "",
10971 "",
10972 "",
10973 "",
10974 "",
10975 "",
10976 "",
10977 "",
10978 "",
10979 "",
10980 "",
10981 "",
10982 "",
10983 "",
10984 "",
10985 "",
10986 "",
10987 "",
10988 "",
10989 "",
10990 "",
10991 "",
10992 "",
10993 "",
10994 "",
10995 "",
10996 "",
10997 "",
10998 "",
10999 "",
11000 "",
11001 "",
11002 "",
11003 "",
11004 "",
11005 "",
11006 "",
11007 "",
11008 "",
11009 "",
11010 "",
11011 "",
11012 "",
11013 "",
11014 "",
11015 "",
11016 "",
11017 "",
11018 "",
11019 "",
11020 "",
11021 "",
11022 "",
11023 "",
11024 "",
11025 "",
11026 "",
11027 "",
11028 "",
11029 "",
11030 "",
11031 "",
11032 "",
11033 "",
11034 "",
11035 "",
11036 "",
11037 "",
11038 "",
11039 "",
11040 "",
11041 "",
11042 "",
11043 "",
11044 "",
11045 "",
11046 "",
11047 "",
11048 "",
11049 "",
11050 "",
11051 "",
11052 "",
11053 "",
11054 "",
11055 "",
11056 "",
11057 "",
11058 "",
11059 "",
11060 "",
11061 "",
11062 "",
11063 "",
11064 "",
11065 "",
11066 "",
11067 "",
11068 "",
11069 "",
11070 "",
11071 "",
11072 "",
11073 "",
11074 "",
11075 "",
11076 "",
11077 "",
11078 "",
11079 "",
11080 "",
11081 "",
11082 "",
11083 "",
11084 "",
11085 "",
11086 "",
11087 "",
11088 "",
11089 "",
11090 "",
11091 "",
11092 "",
11093 "",
11094 "",
11095 "",
11096 "",
11097 "",
11098 "",
11099 "",
11100 "",
11101 "",
11102 "",
11103 "",
11104 "",
11105 "",
11106 "",
11107 "",
11108 "",
11109 "",
11110 "",
11111 "",
11112 "",
11113 "",
11114 "",
11115 "",
11116 "",
11117 "",
11118 "",
11119 "",
11120 "",
11121 "",
11122 "",
11123 "",
11124 "",
11125 "",
11126 "",
11127 "",
11128 "",
11129 "",
11130 "",
11131 "",
11132 "",
11133 "",
11134 "",
11135 "",
11136 "",
11137 "",
11138 "",
11139 "",
11140 "",
11141 "",
11142 "",
11143 "",
11144 "",
11145 "",
11146 "",
11147 "",
11148 "",
11149 "",
11150 "",
11151 "",
11152 "",
11153 "",
11154 "",
11155 "",
11156 "",
11157 "",
11158 "",
11159 "",
11160 "",
11161 "",
11162 "",
11163 "",
11164 "",
11165 "",
11166 "",
11167 "",
11168 "",
11169 "",
11170 "",
11171 "",
11172 "",
11173 "",
11174 "",
11175 "",
11176 "",
11177 "",
11178 "",
11179 "",
11180 "",
11181 "",
11182 "",
11183 "",
11184 "",
11185 "",
11186 "",
11187 "",
11188 "",
11189 "",
11190 "",
11191 "",
11192 "",
11193 "",
11194 "",
11195 "",
11196 "",
11197 "",
11198 "",
11199 "",
11200 "",
11201 "",
11202 "",
11203 "",
11204 "",
11205 "",
11206 "",
11207 "",
11208 "",
11209 "",
11210 "",
11211 "",
11212 "",
11213 "",
11214 "",
11215 "",
11216 "",
11217 "",
11218 "",
11219 "",
11220 "",
11221 "",
11222 "",
11223 "",
11224 "",
11225 "",
11226 "",
11227 "",
11228 "",
11229 "",
11230 "",
11231 "",
11232 "",
11233 "",
11234 "",
11235 "",
11236 "",
11237 "",
11238 "",
11239 "",
11240 "",
11241 "",
11242 "",
11243 "",
11244 "",
11245 "",
11246 "",
11247 "",
11248 "",
11249 "",
11250 "",
11251 "",
11252 "",
11253 "",
11254 "",
11255 "",
11256 "",
11257 "",
11258 "",
11259 "",
11260 "",
11261 "",
11262 "",
11263 "",
11264 "",
11265 "",
11266 "",
11267 "",
11268 "",
11269 "",
11270 "",
11271 "",
11272 "",
11273 "",
11274 "",
11275 "",
11276 "",
11277 "",
11278 "",
11279 "",
11280 "",
11281 "",
11282 "",
11283 "",
11284 "",
11285 "",
11286 "",
11287 "",
11288 "",
11289 "",
11290 "",
11291 "",
11292 "",
11293 "",
11294 "",
11295 "",
11296 "",
11297 "",
11298 "",
11299 "",
11300 "",
11301 "",
11302 "",
11303 "",
11304 "",
11305 "",
11306 "",
11307 "",
11308 "",
11309 "",
11310 "",
11311 "",
11312 "",
11313 "",
11314 "",
11315 "",
11316 "",
11317 "",
11318 "",
11319 "",
11320 "",
11321 "",
11322 "",
11323 "",
11324 "",
11325 "",
11326 "",
11327 "",
11328 "",
11329 "",
11330 "",
11331 "",
11332 "",
11333 "",
11334 "",
11335 "",
11336 "",
11337 "",
11338 "",
11339 "",
11340 "",
11341 "",
11342 "",
11343 "",
11344 "",
11345 "",
11346 "",
11347 "",
11348 "",
11349 "",
11350 "",
11351 "",
11352 "",
11353 "",
11354 "",
11355 "",
11356 "",
11357 "",
11358 "",
11359 "",
11360 "",
11361 "",
11362 "",
11363 "",
11364 "",
11365 "",
11366 "",
11367 "",
11368 "",
11369 "",
11370 "",
11371 "",
11372 "",
11373 "",
11374 "",
11375 "",
11376 "",
11377 "",
11378 "",
11379 "",
11380 "",
11381 "",
11382 "",
11383 "",
11384 "",
11385 "",
11386 "",
11387 "",
11388 "",
11389 "",
11390 "",
11391 "",
11392 "",
11393 "",
11394 "",
11395 "",
11396 "",
11397 "",
11398 "",
11399 "",
11400 "",
11401 "",
11402 "",
11403 "",
11404 "",
11405 "",
11406 "",
11407 "",
11408 "",
11409 "",
11410 "",
11411 "",
11412 "",
11413 "",
11414 "",
11415 "",
11416 "",
11417 "",
11418 "",
11419 "",
11420 "",
11421 "",
11422 "",
11423 "",
11424 "",
11425 "",
11426 "",
11427 "",
11428 "",
11429 "",
11430 "",
11431 "",
11432 "",
11433 "",
11434 "",
11435 "",
11436 "",
11437 "",
11438 "",
11439 "",
11440 "",
11441 "",
11442 "",
11443 "",
11444 "",
11445 "",
11446 "",
11447 "",
11448 "",
11449 "",
11450 "",
11451 "",
11452 "",
11453 "",
11454 "",
11455 "",
11456 "",
11457 "",
11458 "",
11459 "",
11460 "",
11461 "",
11462 "",
11463 "",
11464 "",
11465 "",
11466 "",
11467 "",
11468 "",
11469 "",
11470 "",
11471 "",
11472 "",
11473 "",
11474 "",
11475 "",
11476 "",
11477 "",
11478 "",
11479 "",
11480 "",
11481 "",
11482 "",
11483 "",
11484 "",
11485 "",
11486 "",
11487 "",
11488 "",
11489 "",
11490 "",
11491 "",
11492 "",
11493 "",
11494 "",
11495 "",
11496 "",
11497 "",
11498 "",
11499 "",
11500 "",
11501 "",
11502 "",
11503 "",
11504 "",
11505 "",
11506 "",
11507 "",
11508 "",
11509 "",
11510 "",
11511 "",
11512 "",
11513 "",
11514 "",
11515 "",
11516 "",
11517 "",
11518 "",
11519 "",
11520 "",
11521 "",
11522 "",
11523 "",
11524 "",
11525 "",
11526 "",
11527 "",
11528 "",
11529 "",
11530 "",
11531 "",
11532 "",
11533 "",
11534 "",
11535 "",
11536 "",
11537 "",
11538 "",
11539 "",
11540 "",
11541 "",
11542 "",
11543 "",
11544 "",
11545 "",
11546 "",
11547 "",
11548 "",
11549 "",
11550 "",
11551 "",
11552 "",
11553 "",
11554 "",
11555 "",
11556 "",
11557 "",
11558 "",
11559 "",
11560 "",
11561 "",
11562 "",
11563 "",
11564 "",
11565 "",
11566 "",
11567 "",
11568 "",
11569 "",
11570 "",
11571 "",
11572 "",
11573 "",
11574 "",
11575 "",
11576 "",
11577 "",
11578 "",
11579 "",
11580 "",
11581 "",
11582 "",
11583 "",
11584 "",
11585 "",
11586 "",
11587 "",
11588 "",
11589 "",
11590 "",
11591 "",