MCPcopy Create free account
hub / github.com/LBANN/lbann / begin

Method begin

include/lbann/utils/enum_iterator.hpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50 C operator*() { return static_cast<C>(val); }
51 enum_iterator begin() { return *this; } // default ctor is good
52 enum_iterator end()
53 {
54 static const enum_iterator endIter = ++enum_iterator(endVal); // cache it

Callers 15

mainFunction · 0.80
read_imageFunction · 0.80
split_listMethod · 0.80
padFunction · 0.80
split_trainer_gridMethod · 0.80
string>Method · 0.80
report_imageMethod · 0.80
flush_histogramsMethod · 0.80
encode_imageFunction · 0.80
splitFunction · 0.80
im2colFunction · 0.80
col2im_implFunction · 0.80

Calls

no outgoing calls

Tested by 3

anderson_darling_testFunction · 0.64
loadMethod · 0.64
mainFunction · 0.64