| 960 | |
| 961 | template <typename Dtype> |
| 962 | bool Net<Dtype>::has_blob(const string& blob_name) const { |
| 963 | return blob_names_index_.find(blob_name) != blob_names_index_.end(); |
| 964 | } |
| 965 | |
| 966 | template <typename Dtype> |
| 967 | const shared_ptr<Blob<Dtype> > Net<Dtype>::blob_by_name( |