MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / has_blob

Method has_blob

rtpose_wrapper/src/caffe/net.cpp:962–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

TYPED_TESTFunction · 0.80

Calls 1

endMethod · 0.45

Tested by 2

TYPED_TESTFunction · 0.64