Commit 7d34b79a authored by sharathns93's avatar sharathns93 Committed by Robert Kimball

TF serialzed graphs (#528)

* add TF serialzed graphs
parent ec6b3eae
[{
"name" : "Function_4",
"ops" : [
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_176",
"op" : "Parameter",
"outputs" : ["Parameter_176_0"],
"shape" : [ 50, 784 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_175",
"op" : "Parameter",
"outputs" : ["Parameter_175_0"],
"shape" : [10]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_174",
"op" : "Parameter",
"outputs" : ["Parameter_174_0"],
"shape" : [ 1024, 10 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_173",
"op" : "Parameter",
"outputs" : ["Parameter_173_0"],
"shape" : [1024]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_172",
"op" : "Parameter",
"outputs" : ["Parameter_172_0"],
"shape" : [ 3136, 1024 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_171",
"op" : "Parameter",
"outputs" : ["Parameter_171_0"],
"shape" : [64]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_170",
"op" : "Parameter",
"outputs" : ["Parameter_170_0"],
"shape" : [ 5, 5, 32, 64 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_169",
"op" : "Parameter",
"outputs" : ["Parameter_169_0"],
"shape" : [32]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_168",
"op" : "Parameter",
"outputs" : ["Parameter_168_0"],
"shape" : [ 5, 5, 1, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_179",
"op" : "Constant",
"outputs" : ["Constant_179_0"],
"shape" : [],
"value" : ["0"]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_178",
"op" : "Constant",
"outputs" : ["Constant_178_0"],
"shape" : [],
"value" : ["0"]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_177",
"op" : "Constant",
"outputs" : ["Constant_177_0"],
"shape" : [],
"value" : ["0"]
},
{
"input_order" : [ 0, 1 ],
"inputs" : ["Parameter_176"],
"name" : "Reshape_180",
"op" : "Reshape",
"output_shape" : [ 50, 28, 28, 1 ],
"outputs" : ["Reshape_180_0"]
},
{
"axes" : [0],
"inputs" : ["Parameter_175"],
"name" : "Broadcast_210",
"op" : "Broadcast",
"outputs" : ["Broadcast_210_0"],
"shape" : [ 50, 10 ]
},
{
"axes" : [0],
"inputs" : ["Parameter_173"],
"name" : "Broadcast_205",
"op" : "Broadcast",
"outputs" : ["Broadcast_205_0"],
"shape" : [ 50, 1024 ]
},
{
"axes" : [ 0, 1, 2 ],
"inputs" : ["Parameter_171"],
"name" : "Broadcast_196",
"op" : "Broadcast",
"outputs" : ["Broadcast_196_0"],
"shape" : [ 50, 14, 14, 64 ]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_170"],
"name" : "Reshape_193",
"op" : "Reshape",
"output_shape" : [ 64, 32, 5, 5 ],
"outputs" : ["Reshape_193_0"]
},
{
"axes" : [ 0, 1, 2 ],
"inputs" : ["Parameter_169"],
"name" : "Broadcast_185",
"op" : "Broadcast",
"outputs" : ["Broadcast_185_0"],
"shape" : [ 50, 28, 28, 32 ]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_168"],
"name" : "Reshape_182",
"op" : "Reshape",
"output_shape" : [ 32, 1, 5, 5 ],
"outputs" : ["Reshape_182_0"]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Constant_179"],
"name" : "Broadcast_187",
"op" : "Broadcast",
"outputs" : ["Broadcast_187_0"],
"shape" : [ 50, 28, 28, 32 ]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Constant_178"],
"name" : "Broadcast_198",
"op" : "Broadcast",
"outputs" : ["Broadcast_198_0"],
"shape" : [ 50, 14, 14, 64 ]
},
{
"axes" : [ 0, 1 ],
"inputs" : ["Constant_177"],
"name" : "Broadcast_207",
"op" : "Broadcast",
"outputs" : ["Broadcast_207_0"],
"shape" : [ 50, 1024 ]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Reshape_180"],
"name" : "Reshape_181",
"op" : "Reshape",
"output_shape" : [ 50, 1, 28, 28 ],
"outputs" : ["Reshape_181_0"]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_181", "Reshape_182" ],
"name" : "Convolution_183",
"op" : "Convolution",
"outputs" : ["Convolution_183_0"],
"padding_above" : [ 2, 2 ],
"padding_below" : [ 2, 2 ],
"window_dilation_strides" : [ 1, 1 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["Convolution_183"],
"name" : "Reshape_184",
"op" : "Reshape",
"output_shape" : [ 50, 28, 28, 32 ],
"outputs" : ["Reshape_184_0"]
},
{
"inputs" : [ "Reshape_184", "Broadcast_185" ],
"name" : "Add_186",
"op" : "Add",
"outputs" : ["Add_186_0"]
},
{
"inputs" : [ "Broadcast_187", "Add_186" ],
"name" : "Maximum_188",
"op" : "Maximum",
"outputs" : ["Maximum_188_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Maximum_188"],
"name" : "Reshape_189",
"op" : "Reshape",
"output_shape" : [ 50, 32, 28, 28 ],
"outputs" : ["Reshape_189_0"]
},
{
"inputs" : ["Reshape_189"],
"name" : "MaxPool_190",
"op" : "MaxPool",
"outputs" : ["MaxPool_190_0"],
"padding_above" : [ 0, 0 ],
"padding_below" : [ 0, 0 ],
"window_movement_strides" : [ 2, 2 ],
"window_shape" : [ 2, 2 ]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["MaxPool_190"],
"name" : "Reshape_191",
"op" : "Reshape",
"output_shape" : [ 50, 14, 14, 32 ],
"outputs" : ["Reshape_191_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Reshape_191"],
"name" : "Reshape_192",
"op" : "Reshape",
"output_shape" : [ 50, 32, 14, 14 ],
"outputs" : ["Reshape_192_0"]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_192", "Reshape_193" ],
"name" : "Convolution_194",
"op" : "Convolution",
"outputs" : ["Convolution_194_0"],
"padding_above" : [ 2, 2 ],
"padding_below" : [ 2, 2 ],
"window_dilation_strides" : [ 1, 1 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["Convolution_194"],
"name" : "Reshape_195",
"op" : "Reshape",
"output_shape" : [ 50, 14, 14, 64 ],
"outputs" : ["Reshape_195_0"]
},
{
"inputs" : [ "Reshape_195", "Broadcast_196" ],
"name" : "Add_197",
"op" : "Add",
"outputs" : ["Add_197_0"]
},
{
"inputs" : [ "Broadcast_198", "Add_197" ],
"name" : "Maximum_199",
"op" : "Maximum",
"outputs" : ["Maximum_199_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Maximum_199"],
"name" : "Reshape_200",
"op" : "Reshape",
"output_shape" : [ 50, 64, 14, 14 ],
"outputs" : ["Reshape_200_0"]
},
{
"inputs" : ["Reshape_200"],
"name" : "MaxPool_201",
"op" : "MaxPool",
"outputs" : ["MaxPool_201_0"],
"padding_above" : [ 0, 0 ],
"padding_below" : [ 0, 0 ],
"window_movement_strides" : [ 2, 2 ],
"window_shape" : [ 2, 2 ]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["MaxPool_201"],
"name" : "Reshape_202",
"op" : "Reshape",
"output_shape" : [ 50, 7, 7, 64 ],
"outputs" : ["Reshape_202_0"]
},
{
"input_order" : [ 0, 1, 2, 3 ],
"inputs" : ["Reshape_202"],
"name" : "Reshape_203",
"op" : "Reshape",
"output_shape" : [ 50, 3136 ],
"outputs" : ["Reshape_203_0"]
},
{
"inputs" : [ "Reshape_203", "Parameter_172" ],
"name" : "Dot_204",
"op" : "Dot",
"outputs" : ["Dot_204_0"],
"reduction_axes_count" : 1
},
{
"inputs" : [ "Dot_204", "Broadcast_205" ],
"name" : "Add_206",
"op" : "Add",
"outputs" : ["Add_206_0"]
},
{
"inputs" : [ "Broadcast_207", "Add_206" ],
"name" : "Maximum_208",
"op" : "Maximum",
"outputs" : ["Maximum_208_0"]
},
{
"inputs" : [ "Maximum_208", "Parameter_174" ],
"name" : "Dot_209",
"op" : "Dot",
"outputs" : ["Dot_209_0"],
"reduction_axes_count" : 1
},
{
"inputs" : [ "Dot_209", "Broadcast_210" ],
"name" : "Add_211",
"op" : "Add",
"outputs" : ["Add_211_0"]
}
],
"parameters" : [
"Parameter_168", "Parameter_169", "Parameter_170", "Parameter_171",
"Parameter_172", "Parameter_173", "Parameter_174", "Parameter_175",
"Parameter_176"
],
"result" : ["Add_211"]
}]
\ No newline at end of file
[{
"name" : "Function_19",
"ops" : [
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1379",
"op" : "Parameter",
"outputs" : ["Parameter_1379_0"],
"shape" : [ 50, 32, 32, 16 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1378",
"op" : "Parameter",
"outputs" : ["Parameter_1378_0"],
"shape" : [ 50, 32, 32, 16 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1377",
"op" : "Parameter",
"outputs" : ["Parameter_1377_0"],
"shape" : [ 3, 3, 16, 16 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1376",
"op" : "Parameter",
"outputs" : ["Parameter_1376_0"],
"shape" : []
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_1381",
"op" : "Constant",
"outputs" : ["Constant_1381_0"],
"shape" : [],
"value" : ["0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_1379"],
"name" : "Reshape_1392",
"op" : "Reshape",
"output_shape" : [ 16, 50, 32, 32 ],
"outputs" : ["Reshape_1392_0"]
},
{
"input_order" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_1378"],
"name" : "Reshape_1384",
"op" : "Reshape",
"output_shape" : [ 50, 32, 32, 16 ],
"outputs" : ["Reshape_1384_0"]
},
{
"input_order" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_1378"],
"name" : "Reshape_1380",
"op" : "Reshape",
"output_shape" : [ 50, 32, 32, 16 ],
"outputs" : ["Reshape_1380_0"]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_1377"],
"name" : "Reshape_1386",
"op" : "Reshape",
"output_shape" : [ 16, 16, 3, 3 ],
"outputs" : ["Reshape_1386_0"]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_1376"],
"name" : "Broadcast_1390",
"op" : "Broadcast",
"outputs" : ["Broadcast_1390_0"],
"shape" : [ 3, 3, 16, 16 ]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Constant_1381"],
"name" : "Broadcast_1382",
"op" : "Broadcast",
"outputs" : ["Broadcast_1382_0"],
"shape" : [ 50, 32, 32, 16 ]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Reshape_1384"],
"name" : "Reshape_1393",
"op" : "Reshape",
"output_shape" : [ 16, 50, 32, 32 ],
"outputs" : ["Reshape_1393_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Reshape_1384"],
"name" : "Reshape_1385",
"op" : "Reshape",
"output_shape" : [ 50, 16, 32, 32 ],
"outputs" : ["Reshape_1385_0"]
},
{
"inputs" : [ "Parameter_1377", "Broadcast_1390" ],
"name" : "Multiply_1391",
"op" : "Multiply",
"outputs" : ["Multiply_1391_0"]
},
{
"inputs" : [ "Parameter_1379", "Broadcast_1382" ],
"name" : "Greater_1383",
"op" : "Greater",
"outputs" : ["Greater_1383_0"]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_1392", "Reshape_1393" ],
"name" : "Convolution_1394",
"op" : "Convolution",
"outputs" : ["Convolution_1394_0"],
"padding_above" : [ 1, 1 ],
"padding_below" : [ 1, 1 ],
"window_dilation_strides" : [ 1, 1 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"data_batch_shape" : [ 50, 16, 32, 32 ],
"data_dilation_strides_forward" : [ 1, 1 ],
"inputs" : [ "Reshape_1386", "Reshape_1385" ],
"name" : "ConvolutionBackpropData_1387",
"op" : "ConvolutionBackpropData",
"outputs" : ["ConvolutionBackpropData_1387_0"],
"padding_above_forward" : [ 1, 1 ],
"padding_below_forward" : [ 1, 1 ],
"window_dilation_strides_forward" : [ 1, 1 ],
"window_movement_strides_forward" : [ 1, 1 ]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Convolution_1394"],
"name" : "Reshape_1395",
"op" : "Reshape",
"output_shape" : [ 16, 3, 3, 16 ],
"outputs" : ["Reshape_1395_0"]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["ConvolutionBackpropData_1387"],
"name" : "Reshape_1388",
"op" : "Reshape",
"output_shape" : [ 50, 32, 32, 16 ],
"outputs" : ["Reshape_1388_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Reshape_1395"],
"name" : "Reshape_1396",
"op" : "Reshape",
"output_shape" : [ 3, 3, 16, 16 ],
"outputs" : ["Reshape_1396_0"]
},
{
"inputs" : [ "Greater_1383", "Reshape_1388", "Broadcast_1382" ],
"name" : "Select_1389",
"op" : "Select",
"outputs" : ["Select_1389_0"]
},
{
"inputs" : [ "Multiply_1391", "Reshape_1396" ],
"name" : "Add_1397",
"op" : "Add",
"outputs" : ["Add_1397_0"]
}
],
"parameters" : [
"Parameter_1376", "Parameter_1377", "Parameter_1378", "Parameter_1379"
],
"result" : [ "Reshape_1380", "Select_1389", "Add_1397" ]
}]
\ No newline at end of file
[{
"name" : "Function_16",
"ops" : [
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1208",
"op" : "Parameter",
"outputs" : ["Parameter_1208_0"],
"shape" : [ 50, 32, 32, 16 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1207",
"op" : "Parameter",
"outputs" : ["Parameter_1207_0"],
"shape" : [ 50, 16, 16, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1206",
"op" : "Parameter",
"outputs" : ["Parameter_1206_0"],
"shape" : [ 50, 34, 34, 16 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1205",
"op" : "Parameter",
"outputs" : ["Parameter_1205_0"],
"shape" : [ 1, 1, 16, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1204",
"op" : "Parameter",
"outputs" : ["Parameter_1204_0"],
"shape" : [ 1, 1, 16, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1203",
"op" : "Parameter",
"outputs" : ["Parameter_1203_0"],
"shape" : [ 50, 32, 32, 16 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1202",
"op" : "Parameter",
"outputs" : ["Parameter_1202_0"],
"shape" : [ 50, 16, 16, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1201",
"op" : "Parameter",
"outputs" : ["Parameter_1201_0"],
"shape" : [ 3, 3, 16, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1200",
"op" : "Parameter",
"outputs" : ["Parameter_1200_0"],
"shape" : []
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_1209",
"op" : "Constant",
"outputs" : ["Constant_1209_0"],
"shape" : [],
"value" : ["0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_1207"],
"name" : "Reshape_1226",
"op" : "Reshape",
"output_shape" : [ 32, 50, 16, 16 ],
"outputs" : ["Reshape_1226_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Parameter_1207"],
"name" : "Reshape_1216",
"op" : "Reshape",
"output_shape" : [ 50, 32, 16, 16 ],
"outputs" : ["Reshape_1216_0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_1206"],
"name" : "Reshape_1225",
"op" : "Reshape",
"output_shape" : [ 16, 50, 34, 34 ],
"outputs" : ["Reshape_1225_0"]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_1204"],
"name" : "Reshape_1213",
"op" : "Reshape",
"output_shape" : [ 32, 16, 1, 1 ],
"outputs" : ["Reshape_1213_0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_1203"],
"name" : "Reshape_1231",
"op" : "Reshape",
"output_shape" : [ 16, 50, 32, 32 ],
"outputs" : ["Reshape_1231_0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_1202"],
"name" : "Reshape_1232",
"op" : "Reshape",
"output_shape" : [ 32, 50, 16, 16 ],
"outputs" : ["Reshape_1232_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Parameter_1202"],
"name" : "Reshape_1212",
"op" : "Reshape",
"output_shape" : [ 50, 32, 16, 16 ],
"outputs" : ["Reshape_1212_0"]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_1201"],
"name" : "Reshape_1217",
"op" : "Reshape",
"output_shape" : [ 32, 16, 3, 3 ],
"outputs" : ["Reshape_1217_0"]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_1200"],
"name" : "Broadcast_1223",
"op" : "Broadcast",
"outputs" : ["Broadcast_1223_0"],
"shape" : [ 3, 3, 16, 32 ]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Constant_1209"],
"name" : "Broadcast_1210",
"op" : "Broadcast",
"outputs" : ["Broadcast_1210_0"],
"shape" : [ 50, 32, 32, 16 ]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_1225", "Reshape_1226" ],
"name" : "Convolution_1227",
"op" : "Convolution",
"outputs" : ["Convolution_1227_0"],
"padding_above" : [ -1, -1 ],
"padding_below" : [ 0, 0 ],
"window_dilation_strides" : [ 2, 2 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_1231", "Reshape_1232" ],
"name" : "Convolution_1233",
"op" : "Convolution",
"outputs" : ["Convolution_1233_0"],
"padding_above" : [ -1, -1 ],
"padding_below" : [ 0, 0 ],
"window_dilation_strides" : [ 2, 2 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"data_batch_shape" : [ 50, 16, 32, 32 ],
"data_dilation_strides_forward" : [ 1, 1 ],
"inputs" : [ "Reshape_1213", "Reshape_1212" ],
"name" : "ConvolutionBackpropData_1214",
"op" : "ConvolutionBackpropData",
"outputs" : ["ConvolutionBackpropData_1214_0"],
"padding_above_forward" : [ 0, 0 ],
"padding_below_forward" : [ 0, 0 ],
"window_dilation_strides_forward" : [ 1, 1 ],
"window_movement_strides_forward" : [ 2, 2 ]
},
{
"data_batch_shape" : [ 50, 16, 34, 34 ],
"data_dilation_strides_forward" : [ 1, 1 ],
"inputs" : [ "Reshape_1217", "Reshape_1216" ],
"name" : "ConvolutionBackpropData_1218",
"op" : "ConvolutionBackpropData",
"outputs" : ["ConvolutionBackpropData_1218_0"],
"padding_above_forward" : [ 0, 0 ],
"padding_below_forward" : [ 0, 0 ],
"window_dilation_strides_forward" : [ 1, 1 ],
"window_movement_strides_forward" : [ 2, 2 ]
},
{
"inputs" : [ "Parameter_1201", "Broadcast_1223" ],
"name" : "Multiply_1224",
"op" : "Multiply",
"outputs" : ["Multiply_1224_0"]
},
{
"inputs" : [ "Parameter_1208", "Broadcast_1210" ],
"name" : "Greater_1211",
"op" : "Greater",
"outputs" : ["Greater_1211_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Convolution_1227"],
"name" : "Reshape_1228",
"op" : "Reshape",
"output_shape" : [ 32, 3, 3, 16 ],
"outputs" : ["Reshape_1228_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Convolution_1233"],
"name" : "Reshape_1234",
"op" : "Reshape",
"output_shape" : [ 32, 1, 1, 16 ],
"outputs" : ["Reshape_1234_0"]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["ConvolutionBackpropData_1214"],
"name" : "Reshape_1215",
"op" : "Reshape",
"output_shape" : [ 50, 32, 32, 16 ],
"outputs" : ["Reshape_1215_0"]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["ConvolutionBackpropData_1218"],
"name" : "Reshape_1219",
"op" : "Reshape",
"output_shape" : [ 50, 34, 34, 16 ],
"outputs" : ["Reshape_1219_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Reshape_1228"],
"name" : "Reshape_1229",
"op" : "Reshape",
"output_shape" : [ 3, 3, 16, 32 ],
"outputs" : ["Reshape_1229_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Reshape_1234"],
"name" : "Reshape_1235",
"op" : "Reshape",
"output_shape" : [ 1, 1, 16, 32 ],
"outputs" : ["Reshape_1235_0"]
},
{
"inputs" : ["Reshape_1219"],
"lower_bounds" : [ 0, 1, 1, 0 ],
"name" : "Slice_1220",
"op" : "Slice",
"outputs" : ["Slice_1220_0"],
"strides" : [ 1, 1, 1, 1 ],
"upper_bounds" : [ 50, 33, 33, 16 ]
},
{
"inputs" : [ "Multiply_1224", "Reshape_1229" ],
"name" : "Add_1230",
"op" : "Add",
"outputs" : ["Add_1230_0"]
},
{
"inputs" : [ "Parameter_1205", "Reshape_1235" ],
"name" : "Add_1236",
"op" : "Add",
"outputs" : ["Add_1236_0"]
},
{
"inputs" : [ "Reshape_1215", "Slice_1220" ],
"name" : "Add_1221",
"op" : "Add",
"outputs" : ["Add_1221_0"]
},
{
"inputs" : [ "Greater_1211", "Add_1221", "Broadcast_1210" ],
"name" : "Select_1222",
"op" : "Select",
"outputs" : ["Select_1222_0"]
}
],
"parameters" : [
"Parameter_1200", "Parameter_1201", "Parameter_1202", "Parameter_1203",
"Parameter_1204", "Parameter_1205", "Parameter_1206", "Parameter_1207",
"Parameter_1208"
],
"result" : [ "Select_1222", "Add_1230", "Add_1236" ]
}]
\ No newline at end of file
[{
"name" : "Function_13",
"ops" : [
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1044",
"op" : "Parameter",
"outputs" : ["Parameter_1044_0"],
"shape" : [ 50, 16, 16, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1043",
"op" : "Parameter",
"outputs" : ["Parameter_1043_0"],
"shape" : [ 50, 16, 16, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1042",
"op" : "Parameter",
"outputs" : ["Parameter_1042_0"],
"shape" : [ 3, 3, 32, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1041",
"op" : "Parameter",
"outputs" : ["Parameter_1041_0"],
"shape" : []
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_1046",
"op" : "Constant",
"outputs" : ["Constant_1046_0"],
"shape" : [],
"value" : ["0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_1044"],
"name" : "Reshape_1057",
"op" : "Reshape",
"output_shape" : [ 32, 50, 16, 16 ],
"outputs" : ["Reshape_1057_0"]
},
{
"input_order" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_1043"],
"name" : "Reshape_1045",
"op" : "Reshape",
"output_shape" : [ 50, 16, 16, 32 ],
"outputs" : ["Reshape_1045_0"]
},
{
"input_order" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_1043"],
"name" : "Reshape_1049",
"op" : "Reshape",
"output_shape" : [ 50, 16, 16, 32 ],
"outputs" : ["Reshape_1049_0"]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_1042"],
"name" : "Reshape_1051",
"op" : "Reshape",
"output_shape" : [ 32, 32, 3, 3 ],
"outputs" : ["Reshape_1051_0"]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_1041"],
"name" : "Broadcast_1055",
"op" : "Broadcast",
"outputs" : ["Broadcast_1055_0"],
"shape" : [ 3, 3, 32, 32 ]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Constant_1046"],
"name" : "Broadcast_1047",
"op" : "Broadcast",
"outputs" : ["Broadcast_1047_0"],
"shape" : [ 50, 16, 16, 32 ]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Reshape_1049"],
"name" : "Reshape_1050",
"op" : "Reshape",
"output_shape" : [ 50, 32, 16, 16 ],
"outputs" : ["Reshape_1050_0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Reshape_1049"],
"name" : "Reshape_1058",
"op" : "Reshape",
"output_shape" : [ 32, 50, 16, 16 ],
"outputs" : ["Reshape_1058_0"]
},
{
"inputs" : [ "Parameter_1042", "Broadcast_1055" ],
"name" : "Multiply_1056",
"op" : "Multiply",
"outputs" : ["Multiply_1056_0"]
},
{
"inputs" : [ "Parameter_1044", "Broadcast_1047" ],
"name" : "Greater_1048",
"op" : "Greater",
"outputs" : ["Greater_1048_0"]
},
{
"data_batch_shape" : [ 50, 32, 16, 16 ],
"data_dilation_strides_forward" : [ 1, 1 ],
"inputs" : [ "Reshape_1051", "Reshape_1050" ],
"name" : "ConvolutionBackpropData_1052",
"op" : "ConvolutionBackpropData",
"outputs" : ["ConvolutionBackpropData_1052_0"],
"padding_above_forward" : [ 1, 1 ],
"padding_below_forward" : [ 1, 1 ],
"window_dilation_strides_forward" : [ 1, 1 ],
"window_movement_strides_forward" : [ 1, 1 ]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_1057", "Reshape_1058" ],
"name" : "Convolution_1059",
"op" : "Convolution",
"outputs" : ["Convolution_1059_0"],
"padding_above" : [ 1, 1 ],
"padding_below" : [ 1, 1 ],
"window_dilation_strides" : [ 1, 1 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["ConvolutionBackpropData_1052"],
"name" : "Reshape_1053",
"op" : "Reshape",
"output_shape" : [ 50, 16, 16, 32 ],
"outputs" : ["Reshape_1053_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Convolution_1059"],
"name" : "Reshape_1060",
"op" : "Reshape",
"output_shape" : [ 32, 3, 3, 32 ],
"outputs" : ["Reshape_1060_0"]
},
{
"inputs" : [ "Greater_1048", "Reshape_1053", "Broadcast_1047" ],
"name" : "Select_1054",
"op" : "Select",
"outputs" : ["Select_1054_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Reshape_1060"],
"name" : "Reshape_1061",
"op" : "Reshape",
"output_shape" : [ 3, 3, 32, 32 ],
"outputs" : ["Reshape_1061_0"]
},
{
"inputs" : [ "Multiply_1056", "Reshape_1061" ],
"name" : "Add_1062",
"op" : "Add",
"outputs" : ["Add_1062_0"]
}
],
"parameters" : [
"Parameter_1041", "Parameter_1042", "Parameter_1043", "Parameter_1044"
],
"result" : [ "Reshape_1045", "Select_1054", "Add_1062" ]
}]
\ No newline at end of file
[{
"name" : "Function_9",
"ops" : [
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_763",
"op" : "Parameter",
"outputs" : ["Parameter_763_0"],
"shape" : [ 3, 3, 64, 64 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_762",
"op" : "Parameter",
"outputs" : ["Parameter_762_0"],
"shape" : [ 50, 8, 8, 64 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_761",
"op" : "Parameter",
"outputs" : ["Parameter_761_0"],
"shape" : [ 1, 1, 32, 64 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_760",
"op" : "Parameter",
"outputs" : ["Parameter_760_0"],
"shape" : [ 50, 8, 8, 64 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_775",
"op" : "Constant",
"outputs" : ["Constant_775_0"],
"shape" : [],
"value" : ["0"]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_763"],
"name" : "Reshape_779",
"op" : "Reshape",
"output_shape" : [ 64, 64, 3, 3 ],
"outputs" : ["Reshape_779_0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_762"],
"name" : "Reshape_770",
"op" : "Reshape",
"output_shape" : [ 64, 50, 8, 8 ],
"outputs" : ["Reshape_770_0"]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_761"],
"name" : "Reshape_766",
"op" : "Reshape",
"output_shape" : [ 64, 32, 1, 1 ],
"outputs" : ["Reshape_766_0"]
},
{
"input_order" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_760"],
"name" : "Reshape_764",
"op" : "Reshape",
"output_shape" : [ 50, 8, 8, 64 ],
"outputs" : ["Reshape_764_0"]
},
{
"input_order" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_760"],
"name" : "Reshape_769",
"op" : "Reshape",
"output_shape" : [ 50, 8, 8, 64 ],
"outputs" : ["Reshape_769_0"]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Constant_775"],
"name" : "Broadcast_776",
"op" : "Broadcast",
"outputs" : ["Broadcast_776_0"],
"shape" : [ 50, 8, 8, 64 ]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Reshape_764"],
"name" : "Reshape_765",
"op" : "Reshape",
"output_shape" : [ 50, 64, 8, 8 ],
"outputs" : ["Reshape_765_0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Reshape_769"],
"name" : "Reshape_771",
"op" : "Reshape",
"output_shape" : [ 64, 50, 8, 8 ],
"outputs" : ["Reshape_771_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Reshape_769"],
"name" : "Reshape_778",
"op" : "Reshape",
"output_shape" : [ 50, 64, 8, 8 ],
"outputs" : ["Reshape_778_0"]
},
{
"inputs" : [ "Parameter_762", "Broadcast_776" ],
"name" : "Greater_777",
"op" : "Greater",
"outputs" : ["Greater_777_0"]
},
{
"data_batch_shape" : [ 50, 32, 16, 16 ],
"data_dilation_strides_forward" : [ 1, 1 ],
"inputs" : [ "Reshape_766", "Reshape_765" ],
"name" : "ConvolutionBackpropData_767",
"op" : "ConvolutionBackpropData",
"outputs" : ["ConvolutionBackpropData_767_0"],
"padding_above_forward" : [ 0, 0 ],
"padding_below_forward" : [ 0, 0 ],
"window_dilation_strides_forward" : [ 1, 1 ],
"window_movement_strides_forward" : [ 2, 2 ]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_770", "Reshape_771" ],
"name" : "Convolution_772",
"op" : "Convolution",
"outputs" : ["Convolution_772_0"],
"padding_above" : [ 1, 1 ],
"padding_below" : [ 1, 1 ],
"window_dilation_strides" : [ 1, 1 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"data_batch_shape" : [ 50, 64, 8, 8 ],
"data_dilation_strides_forward" : [ 1, 1 ],
"inputs" : [ "Reshape_779", "Reshape_778" ],
"name" : "ConvolutionBackpropData_780",
"op" : "ConvolutionBackpropData",
"outputs" : ["ConvolutionBackpropData_780_0"],
"padding_above_forward" : [ 1, 1 ],
"padding_below_forward" : [ 1, 1 ],
"window_dilation_strides_forward" : [ 1, 1 ],
"window_movement_strides_forward" : [ 1, 1 ]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["ConvolutionBackpropData_767"],
"name" : "Reshape_768",
"op" : "Reshape",
"output_shape" : [ 50, 16, 16, 32 ],
"outputs" : ["Reshape_768_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Convolution_772"],
"name" : "Reshape_773",
"op" : "Reshape",
"output_shape" : [ 64, 3, 3, 64 ],
"outputs" : ["Reshape_773_0"]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["ConvolutionBackpropData_780"],
"name" : "Reshape_781",
"op" : "Reshape",
"output_shape" : [ 50, 8, 8, 64 ],
"outputs" : ["Reshape_781_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Reshape_773"],
"name" : "Reshape_774",
"op" : "Reshape",
"output_shape" : [ 3, 3, 64, 64 ],
"outputs" : ["Reshape_774_0"]
},
{
"inputs" : [ "Greater_777", "Reshape_781", "Broadcast_776" ],
"name" : "Select_782",
"op" : "Select",
"outputs" : ["Select_782_0"]
}
],
"parameters" :
[ "Parameter_760", "Parameter_761", "Parameter_762", "Parameter_763" ],
"result" : [ "Reshape_764", "Reshape_768", "Reshape_774", "Select_782" ]
}]
\ No newline at end of file
[{
"name" : "Function_7",
"ops" : [
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_412",
"op" : "Parameter",
"outputs" : ["Parameter_412_0"],
"shape" : [ 1, 1, 32, 64 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_411",
"op" : "Parameter",
"outputs" : ["Parameter_411_0"],
"shape" : [ 50, 16, 16, 32 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_410",
"op" : "Parameter",
"outputs" : ["Parameter_410_0"],
"shape" : [ 3, 3, 64, 64 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_409",
"op" : "Parameter",
"outputs" : ["Parameter_409_0"],
"shape" : [ 50, 8, 8, 64 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_413",
"op" : "Constant",
"outputs" : ["Constant_413_0"],
"shape" : [],
"value" : ["0"]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Constant_420",
"op" : "Constant",
"outputs" : ["Constant_420_0"],
"shape" : [],
"value" : ["0"]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_412"],
"name" : "Reshape_423",
"op" : "Reshape",
"output_shape" : [ 64, 32, 1, 1 ],
"outputs" : ["Reshape_423_0"]
},
{
"input_order" : [ 3, 2, 0, 1 ],
"inputs" : ["Parameter_410"],
"name" : "Reshape_417",
"op" : "Reshape",
"output_shape" : [ 64, 64, 3, 3 ],
"outputs" : ["Reshape_417_0"]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Constant_413"],
"name" : "Broadcast_414",
"op" : "Broadcast",
"outputs" : ["Broadcast_414_0"],
"shape" : [ 50, 8, 8, 64 ]
},
{
"inputs" : [ "Parameter_411", "Constant_420" ],
"name" : "Pad_421",
"op" : "Pad",
"outputs" : ["Pad_421_0"],
"padding_above" : [ 0, 0, 0, 0 ],
"padding_below" : [ 0, 0, 0, 0 ],
"padding_interior" : [ 0, 0, 0, 0 ]
},
{
"inputs" : [ "Broadcast_414", "Parameter_409" ],
"name" : "Maximum_415",
"op" : "Maximum",
"outputs" : ["Maximum_415_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Pad_421"],
"name" : "Reshape_422",
"op" : "Reshape",
"output_shape" : [ 50, 32, 16, 16 ],
"outputs" : ["Reshape_422_0"]
},
{
"input_order" : [ 0, 3, 1, 2 ],
"inputs" : ["Maximum_415"],
"name" : "Reshape_416",
"op" : "Reshape",
"output_shape" : [ 50, 64, 8, 8 ],
"outputs" : ["Reshape_416_0"]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_422", "Reshape_423" ],
"name" : "Convolution_424",
"op" : "Convolution",
"outputs" : ["Convolution_424_0"],
"padding_above" : [ 0, 0 ],
"padding_below" : [ 0, 0 ],
"window_dilation_strides" : [ 1, 1 ],
"window_movement_strides" : [ 2, 2 ]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_416", "Reshape_417" ],
"name" : "Convolution_418",
"op" : "Convolution",
"outputs" : ["Convolution_418_0"],
"padding_above" : [ 1, 1 ],
"padding_below" : [ 1, 1 ],
"window_dilation_strides" : [ 1, 1 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["Convolution_424"],
"name" : "Reshape_425",
"op" : "Reshape",
"output_shape" : [ 50, 8, 8, 64 ],
"outputs" : ["Reshape_425_0"]
},
{
"input_order" : [ 0, 2, 3, 1 ],
"inputs" : ["Convolution_418"],
"name" : "Reshape_419",
"op" : "Reshape",
"output_shape" : [ 50, 8, 8, 64 ],
"outputs" : ["Reshape_419_0"]
},
{
"inputs" : [ "Reshape_419", "Reshape_425" ],
"name" : "Add_426",
"op" : "Add",
"outputs" : ["Add_426_0"]
}
],
"parameters" :
[ "Parameter_409", "Parameter_410", "Parameter_411", "Parameter_412" ],
"result" :
[ "Add_426", "Pad_421", "Maximum_415", "Reshape_425", "Reshape_419" ]
}]
\ No newline at end of file
[{
"name" : "Function_25",
"ops" : [
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1713",
"op" : "Parameter",
"outputs" : ["Parameter_1713_0"],
"shape" : [ 50, 32, 32, 16 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1712",
"op" : "Parameter",
"outputs" : ["Parameter_1712_0"],
"shape" : [ 50, 32, 32, 3 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1711",
"op" : "Parameter",
"outputs" : ["Parameter_1711_0"],
"shape" : [ 3, 3, 3, 16 ]
},
{
"element_type" : "float",
"inputs" : [],
"name" : "Parameter_1710",
"op" : "Parameter",
"outputs" : ["Parameter_1710_0"],
"shape" : []
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_1713"],
"name" : "Reshape_1717",
"op" : "Reshape",
"output_shape" : [ 16, 50, 32, 32 ],
"outputs" : ["Reshape_1717_0"]
},
{
"input_order" : [ 3, 0, 1, 2 ],
"inputs" : ["Parameter_1712"],
"name" : "Reshape_1716",
"op" : "Reshape",
"output_shape" : [ 3, 50, 32, 32 ],
"outputs" : ["Reshape_1716_0"]
},
{
"axes" : [ 0, 1, 2, 3 ],
"inputs" : ["Parameter_1710"],
"name" : "Broadcast_1714",
"op" : "Broadcast",
"outputs" : ["Broadcast_1714_0"],
"shape" : [ 3, 3, 3, 16 ]
},
{
"data_dilation_strides" : [ 1, 1 ],
"inputs" : [ "Reshape_1716", "Reshape_1717" ],
"name" : "Convolution_1718",
"op" : "Convolution",
"outputs" : ["Convolution_1718_0"],
"padding_above" : [ 1, 1 ],
"padding_below" : [ 1, 1 ],
"window_dilation_strides" : [ 1, 1 ],
"window_movement_strides" : [ 1, 1 ]
},
{
"inputs" : [ "Parameter_1711", "Broadcast_1714" ],
"name" : "Multiply_1715",
"op" : "Multiply",
"outputs" : ["Multiply_1715_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Convolution_1718"],
"name" : "Reshape_1719",
"op" : "Reshape",
"output_shape" : [ 16, 3, 3, 3 ],
"outputs" : ["Reshape_1719_0"]
},
{
"input_order" : [ 1, 2, 3, 0 ],
"inputs" : ["Reshape_1719"],
"name" : "Reshape_1720",
"op" : "Reshape",
"output_shape" : [ 3, 3, 3, 16 ],
"outputs" : ["Reshape_1720_0"]
},
{
"inputs" : [ "Multiply_1715", "Reshape_1720" ],
"name" : "Add_1721",
"op" : "Add",
"outputs" : ["Add_1721_0"]
}
],
"parameters" : [
"Parameter_1710", "Parameter_1711", "Parameter_1712", "Parameter_1713"
],
"result" : ["Add_1721"]
}]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment