.. option:: File to load .. option:: --model [resnet50|inceptionv3|alexnet] Load model .. option:: --onnx Load as onnx .. option:: --tf Load as tensorflow .. option:: --migraphx Load as MIGraphX .. option:: --migraphx-json Load as MIGraphX JSON .. option:: --batch [unsigned int] (Default: 1) Set batch size for model .. option:: --nhwc Treat tensorflow format as nhwc .. option:: --skip-unknown-operators Skip unknown operators when parsing and continue to parse. .. option:: --nchw Treat tensorflow format as nchw .. option:: --trim, -t [unsigned int] Trim instructions from the end (Default: 0) .. option:: --input-dim [std::vector] Dim of a parameter (format: "@name d1 d2 dn") .. option:: --optimize, -O Optimize when reading .. option:: --graphviz, -g Print out a graphviz representation. .. option:: --brief Make the output brief. .. option:: --cpp Print out the program as cpp program. .. option:: --json Print out program as json. .. option:: --text Print out program in text format. .. option:: --binary Print out program in binary format. .. option:: --output, -o [std::string] Output to file.