用于指定网络输出的数据类型是否为FP16,数据格式是否为NC1HWC0。
参数值:false或true
参数默认值:false
无。
out_nodes只有一个时,使用示例如下:
--framework=3 --model=${HOME}/module/resnet50_tensorflow_1.7.pb --output=${HOME}/test/out/tf_resnet50 --is_output_adjust_hw_layout=true --out_nodes="prob:0"
out_nodes有两个或者以上时(如下以两个为例),使用示例如下:
--framework=3 --model=${HOME}/module/resnet50_tensorflow_1.7.pb --output=${HOME}/test/out/tf_resnet50 --is_output_adjust_hw_layout=true,true --out_nodes="prob:0;prob:1"
无。