华为计算微信公众号
昇腾AI开发者公众号
华为计算微博
华为计算今日头条
.json文件如下:
[ { "op":"Conv2DTik", "input_desc":[{ "name":"x", "param_type":"required", "format":[ "NC1HWC0" ], "type":[ "float16" ] }, { "name":"filter", "param_type":"required", "format":[ "FRACTAL_Z" ], "type":[ "float16" ] } ], "output_desc":[{ "name":"y", "param_type":"required", "format":[ "NC1HWC0" ], "type":[ "float16" ] } ], "attr":[{ "name":"strides", "param_type":"required", "type":"list_int" }, { "name":"pads", "param_type":"required", "type":"list_int" }, { "name":"dilations", "param_type": "optional", "type":"list_int", "default_value":[1,1,1,1] } ] } ]
报错如下:
我要发帖子
.json文件如下:
[ { "op":"Conv2DTik", "input_desc":[{ "name":"x", "param_type":"required", "format":[ "NC1HWC0" ], "type":[ "float16" ] }, { "name":"filter", "param_type":"required", "format":[ "FRACTAL_Z" ], "type":[ "float16" ] } ], "output_desc":[{ "name":"y", "param_type":"required", "format":[ "NC1HWC0" ], "type":[ "float16" ] } ], "attr":[{ "name":"strides", "param_type":"required", "type":"list_int" }, { "name":"pads", "param_type":"required", "type":"list_int" }, { "name":"dilations", "param_type": "optional", "type":"list_int", "default_value":[1,1,1,1] } ] } ]报错如下: