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

Method begin

src/value.cpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 return a->data();
309}
310value* value::begin()
311{
312 // cppcheck-suppress assertWithSideEffect
313 assert(data() or empty());
314 return data();
315}
316const value* value::begin() const
317{
318 assert(data() or empty());

Callers 15

random_stringFunction · 0.45
compare_literalsFunction · 0.45
applyMethod · 0.45
is_any_input_int4Function · 0.45
remove_zero_pointFunction · 0.45
make_onnx_json_nodeFunction · 0.45
make_graphFunction · 0.45
common_dim_stateMethod · 0.45
add_multi_axesMethod · 0.45
compute_axesMethod · 0.45

Calls 2

dataFunction · 0.85
emptyClass · 0.85

Tested by

no test coverage detected