DataType ToTrtDataType()

in lab1/deepstream_plugin/neodlr_plugin.cc [48:51]


DataType ToTrtDataType(const std::string& dtype) {
  if (dtype == "float32") return DataType::kFLOAT;
  exit(-1);
}