batch_dot_3.json 4.96 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
[{
  "name" : "Function_0",
  "ops" : [
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Parameter_1",
      "op" : "Parameter",
      "outputs" : ["Parameter_1_0"],
      "shape" : [ 3, 3, 2 ]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Parameter_0",
      "op" : "Parameter",
      "outputs" : ["Parameter_0_0"],
      "shape" : [ 3, 4, 2 ]
    },
    {
      "inputs" : ["Parameter_1"],
      "lower_bounds" : [ 1, 0, 0 ],
      "name" : "Slice_11",
      "op" : "Slice",
      "outputs" : ["Slice_11_0"],
      "strides" : [ 1, 1, 1 ],
      "upper_bounds" : [ 2, 3, 2 ]
    },
    {
      "inputs" : ["Parameter_1"],
      "lower_bounds" : [ 2, 0, 0 ],
      "name" : "Slice_18",
      "op" : "Slice",
      "outputs" : ["Slice_18_0"],
      "strides" : [ 1, 1, 1 ],
      "upper_bounds" : [ 3, 3, 2 ]
    },
    {
      "inputs" : ["Parameter_1"],
      "lower_bounds" : [ 0, 0, 0 ],
      "name" : "Slice_4",
      "op" : "Slice",
      "outputs" : ["Slice_4_0"],
      "strides" : [ 1, 1, 1 ],
      "upper_bounds" : [ 1, 3, 2 ]
    },
    {
      "inputs" : ["Parameter_0"],
      "lower_bounds" : [ 1, 0, 0 ],
      "name" : "Slice_9",
      "op" : "Slice",
      "outputs" : ["Slice_9_0"],
      "strides" : [ 1, 1, 1 ],
      "upper_bounds" : [ 2, 4, 2 ]
    },
    {
      "inputs" : ["Parameter_0"],
      "lower_bounds" : [ 2, 0, 0 ],
      "name" : "Slice_16",
      "op" : "Slice",
      "outputs" : ["Slice_16_0"],
      "strides" : [ 1, 1, 1 ],
      "upper_bounds" : [ 3, 4, 2 ]
    },
    {
      "inputs" : ["Parameter_0"],
      "lower_bounds" : [ 0, 0, 0 ],
      "name" : "Slice_2",
      "op" : "Slice",
      "outputs" : ["Slice_2_0"],
      "strides" : [ 1, 1, 1 ],
      "upper_bounds" : [ 1, 4, 2 ]
    },
    {
      "input_order" : [ 0, 1, 2 ],
      "inputs" : ["Slice_11"],
      "name" : "Reshape_12",
      "op" : "Reshape",
      "output_shape" : [ 3, 2 ],
      "outputs" : ["Reshape_12_0"]
    },
    {
      "input_order" : [ 0, 1, 2 ],
      "inputs" : ["Slice_18"],
      "name" : "Reshape_19",
      "op" : "Reshape",
      "output_shape" : [ 3, 2 ],
      "outputs" : ["Reshape_19_0"]
    },
    {
      "input_order" : [ 0, 1, 2 ],
      "inputs" : ["Slice_4"],
      "name" : "Reshape_5",
      "op" : "Reshape",
      "output_shape" : [ 3, 2 ],
      "outputs" : ["Reshape_5_0"]
    },
    {
      "input_order" : [ 0, 1, 2 ],
      "inputs" : ["Slice_9"],
      "name" : "Reshape_10",
      "op" : "Reshape",
      "output_shape" : [ 4, 2 ],
      "outputs" : ["Reshape_10_0"]
    },
    {
      "input_order" : [ 0, 1, 2 ],
      "inputs" : ["Slice_16"],
      "name" : "Reshape_17",
      "op" : "Reshape",
      "output_shape" : [ 4, 2 ],
      "outputs" : ["Reshape_17_0"]
    },
    {
      "input_order" : [ 0, 1, 2 ],
      "inputs" : ["Slice_2"],
      "name" : "Reshape_3",
      "op" : "Reshape",
      "output_shape" : [ 4, 2 ],
      "outputs" : ["Reshape_3_0"]
    },
    {
      "input_order" : [ 1, 0 ],
      "inputs" : ["Reshape_12"],
      "name" : "Reshape_13",
      "op" : "Reshape",
      "output_shape" : [ 2, 3 ],
      "outputs" : ["Reshape_13_0"]
    },
    {
      "input_order" : [ 1, 0 ],
      "inputs" : ["Reshape_19"],
      "name" : "Reshape_20",
      "op" : "Reshape",
      "output_shape" : [ 2, 3 ],
      "outputs" : ["Reshape_20_0"]
    },
    {
      "input_order" : [ 1, 0 ],
      "inputs" : ["Reshape_5"],
      "name" : "Reshape_6",
      "op" : "Reshape",
      "output_shape" : [ 2, 3 ],
      "outputs" : ["Reshape_6_0"]
    },
    {
      "inputs" : [ "Reshape_10", "Reshape_13" ],
      "name" : "Dot_14",
      "op" : "Dot",
      "outputs" : ["Dot_14_0"],
      "reduction_axes_count" : 1
    },
    {
      "inputs" : [ "Reshape_17", "Reshape_20" ],
      "name" : "Dot_21",
      "op" : "Dot",
      "outputs" : ["Dot_21_0"],
      "reduction_axes_count" : 1
    },
    {
      "inputs" : [ "Reshape_3", "Reshape_6" ],
      "name" : "Dot_7",
      "op" : "Dot",
      "outputs" : ["Dot_7_0"],
      "reduction_axes_count" : 1
    },
    {
      "input_order" : [ 0, 1 ],
      "inputs" : ["Dot_14"],
      "name" : "Reshape_15",
      "op" : "Reshape",
      "output_shape" : [ 1, 4, 3 ],
      "outputs" : ["Reshape_15_0"]
    },
    {
      "input_order" : [ 0, 1 ],
      "inputs" : ["Dot_21"],
      "name" : "Reshape_22",
      "op" : "Reshape",
      "output_shape" : [ 1, 4, 3 ],
      "outputs" : ["Reshape_22_0"]
    },
    {
      "input_order" : [ 0, 1 ],
      "inputs" : ["Dot_7"],
      "name" : "Reshape_8",
      "op" : "Reshape",
      "output_shape" : [ 1, 4, 3 ],
      "outputs" : ["Reshape_8_0"]
    },
    {
      "axis" : 0,
      "inputs" : [ "Reshape_8", "Reshape_15", "Reshape_22" ],
      "name" : "Concat_23",
      "op" : "Concat",
      "outputs" : ["Concat_23_0"]
    },
    {
      "inputs" : ["Concat_23"],
      "name" : "Result_24",
      "op" : "Result",
      "outputs" : ["Result_24_0"]
    }
  ],
  "parameters" : [ "Parameter_0", "Parameter_1" ],
  "result" : ["Result_24"]
}]