MCPcopy 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
108Shaper::Shape Model::GetShape(const std::string &name) {
109 return shaper_[name];
110}
111
112std::vector<std::string> Model::GetInputs() {
113 return input_names_;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected