Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ add_argument
Method
add_argument
src/core/CL/ICLKernel.h:362–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
*/
361
template <typename T>
362
void add_argument(unsigned int &idx, T value)
363
{
364
_kernel.setArg(idx++, value);
365
}
366
367
/** Set the Local-Workgroup-Size hint
368
*
Callers
10
report_model_ops.py
File · 0.80
generate_build_files.py
File · 0.80
update_supported_ops.py
File · 0.80
generate_android_bp.py
File · 0.80
ensure_single_eol.py
File · 0.80
check_header_guards.py
File · 0.80
format_code.py
File · 0.80
caffe_mnist_image_extractor.py
File · 0.80
tf_frozen_model_extractor.py
File · 0.80
GemmTuner.py
File · 0.80
Calls
1
setArg
Method · 0.80
Tested by
no test coverage detected