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

Method custom

software/custom/custom_class.cpp:197–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197void Custom::custom(const string before_processing,const xChangeLayer *xchange)
198{
199
200
201 map<string, functionptr>::iterator result = custom_func_keys.find(before_processing);
202 if(result != custom_func_keys.end()){
203
204 (this->*(result->second))(xchange);
205 }
206}
207
208void Frcnn_gemm(const float *src, const vector<float> &weightsT, const vector<float>& bias, float *dst, int M, int N, int O){
209

Callers 1

normRoutineFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected