MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / empty

Method empty

include/win/boost/multi_array/subarray.hpp:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 size_type size() const { return extents_[0]; }
157 size_type max_size() const { return num_elements(); }
158 bool empty() const { return size() == 0; }
159 size_type num_dimensions() const { return NumDims; }
160 const size_type* shape() const { return extents_; }
161 const index* strides() const { return strides_; }

Callers 11

setup_graphMethod · 0.45
translate_ranksMethod · 0.45
all_to_all_implFunction · 0.45
operator()Method · 0.45
do_post_handle_deferredFunction · 0.45
state_machine.hppFile · 0.45
do_get_trivial_stringFunction · 0.45
do_get_stringFunction · 0.45
format_float_stringFunction · 0.45
format_float_stringFunction · 0.45

Calls 1

sizeClass · 0.50

Tested by

no test coverage detected