Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
array
Method · 0.95
apply
Method · 0.95
apply
Method · 0.45
insert_custom_op
Method · 0.45
add_gemm_op
Method · 0.45
use_miopen_pooling
Method · 0.45
add_loop_op
Method · 0.45
add_nms_op
Method · 0.45
add_lrn_op
Method · 0.45
add_convolution_backwards_op
Method · 0.45
compile_hip_raw
Function · 0.45
compute_shape
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected