MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getBufferSize

Method getBufferSize

samples/sampleIOFormats/sampleIOFormats.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 uint8_t* buffer = nullptr;
222
223 int32_t getBufferSize()
224 {
225 return desc.getBufferSize();
226 }
227};
228
229//!

Callers

nothing calls this directly

Calls 1

getBufferSizeMethod · 0.45

Tested by

no test coverage detected