| 178 | } |
| 179 | |
| 180 | Custom::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 | |
| 191 | Custom::~Custom() |
| 192 | { |
nothing calls this directly
no outgoing calls
no test coverage detected