MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / Softmax

Method Softmax

common/Shaper.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void Shaper::Softmax(const std::string &input_name,
189 const std::string &output_name) {
190 shape_map_[output_name] = shape_map_.at(input_name);
191}
192
193void Shaper::ReLU(const std::string &input_name,
194 const std::string &output_name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected