nvinfer1::DataType NeoDLRLayer::getOutputDataType()

in lab1/deepstream_plugin/neodlr_plugin.cc [146:149]


nvinfer1::DataType NeoDLRLayer::getOutputDataType(int index, const nvinfer1::DataType* inputTypes,
                                                  int nbInputs) const noexcept {
  return ToTrtDataType(output_types_[index]);
}