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

Method getNullWeights

parsers/caffe/caffeWeightFactory/caffeWeightFactory.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195Weights CaffeWeightFactory::getNullWeights()
196{
197 return Weights{mDataType, nullptr, 0};
198}
199
200Weights CaffeWeightFactory::allocateWeights(int64_t elems, std::uniform_real_distribution<float> distribution)
201{

Callers 4

parseConvolutionFunction · 0.80
parseDeconvolutionFunction · 0.80
parseInnerProductFunction · 0.80
parseScaleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected