Hi guys:
recently I am confused by the input models format of trt.
I search the official guide at
Developer Guide :: NVIDIA Deep Learning TensorRT Documentation
says
ONNX: parser = nvonnxparser::createParser(network, gLogger);
NVCaffe: ICaffeParser parser = createCaffeParser();
UFF: parser = createUffParser();
does it mean it just supports UFF model for tensorflow?
I want to know which docs give all the detail model format for TRT.
as far as I know, in tensorflow, there are .pb .uff .h5(Keras), does trt support these all format?
best wishes