Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ isInitialized
Method
isInitialized
parsers/caffe/caffeWeightFactory/caffeWeightFactory.cpp:190–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
bool CaffeWeightFactory::isInitialized()
191
{
192
return mInitialized;
193
}
194
195
Weights CaffeWeightFactory::getNullWeights()
196
{
Callers
7
parseNormalizeParam
Method · 0.80
parsePReLU
Function · 0.80
parseConvolution
Function · 0.80
parseDeconvolution
Function · 0.80
parseInnerProduct
Function · 0.80
parseBatchNormalization
Function · 0.80
parseScale
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected