Home
last modified time | relevance | path

Searched refs:total_weights_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/
H A DEngine.cpp539 int w = total_weights_; in run()
827 int w = total_weights_; in run()
980 total_weights_ = s/sizeof(float); in allocate_memory()
992 total_weights_ = s/sizeof(float); in allocate_memory()
998 total_weights_ = s/sizeof(float); in allocate_memory()
1002 total_weights_ = nwt * factor; in allocate_memory()
1617 int w = total_weights_; in allocate_memory()
1643 int w = total_weights_; in allocate_memory()
1663 int w = total_weights_; in allocate_memory()
1687 int w = total_weights_; in allocate_memory()
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DEngine.hpp113 int total_weights_, total_biases_, orig_total_weights_; member in MLEngine