| 88 | |
| 89 | template <typename Dtype> |
| 90 | void Blob<Dtype>::set_cpu_data(Dtype* data) { |
| 91 | CHECK(data); |
| 92 | data_->set_cpu_data(data); |
| 93 | } |
| 94 | |
| 95 | template <typename Dtype> |
| 96 | const Dtype* Blob<Dtype>::gpu_data() const { |
no outgoing calls
no test coverage detected