MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / vectorProduct

Function vectorProduct

sloam/include/segmentation/inference.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107template <typename T>
108T vectorProduct(const std::vector<T>& v)
109{
110 return accumulate(v.begin(), v.end(), 1, std::multiplies<T>());
111}
112
113template <typename T>
114void printVector(const std::vector<T>& v){

Callers 1

_startONNXSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected