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

Method network

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

Source from the content-addressed store, hash-verified

319 cudaStream_t stream);
320
321 nvinfer1::INetworkDefinition* network() { return infer_network_.get(); }
322
323 ShapeMapType& min_input_shape() { return params_.min_input_shape; }
324 ShapeMapType& max_input_shape() { return params_.max_input_shape; }

Callers 3

train_batchMethod · 0.45
eval_batchMethod · 0.45
predict_batchMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected