I debug for detail of nvdla_compiler, but i found the default presicion of source code is int8, while the nvdia_compiler of nvdla/vp docker images is fp16, i think code of this line is wrong, the default value of cprecision should be nvdla::DataType::HALF
I debug for detail of nvdla_compiler, but i found the default presicion of source code is int8, while the nvdia_compiler of nvdla/vp docker images is fp16, i think code of this line is wrong, the default value of cprecision should be nvdla::DataType::HALF
https://github.com/nvdla/sw/blob/79538ba1b52b040a4a4645f630e457fa01839e90/umd/apps/compiler/main.cpp#L62