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