| 136 | |
| 137 | template <typename Dtype> |
| 138 | Dtype* Blob<Dtype>::mutable_gpu_data() { |
| 139 | CHECK(data_); |
| 140 | return static_cast<Dtype*>(data_->mutable_gpu_data()); |
| 141 | } |
| 142 | |
| 143 | template <typename Dtype> |
| 144 | Dtype* Blob<Dtype>::mutable_cpu_diff() { |
no outgoing calls