MCPcopy Create free account
hub / github.com/Xilinx/CHaiDNN / Custom

Method Custom

software/custom/custom_class.cpp:180–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180Custom::Custom()
181{
182 //cout<<"obj create"<<endl;
183
184 custom_func_keys["LRN"]= &Custom::custom_norm;
185 custom_func_keys["gemm"]= &Custom::custom_gemm;
186 custom_func_keys["identity"]= &Custom::custom_function;
187 custom_func_keys["Python"]=&Custom::custom_reorg;
188 custom_func_keys["Python_passthrough"]= &Custom::custom_passthrough;
189}
190
191Custom::~Custom()
192{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected