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

Method raw

samples/common/common.h:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 delete[](ElemType*) mData;
337 }
338 ElemType* raw() noexcept
339 {
340 return static_cast<ElemType*>(data());
341 }
342};
343
344using FloatMemory = TypedHostMemory<float, nvinfer1::DataType::kFLOAT>;

Callers 4

loadWeightsMethod · 0.45
convertRNNWeightsMethod · 0.45
convertRNNBiasMethod · 0.45
loadEnginesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected