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

Method begin

src/targets/gpu/kernels/include/migraphx/kernels/array.hpp:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 constexpr auto empty() const { return size() == _c<0>; }
164
165 constexpr T* begin() { return d; }
166 constexpr const T* begin() const { return d; }
167
168 constexpr T* end() { return d + size(); }

Callers 15

arrayMethod · 0.95
applyMethod · 0.95
applyMethod · 0.45
insert_custom_opMethod · 0.45
add_gemm_opMethod · 0.45
use_miopen_poolingMethod · 0.45
add_loop_opMethod · 0.45
add_nms_opMethod · 0.45
add_lrn_opMethod · 0.45
compile_hip_rawFunction · 0.45
compute_shapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected