MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / engine

Method engine

paddle/fluid/platform/tensorrt/engine.h:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 std::unordered_map<std::string, nvinfer1::ITensor*>* GetITensorMap();
174
175 nvinfer1::ICudaEngine* engine() { return infer_engine_.get(); }
176 nvinfer1::IExecutionContext* context();
177
178 int GetBindingsOffset() {

Callers 10

GetNextCentralWordMethod · 0.45
InputsCheckMethod · 0.45
BindInputTensorMethod · 0.45
BindOutputTensorMethod · 0.45
RunTrtMethod · 0.45
RunImplMethod · 0.45
RunTrtMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 3

TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36