| 150 | // as Blob<float> or Blob<double> -- hence we do not define it for |
| 151 | // Blob<int> or Blob<unsigned int>. |
| 152 | template <> void Blob<unsigned int>::Update() { NOT_IMPLEMENTED; } |
| 153 | template <> void Blob<int>::Update() { NOT_IMPLEMENTED; } |
| 154 | |
| 155 | template <typename Dtype> |
nothing calls this directly
no test coverage detected