MCPcopy Create free account
hub / github.com/BVLC/caffe / caffe_cpu_dot

Function caffe_cpu_dot

src/caffe/util/math_functions.cpp:351–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350template <typename Dtype>
351Dtype caffe_cpu_dot(const int n, const Dtype* x, const Dtype* y) {
352 return caffe_cpu_strided_dot(n, x, 1, y, 1);
353}
354
355template
356float caffe_cpu_dot<float>(const int n, const float* x, const float* y);

Callers 8

sumsq_dataMethod · 0.85
sumsq_diffMethod · 0.85
Forward_cpuMethod · 0.85
Forward_cpuMethod · 0.85
Forward_cpuMethod · 0.85
Forward_cpuMethod · 0.85
Backward_cpuMethod · 0.85
ForwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected