model.test.fc.json 1.6 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
{
    "ops": [
        {
            "attrs": {
                "__@kernel_type_attr@__": "fc/def/4/1/1",
                "force_fp32_output": false,
                "in_num_col_dims": 1,
                "op_device": "",
                "scale_out": 1.0,
                "scale_x": 1.0,
                "scale_y": [
                    1.0
                ],
                "use_mkldnn": false,
                "x_num_col_dims": 1,
                "y_num_col_dims": 1
            },
            "inputs": {
                "Bias": [
                    "fc10_offset"
                ],
                "Input": [
                    "pool2d_0.tmp_0"
                ],
                "W": [
                    "fc10_weights"
                ]
            },
            "outputs": {
                "Out": [
                    "fc_0.tmp_1"
                ]
            },
            "type": "fc"
        }
    ],
    "vars": [
        {
            "data": [
                1, 2, 3,
                4, 5, 6,
                7, 8, 9,
                10, 11, 12
            ],
            "name": "fc10_weights",
            "persistable": 0,
            "shape": [4, 3]
        },
        {
            "data": [2, 3, 4, 5],
            "name": "pool2d_0.tmp_0",
            "persistable": 0,
            "shape": [4, 1, 1]
        },
        {
            "data": [1, 3, -1],
            "name": "fc10_offset",
            "persistable": 0,
            "shape": [1, 3]
        },
        {
            "data": [93, 109, 119],
            "name": "fc_0.tmp_1",
            "shape": [1, 3]
        }
    ]
}