bn_fprop.json 6.59 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 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
[{
  "name" : "Function_0",
  "ops" : [
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Parameter_36",
      "op" : "Parameter",
      "outputs" : ["Parameter_36_0"],
      "shape" : [ 2, 3 ]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Parameter_4",
      "op" : "Parameter",
      "outputs" : ["Parameter_4_0"],
      "shape" : [3]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Parameter_3",
      "op" : "Parameter",
      "outputs" : ["Parameter_3_0"],
      "shape" : [3]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Parameter_2",
      "op" : "Parameter",
      "outputs" : ["Parameter_2_0"],
      "shape" : [3]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Parameter_1",
      "op" : "Parameter",
      "outputs" : ["Parameter_1_0"],
      "shape" : [3]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Parameter_0",
      "op" : "Parameter",
      "outputs" : ["Parameter_0_0"],
      "shape" : [ 2, 3 ]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Constant_18",
      "op" : "Constant",
      "outputs" : ["Constant_18_0"],
      "shape" : [],
      "value" : ["0.001"]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Constant_12",
      "op" : "Constant",
      "outputs" : ["Constant_12_0"],
      "shape" : [3],
      "value" : [ "2", "2", "2" ]
    },
    {
      "element_type" : "float",
      "inputs" : [],
      "name" : "Constant_6",
      "op" : "Constant",
      "outputs" : ["Constant_6_0"],
      "shape" : [3],
      "value" : [ "2", "2", "2" ]
    },
    {
      "input_order" : [0],
      "inputs" : ["Parameter_2"],
      "name" : "Reshape_29",
      "op" : "Reshape",
      "output_shape" : [ 1, 3 ],
      "outputs" : ["Reshape_29_0"]
    },
    {
      "input_order" : [0],
      "inputs" : ["Parameter_1"],
      "name" : "Reshape_28",
      "op" : "Reshape",
      "output_shape" : [ 1, 3 ],
      "outputs" : ["Reshape_28_0"]
    },
    {
      "inputs" : [ "Parameter_0", "Parameter_0" ],
      "name" : "Multiply_10",
      "op" : "Multiply",
      "outputs" : ["Multiply_10_0"]
    },
    {
      "inputs" : ["Parameter_0"],
      "name" : "Sum_5",
      "op" : "Sum",
      "outputs" : ["Sum_5_0"],
      "reduction_axes" : [0]
    },
    {
      "inputs" : ["Parameter_0"],
      "name" : "Sum_9",
      "op" : "Sum",
      "outputs" : ["Sum_9_0"],
      "reduction_axes" : [0]
    },
    {
      "axes" : [ 0, 1 ],
      "inputs" : ["Constant_18"],
      "name" : "Broadcast_19",
      "op" : "Broadcast",
      "outputs" : ["Broadcast_19_0"],
      "shape" : [ 2, 3 ]
    },
    {
      "input_order" : [ 0, 1 ],
      "inputs" : ["Reshape_29"],
      "name" : "Reshape_33",
      "op" : "Reshape",
      "output_shape" : [3],
      "outputs" : ["Reshape_33_0"]
    },
    {
      "input_order" : [ 0, 1 ],
      "inputs" : ["Reshape_28"],
      "name" : "Reshape_30",
      "op" : "Reshape",
      "output_shape" : [3],
      "outputs" : ["Reshape_30_0"]
    },
    {
      "inputs" : ["Multiply_10"],
      "name" : "Sum_11",
      "op" : "Sum",
      "outputs" : ["Sum_11_0"],
      "reduction_axes" : [0]
    },
    {
      "inputs" : [ "Sum_5", "Constant_6" ],
      "name" : "Divide_7",
      "op" : "Divide",
      "outputs" : ["Divide_7_0"]
    },
    {
      "inputs" : [ "Sum_9", "Sum_9" ],
      "name" : "Multiply_13",
      "op" : "Multiply",
      "outputs" : ["Multiply_13_0"]
    },
    {
      "axes" : [0],
      "inputs" : ["Reshape_33"],
      "name" : "Broadcast_34",
      "op" : "Broadcast",
      "outputs" : ["Broadcast_34_0"],
      "shape" : [ 2, 3 ]
    },
    {
      "axes" : [0],
      "inputs" : ["Reshape_30"],
      "name" : "Broadcast_31",
      "op" : "Broadcast",
      "outputs" : ["Broadcast_31_0"],
      "shape" : [ 2, 3 ]
    },
    {
      "input_order" : [0],
      "inputs" : ["Divide_7"],
      "name" : "Reshape_8",
      "op" : "Reshape",
      "output_shape" : [ 1, 3 ],
      "outputs" : ["Reshape_8_0"]
    },
    {
      "inputs" : [ "Multiply_13", "Constant_12" ],
      "name" : "Divide_14",
      "op" : "Divide",
      "outputs" : ["Divide_14_0"]
    },
    {
      "input_order" : [ 0, 1 ],
      "inputs" : ["Reshape_8"],
      "name" : "Reshape_24",
      "op" : "Reshape",
      "output_shape" : [3],
      "outputs" : ["Reshape_24_0"]
    },
    {
      "inputs" : [ "Sum_11", "Divide_14" ],
      "name" : "Subtract_15",
      "op" : "Subtract",
      "outputs" : ["Subtract_15_0"]
    },
    {
      "axes" : [0],
      "inputs" : ["Reshape_24"],
      "name" : "Broadcast_25",
      "op" : "Broadcast",
      "outputs" : ["Broadcast_25_0"],
      "shape" : [ 2, 3 ]
    },
    {
      "inputs" : [ "Subtract_15", "Constant_12" ],
      "name" : "Divide_16",
      "op" : "Divide",
      "outputs" : ["Divide_16_0"]
    },
    {
      "inputs" : [ "Parameter_0", "Broadcast_25" ],
      "name" : "Subtract_26",
      "op" : "Subtract",
      "outputs" : ["Subtract_26_0"]
    },
    {
      "input_order" : [0],
      "inputs" : ["Divide_16"],
      "name" : "Reshape_17",
      "op" : "Reshape",
      "output_shape" : [ 1, 3 ],
      "outputs" : ["Reshape_17_0"]
    },
    {
      "input_order" : [ 0, 1 ],
      "inputs" : ["Reshape_17"],
      "name" : "Reshape_20",
      "op" : "Reshape",
      "output_shape" : [3],
      "outputs" : ["Reshape_20_0"]
    },
    {
      "axes" : [0],
      "inputs" : ["Reshape_20"],
      "name" : "Broadcast_21",
      "op" : "Broadcast",
      "outputs" : ["Broadcast_21_0"],
      "shape" : [ 2, 3 ]
    },
    {
      "inputs" : [ "Broadcast_21", "Broadcast_19" ],
      "name" : "Add_22",
      "op" : "Add",
      "outputs" : ["Add_22_0"]
    },
    {
      "inputs" : ["Add_22"],
      "name" : "Sqrt_23",
      "op" : "Sqrt",
      "outputs" : ["Sqrt_23_0"]
    },
    {
      "inputs" : [ "Subtract_26", "Sqrt_23" ],
      "name" : "Divide_27",
      "op" : "Divide",
      "outputs" : ["Divide_27_0"]
    },
    {
      "inputs" : [ "Divide_27", "Broadcast_31" ],
      "name" : "Multiply_32",
      "op" : "Multiply",
      "outputs" : ["Multiply_32_0"]
    },
    {
      "inputs" : [ "Multiply_32", "Broadcast_34" ],
      "name" : "Add_35",
      "op" : "Add",
      "outputs" : ["Add_35_0"]
    },
    {
      "inputs" : [ "Add_35", "Parameter_36" ],
      "name" : "Multiply_37",
      "op" : "Multiply",
      "outputs" : ["Multiply_37_0"]
    }
  ],
  "parameters" : [
    "Parameter_0", "Parameter_1", "Parameter_2", "Parameter_3", "Parameter_4",
    "Parameter_36"
  ],
  "result" : ["Multiply_37"]
}]