MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / size

Method size

src/value.cpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 return true;
287}
288std::size_t value::size() const
289{
290 const auto* a = if_array_impl(x);
291 if(a == nullptr)
292 return 0;
293 return a->size();
294}
295bool value::empty() const { return size() == 0; }
296const value* value::data() const
297{

Callers 15

applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
is_same_scale_zeroFunction · 0.45
remove_zero_pointFunction · 0.45
compute_common_dimFunction · 0.45
computeMethod · 0.45
get_axes_mapMethod · 0.45
get_dimensions_forMethod · 0.45
compileMethod · 0.45
analyze_streamsFunction · 0.45
apply_horizontal_finderFunction · 0.45

Calls 1

if_array_implFunction · 0.85

Tested by

no test coverage detected