Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ GetShape
Method
GetShape
dnnlibrary/Model.cpp:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
Shaper::Shape Model::GetShape(const std::string &name) {
109
return shaper_[name];
110
}
111
112
std::vector<std::string> Model::GetInputs() {
113
return input_names_;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected