backend | | default: {"irVersion": "3", "opsetImport": [{"version": "8"}]} |
initializer_0_batchnorm0_gamma | | default: {"dataType": "FLOAT", "dims": ["4"], "name": "batchnorm0_gamma"} |
initializer_1_batchnorm0_beta | | default: {"dataType": "FLOAT", "dims": ["4"], "name": "batchnorm0_beta"} |
initializer_2_batchnorm0_moving_mean | | default: {"dataType": "FLOAT", "dims": ["4"], "name": "batchnorm0_moving_mean"} |
initializer_3_batchnorm0_moving_var | | default: {"dataType": "FLOAT", "dims": ["4"], "name": "batchnorm0_moving_var"} |
initializer_4_fullyconnected0_weight | | default: {"dataType": "FLOAT", "dims": ["1024", "4"], "name": "fullyconnected0_weight"} |
initializer_5_fullyconnected0_bias | | default: {"dataType": "FLOAT", "dims": ["1024"], "name": "fullyconnected0_bias"} |
initializer_6_fullyconnected1_weight | | default: {"dataType": "FLOAT", "dims": ["2", "1024"], "name": "fullyconnected1_weight"} |
initializer_7_fullyconnected1_bias | | default: {"dataType": "FLOAT", "dims": ["2"], "name": "fullyconnected1_bias"} |
input_0_data | | default: {"name": "data", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "64"}, {"dimValue": "4"}]}}}} |
input_1_batchnorm0_gamma | | default: {"name": "batchnorm0_gamma", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "4"}]}}}} |
input_2_batchnorm0_beta | | default: {"name": "batchnorm0_beta", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "4"}]}}}} |
input_3_batchnorm0_moving_mean | | default: {"name": "batchnorm0_moving_mean", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "4"}]}}}} |
input_4_batchnorm0_moving_var | | default: {"name": "batchnorm0_moving_var", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "4"}]}}}} |
input_5_fullyconnected0_weight | | default: {"name": "fullyconnected0_weight", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "1024"}, {"dimValue": "4"}]}}}} |
input_6_fullyconnected0_bias | | default: {"name": "fullyconnected0_bias", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "1024"}]}}}} |
input_7_fullyconnected1_weight | | default: {"name": "fullyconnected1_weight", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "2"}, {"dimValue": "1024"}]}}}} |
input_8_fullyconnected1_bias | | default: {"name": "fullyconnected1_bias", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "2"}]}}}} |
name | | default: mxnet_converted_model |
node_0_batchnorm0 | | default: {"attribute": [{"f": 0.0010000000474974513, "name": "epsilon", "type": "FLOAT"}, {"f": 0.8999999761581421, "name": "momentum", "type": "FLOAT"}, {"i": "0", "name": "spatial", "type": "INT"}], "input": ["data", "batchnorm0_gamma", "batchnorm0_beta", "batchnorm0_moving_mean", "batchnorm0_moving_var"], "name": "batchnorm0", "opType": "BatchNormalization", "output": ["batchnorm0"]} |
node_1_flatten_8 | | default: {"input": ["batchnorm0"], "name": "flatten_8", "opType": "Flatten", "output": ["flatten_8"]} |
node_2_fullyconnected0 | | default: {"attribute": [{"f": 1.0, "name": "alpha", "type": "FLOAT"}, {"f": 1.0, "name": "beta", "type": "FLOAT"}, {"i": "0", "name": "transA", "type": "INT"}, {"i": "1", "name": "transB", "type": "INT"}], "input": ["flatten_8", "fullyconnected0_weight", "fullyconnected0_bias"], "name": "fullyconnected0", "opType": "Gemm", "output": ["fullyconnected0"]} |
node_3_activation0 | | default: {"input": ["fullyconnected0"], "name": "activation0", "opType": "Relu", "output": ["activation0"]} |
node_4_dropout0 | | default: {"attribute": [{"f": 0.4000000059604645, "name": "ratio", "type": "FLOAT"}], "input": ["activation0"], "name": "dropout0", "opType": "Dropout", "output": ["dropout0"]} |
node_5_flatten_13 | | default: {"input": ["dropout0"], "name": "flatten_13", "opType": "Flatten", "output": ["flatten_13"]} |
node_6_fullyconnected1 | | default: {"attribute": [{"f": 1.0, "name": "alpha", "type": "FLOAT"}, {"f": 1.0, "name": "beta", "type": "FLOAT"}, {"i": "0", "name": "transA", "type": "INT"}, {"i": "1", "name": "transB", "type": "INT"}], "input": ["flatten_13", "fullyconnected1_weight", "fullyconnected1_bias"], "name": "fullyconnected1", "opType": "Gemm", "output": ["fullyconnected1"]} |
node_7_softmax | | default: {"attribute": [{"i": "1", "name": "axis", "type": "INT"}], "input": ["fullyconnected1"], "name": "softmax", "opType": "Softmax", "output": ["softmax"]} |
output_0_softmax | | default: {"name": "softmax", "type": {"tensorType": {"elemType": "FLOAT", "shape": {"dim": [{"dimValue": "64"}, {"dimValue": "2"}]}}}} |