| 168 | // as Blob<float> or Blob<double> -- hence we do not define it for |
| 169 | // Blob<int> or Blob<unsigned int>. |
| 170 | template <> void Blob<unsigned int>::Update() { NOT_IMPLEMENTED; } |
| 171 | template <> void Blob<int>::Update() { NOT_IMPLEMENTED; } |
| 172 | |
| 173 | template <typename Dtype> |
nothing calls this directly
no test coverage detected