| 100 | |
| 101 | template <typename Dtype> |
| 102 | const Dtype* Blob<Dtype>::gpu_data() const { |
| 103 | CHECK(data_); |
| 104 | return (const Dtype*)data_->gpu_data(); |
| 105 | } |
| 106 | |
| 107 | template <typename Dtype> |
| 108 | void Blob<Dtype>::set_gpu_data(Dtype* data) { |
no outgoing calls